<?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: Invalid directory from server, but works fine from designer in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Invalid-directory-from-server-but-works-fine-from-designer/m-p/757861#M8798</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/179522"&gt;@champ24&lt;/a&gt;&amp;nbsp;do you know if the account that the workflow is run by on the Server/Gallery has permission to access the directory?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I'd advise you set the directory paths to use the UNC versions in your workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UNC is Uniform Naming Convention.&amp;nbsp; Basically it removes relative paths (like custom mapped folders/drives) and replaces with their real name.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;After you've built and saved your workflow, click: Options --&amp;gt; Advanced Options --&amp;gt; Workflow Dependencies --&amp;gt; All UNC&lt;BR /&gt;&lt;BR /&gt;I also suggest, if you can, test to see if the workflow runs fine on the Alteryx Designer installed on the Alteryx Server machine as a test to see if its a permissions thing.&lt;/P&gt;</description>
    <pubDate>Wed, 12 May 2021 07:43:46 GMT</pubDate>
    <dc:creator>rkapoor</dc:creator>
    <dc:date>2021-05-12T07:43:46Z</dc:date>
    <item>
      <title>Invalid directory from server, but works fine from designer</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Invalid-directory-from-server-but-works-fine-from-designer/m-p/757740#M8792</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a workflow that picks up most recent file from sharepoint online and processes as needed, it leverages the directory, sort and sample tiles. The workflow runs as expected when run in designer. However getting errors when publishing to Alteryx server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am already setting up workflow credentials when publishing to server and also m&lt;SPAN&gt;ade sure the alteryx server account has owner permissions on the sharepoint site from where the recent/latest file is being read.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Invalid Directory "\\sharepoint.com\sites\Teams-PSDExports-20210204110012\Shared Documents\All Details\*.xlsx": The network path was not found. (53) (Tool Id: 49)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 11 May 2021 21:45:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Invalid-directory-from-server-but-works-fine-from-designer/m-p/757740#M8792</guid>
      <dc:creator>champ24</dc:creator>
      <dc:date>2021-05-11T21:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid directory from server, but works fine from designer</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Invalid-directory-from-server-but-works-fine-from-designer/m-p/757861#M8798</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/179522"&gt;@champ24&lt;/a&gt;&amp;nbsp;do you know if the account that the workflow is run by on the Server/Gallery has permission to access the directory?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I'd advise you set the directory paths to use the UNC versions in your workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UNC is Uniform Naming Convention.&amp;nbsp; Basically it removes relative paths (like custom mapped folders/drives) and replaces with their real name.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;After you've built and saved your workflow, click: Options --&amp;gt; Advanced Options --&amp;gt; Workflow Dependencies --&amp;gt; All UNC&lt;BR /&gt;&lt;BR /&gt;I also suggest, if you can, test to see if the workflow runs fine on the Alteryx Designer installed on the Alteryx Server machine as a test to see if its a permissions thing.&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 07:43:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Invalid-directory-from-server-but-works-fine-from-designer/m-p/757861#M8798</guid>
      <dc:creator>rkapoor</dc:creator>
      <dc:date>2021-05-12T07:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid directory from server, but works fine from designer</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Invalid-directory-from-server-but-works-fine-from-designer/m-p/757938#M8799</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/56234"&gt;@rkapoor&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;do you know if the account that the workflow is run by on the Server/Gallery has permission to access the directory?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, Confirmed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I'd advise you set the directory paths to use the UNC versions in your workflow.&lt;/P&gt;&lt;P&gt;UNC is Uniform Naming Convention.&amp;nbsp; Basically it removes relative paths (like custom mapped folders/drives) and replaces with their real name.&lt;BR /&gt;As mentioned in the original post, I am using UNC path.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;\\sharepoint.com\sites\Teams-PSDExports-20210204110012\Shared Documents\All Details\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After you've built and saved your workflow, click: Options --&amp;gt; Advanced Options --&amp;gt; Workflow Dependencies --&amp;gt; All UNC&lt;/P&gt;&lt;P&gt;Yes, this was selected&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I also suggest, if you can, test to see if the workflow runs fine on the Alteryx Designer installed on the Alteryx Server machine as a test to see if its a permissions thing.&lt;/P&gt;&lt;P&gt;Dont have access to alteryx designer on server. But to eliminate the permissions thing I have tested to connect to a single file instead of recent file via directory from server to that location and that worked. But doesnt work when using directory.&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 12:16:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Invalid-directory-from-server-but-works-fine-from-designer/m-p/757938#M8799</guid>
      <dc:creator>champ24</dc:creator>
      <dc:date>2021-05-12T12:16:17Z</dc:date>
    </item>
  </channel>
</rss>

