<?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: Unable to save workflow in server in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-save-workflow-in-server/m-p/1318335#M15968</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/531214"&gt;@Surajnair&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to guarantee your server also has access to this N drive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the N drive is a shared drive, you only have to change the path to UNC. Here you can find more about it:&amp;nbsp;&lt;A href="https://knowledge.alteryx.com/index/s/article/Paths-and-Alteryx#" target="_blank"&gt;https://knowledge.alteryx.com/index/s/article/Paths-and-Alteryx#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here you can find how to change your absolute path to UNC automatically:&amp;nbsp;&lt;A href="https://help.alteryx.com/current/en/designer/workflows/workflow-dependencies.html#idp313697" target="_blank"&gt;https://help.alteryx.com/current/en/designer/workflows/workflow-dependencies.html#idp313697&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando Vizcaino&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2024 18:20:46 GMT</pubDate>
    <dc:creator>fmvizcaino</dc:creator>
    <dc:date>2024-09-13T18:20:46Z</dc:date>
    <item>
      <title>Unable to save workflow in server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-save-workflow-in-server/m-p/1318070#M15962</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created analytic app and i want to integrate in alteryx server.&lt;/P&gt;&lt;P&gt;When im trying to save the workflow in server it throws error for my directory tool.&lt;/P&gt;&lt;P&gt;In folder there are N numbers of file by name processing report, hence in directory im using wildcard by using '**reports'.csv.&lt;/P&gt;&lt;P&gt;i want to import file whose name ends with "Processingreports".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When im running in designer workflow it runs without any error, by when tryin to save in alteryx server it throws error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please check attached img and help me on the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 05:33:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-save-workflow-in-server/m-p/1318070#M15962</guid>
      <dc:creator>Surajnair</dc:creator>
      <dc:date>2024-09-13T05:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to save workflow in server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-save-workflow-in-server/m-p/1318149#M15965</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;The issue is likely due to the Alteryx Server's file system&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://www.dollartree-compass.com" target="_blank" rel="noopener"&gt;dollar tree compass&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;restrictions. When running in Designer, the workflow accesses local files, but on the Server, it needs to access files through the Server's file system.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Try these solutions:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Use a specific file path&lt;/STRONG&gt;: Instead of using a wildcard, specify the exact file path and name, e.g., C:\Path\To\ProcessingReport.csv.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Use the File Browse tool&lt;/STRONG&gt;: Replace the Directory tool with the File Browse tool and select the specific file.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Configure Server file system permissions&lt;/STRONG&gt;: Ensure the Alteryx Server service account has read access to the folder containing the files.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Use a Filter tool&lt;/STRONG&gt;: Add a Filter tool after the Directory tool to select only files ending with "ProcessingReport.csv".&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;If issues persist, please share the error message and Alteryx version for further assistance.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 13 Sep 2024 09:29:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-save-workflow-in-server/m-p/1318149#M15965</guid>
      <dc:creator>michael569gardner</dc:creator>
      <dc:date>2024-09-13T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to save workflow in server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-save-workflow-in-server/m-p/1318335#M15968</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/531214"&gt;@Surajnair&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to guarantee your server also has access to this N drive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the N drive is a shared drive, you only have to change the path to UNC. Here you can find more about it:&amp;nbsp;&lt;A href="https://knowledge.alteryx.com/index/s/article/Paths-and-Alteryx#" target="_blank"&gt;https://knowledge.alteryx.com/index/s/article/Paths-and-Alteryx#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here you can find how to change your absolute path to UNC automatically:&amp;nbsp;&lt;A href="https://help.alteryx.com/current/en/designer/workflows/workflow-dependencies.html#idp313697" target="_blank"&gt;https://help.alteryx.com/current/en/designer/workflows/workflow-dependencies.html#idp313697&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando Vizcaino&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 18:20:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-save-workflow-in-server/m-p/1318335#M15968</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2024-09-13T18:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to save workflow in server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-save-workflow-in-server/m-p/1318801#M15970</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/630268"&gt;@michael569gardner&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/15312"&gt;@fmvizcaino&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im attaching my sample workflow.&lt;/P&gt;&lt;P&gt;In Analytic app when im trying to run the workflow in designer file is getting created via python tool code.&lt;/P&gt;&lt;P&gt;Same when im trying to run in server file is not getting generated.&lt;/P&gt;&lt;P&gt;im having access to create file from server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Python code is basically converting .dat file into csv file.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 06:55:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-save-workflow-in-server/m-p/1318801#M15970</guid>
      <dc:creator>Surajnair</dc:creator>
      <dc:date>2024-09-16T06:55:24Z</dc:date>
    </item>
  </channel>
</rss>

