<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python tool erroring on Server - &amp;quot;Attempt to seek past the end of the file&amp;quot; in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Python-tool-erroring-on-Server-quot-Attempt-to-seek-past-the-end/m-p/1104332#M13046</link>
    <description>&lt;P&gt;Hi Ben and jsandona,&lt;BR /&gt;&lt;BR /&gt;I have the same issue when saving on the Alteryx server, but not when running and saving on my local machine. There are more than zero recording coming in on the input. Any input?&lt;BR /&gt;&lt;BR /&gt;jsandona did you find a solution?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 20:17:21 GMT</pubDate>
    <dc:creator>nickwawee</dc:creator>
    <dc:date>2023-03-28T20:17:21Z</dc:date>
    <item>
      <title>Python tool erroring on Server - "Attempt to seek past the end of the file"</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Python-tool-erroring-on-Server-quot-Attempt-to-seek-past-the-end/m-p/729614#M8455</link>
      <description>&lt;P&gt;Hi everyone, we have a workflow using the Python tool, which runs fine on users' desktops and on the virtual machine's desktop where we have the server installed. However, when we try to upload the workflow to the Server we are now running into this error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jsandona_0-1615220352380.png" style="width: 898px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/174338i349674AAFF3C1B1C/image-dimensions/898x101?v=v2" width="898" height="101" role="button" title="jsandona_0-1615220352380.png" alt="jsandona_0-1615220352380.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Traceback (most recent call last): File "X:\ProgramData\Alteryx\Service\Staging\8660_b93c4a086e8e4d55843472a20eb64fd6\__StageTemp\Engine_15012_a9a272cc4d4548db9922c4ad0629ac6b~\abb5857e-b10e-4108-beca-e28f43faf761\workbook.py", line 23, in &amp;lt;module&amp;gt; df= Alteryx.read("#1") File "C:\Program Files\Alteryx\bin\Miniconda3\envs\JupyterTool_vEnv\lib\site-packages\ayx\export.py", line 35, in read return __CachedData__(debug=debug).read(incoming_connection_name, **kwargs) File "C:\Program Files\Alteryx\bin\Miniconda3\envs\JupyterTool_vEnv\lib\site-packages\ayx\CachedData.py", line 306, in read data = db.getData() File "C:\Program Files\Alteryx\bin\Miniconda3\envs\JupyterTool_vEnv\lib\site-packages\ayx\Datafiles.py", line 500, in getData data = self.connection.read_nparrays() RuntimeError: DataWrap2WrigleyDb::GoRecord: Attempt to seek past the end of the file (Tool Id: 23)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone run into anything similar and have any steps for us to troubleshoot? This is our first time trying to mesh the Python tool with the server. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 16:34:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Python-tool-erroring-on-Server-quot-Attempt-to-seek-past-the-end/m-p/729614#M8455</guid>
      <dc:creator>jsandona</dc:creator>
      <dc:date>2021-03-08T16:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python tool erroring on Server - "Attempt to seek past the end of the file"</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Python-tool-erroring-on-Server-quot-Attempt-to-seek-past-the-end/m-p/733165#M8498</link>
      <description>&lt;P&gt;Hi, have you looked through this knowledge base article on this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Python-Tool-Error-DataWrap2WrigleyDb/ta-p/685143" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Python-Tool-Error-DataWrap2WrigleyDb/ta-p/685143&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 01:21:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Python-tool-erroring-on-Server-quot-Attempt-to-seek-past-the-end/m-p/733165#M8498</guid>
      <dc:creator>BenMoss</dc:creator>
      <dc:date>2021-03-13T01:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python tool erroring on Server - "Attempt to seek past the end of the file"</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Python-tool-erroring-on-Server-quot-Attempt-to-seek-past-the-end/m-p/1104332#M13046</link>
      <description>&lt;P&gt;Hi Ben and jsandona,&lt;BR /&gt;&lt;BR /&gt;I have the same issue when saving on the Alteryx server, but not when running and saving on my local machine. There are more than zero recording coming in on the input. Any input?&lt;BR /&gt;&lt;BR /&gt;jsandona did you find a solution?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 20:17:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Python-tool-erroring-on-Server-quot-Attempt-to-seek-past-the-end/m-p/1104332#M13046</guid>
      <dc:creator>nickwawee</dc:creator>
      <dc:date>2023-03-28T20:17:21Z</dc:date>
    </item>
  </channel>
</rss>

