<?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: Scheduled Workflow - Potential Output Conflict in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduled-Workflow-Potential-Output-Conflict/m-p/468887#M4767</link>
    <description>&lt;P&gt;Append results file name either with user ID or timestamp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;for ex: &amp;lt;ResultsFileName&amp;gt;&amp;lt;TimeStamp&amp;gt;.yxdb or &amp;lt;ResultsFileName&amp;gt;&amp;lt;UserID&amp;gt;.yxdb.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can potentially avoid rewriting the results file when 2 processes are running on server and producing a results file which is stored on Network Drive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Amar.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2019 19:12:44 GMT</pubDate>
    <dc:creator>DataInvestigator007</dc:creator>
    <dc:date>2019-09-25T19:12:44Z</dc:date>
    <item>
      <title>Scheduled Workflow - Potential Output Conflict</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduled-Workflow-Potential-Output-Conflict/m-p/468761#M4766</link>
      <description>&lt;P&gt;I would like to schedule a workflow to run daily.&amp;nbsp; The last step of workflow will Output Data and overwrite a .yxdb file stored on network drive.&amp;nbsp; My question is what happens if a user is running a workflow using this same yxdb file WHILE the daily process is running?&amp;nbsp; Will this be a conflict causing the gallery process to fail?&amp;nbsp; Other ramifications?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts are appreciated!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 15:20:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduled-Workflow-Potential-Output-Conflict/m-p/468761#M4766</guid>
      <dc:creator>bertal34</dc:creator>
      <dc:date>2019-09-25T15:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Workflow - Potential Output Conflict</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduled-Workflow-Potential-Output-Conflict/m-p/468887#M4767</link>
      <description>&lt;P&gt;Append results file name either with user ID or timestamp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;for ex: &amp;lt;ResultsFileName&amp;gt;&amp;lt;TimeStamp&amp;gt;.yxdb or &amp;lt;ResultsFileName&amp;gt;&amp;lt;UserID&amp;gt;.yxdb.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can potentially avoid rewriting the results file when 2 processes are running on server and producing a results file which is stored on Network Drive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Amar.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 19:12:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduled-Workflow-Potential-Output-Conflict/m-p/468887#M4767</guid>
      <dc:creator>DataInvestigator007</dc:creator>
      <dc:date>2019-09-25T19:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Workflow - Potential Output Conflict</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduled-Workflow-Potential-Output-Conflict/m-p/468904#M4768</link>
      <description>&lt;P&gt;Appending a timestamp is not an option in order to avoid having to update Inputs using this datasource.&amp;nbsp; I don't understand the rest of your response.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 19:29:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduled-Workflow-Potential-Output-Conflict/m-p/468904#M4768</guid>
      <dc:creator>bertal34</dc:creator>
      <dc:date>2019-09-25T19:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Workflow - Potential Output Conflict</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduled-Workflow-Potential-Output-Conflict/m-p/509009#M5397</link>
      <description>&lt;P&gt;Yes this will cause an error. I built a quick sample to show you that if you have the YXDB file open while you are trying to write to it you'll see this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-01-03 15_46_14-Alteryx Designer x64 - 02 Join_data_from_multiple_sources.yxmd_.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/92402i99AC142332BAD4F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-01-03 15_46_14-Alteryx Designer x64 - 02 Join_data_from_multiple_sources.yxmd_.png" alt="2020-01-03 15_46_14-Alteryx Designer x64 - 02 Join_data_from_multiple_sources.yxmd_.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now having said that if you have two people running a workflow then it will only error if they are open at the same exact time which is possible but if that's a concern, you should create a different file/folder to mitigate this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps! If this does please mark it as resolved so that others can see it in the community!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Joshua&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 20:50:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduled-Workflow-Potential-Output-Conflict/m-p/509009#M5397</guid>
      <dc:creator>joshuaburkhow</dc:creator>
      <dc:date>2020-01-03T20:50:28Z</dc:date>
    </item>
  </channel>
</rss>

