<?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 Too many posts were made to a semaphore in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Too-many-posts-were-made-to-a-semaphore/m-p/601189#M6723</link>
    <description>&lt;P&gt;I have two workflows -- BD Data Trade and FileUpload.&amp;nbsp; The BD Data Trade workflow creates a bunch of Excel files and saves them to a shared drive.&amp;nbsp; The FileUpload takes those files and uploads them to a Microsoft File Share site.&amp;nbsp; The workflows work fine on my desktop.&amp;nbsp; I need them to run from Gallery on a schedule.&amp;nbsp; To make that happen, I have added an Event to BD Data Trade to "After Run Without Errors" run the FIleUpload workflow.&amp;nbsp; I keep getting the error: Too many posts were made to a semaphore.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried configuring/saving FileUpload to both a) a folder in our shared drive that Alteryx server has access to, as well as the folder location specified in Alteryx server&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;in the system settings, control, persistance.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error running Event #2: The external program "C:\Program Files\Alteryx\bin\AlteryxEngineCmd.exe" returned an error code: 1: Too many posts were made to a semaphore. (298).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also considered trying to create a bat file but the community links to posts on how to do this are broken.&amp;nbsp; &amp;nbsp; I have also tried chaining apps, but that doesn't work with the scheduler.&amp;nbsp; I just want the completion of one workflow to trigger another workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2020 19:28:50 GMT</pubDate>
    <dc:creator>FreeRangeDingo</dc:creator>
    <dc:date>2020-07-09T19:28:50Z</dc:date>
    <item>
      <title>Too many posts were made to a semaphore</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Too-many-posts-were-made-to-a-semaphore/m-p/601189#M6723</link>
      <description>&lt;P&gt;I have two workflows -- BD Data Trade and FileUpload.&amp;nbsp; The BD Data Trade workflow creates a bunch of Excel files and saves them to a shared drive.&amp;nbsp; The FileUpload takes those files and uploads them to a Microsoft File Share site.&amp;nbsp; The workflows work fine on my desktop.&amp;nbsp; I need them to run from Gallery on a schedule.&amp;nbsp; To make that happen, I have added an Event to BD Data Trade to "After Run Without Errors" run the FIleUpload workflow.&amp;nbsp; I keep getting the error: Too many posts were made to a semaphore.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried configuring/saving FileUpload to both a) a folder in our shared drive that Alteryx server has access to, as well as the folder location specified in Alteryx server&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;in the system settings, control, persistance.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error running Event #2: The external program "C:\Program Files\Alteryx\bin\AlteryxEngineCmd.exe" returned an error code: 1: Too many posts were made to a semaphore. (298).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also considered trying to create a bat file but the community links to posts on how to do this are broken.&amp;nbsp; &amp;nbsp; I have also tried chaining apps, but that doesn't work with the scheduler.&amp;nbsp; I just want the completion of one workflow to trigger another workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 19:28:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Too-many-posts-were-made-to-a-semaphore/m-p/601189#M6723</guid>
      <dc:creator>FreeRangeDingo</dc:creator>
      <dc:date>2020-07-09T19:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Too many posts were made to a semaphore</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Too-many-posts-were-made-to-a-semaphore/m-p/601409#M6728</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/54618"&gt;@FreeRangeDingo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A suggestion is for you to use the runner and the conditional runner from the great&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3557"&gt;@MarqueeCrew&lt;/a&gt;.&amp;nbsp;These tools give you the ability to run workflow after another.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Download the macro package:&amp;nbsp;&lt;A href="http://www.chaosreignswithin.com/p/macros.html" target="_blank"&gt;http://www.chaosreignswithin.com/p/macros.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;More about both tools:&amp;nbsp;&lt;A href="http://www.chaosreignswithin.com/2014/09/blog-macro-pack-2014-q3-release.html" target="_blank"&gt;http://www.chaosreignswithin.com/2014/09/blog-macro-pack-2014-q3-release.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A workaround also is for you to pack your second workflow inside a batch macro and to put it last in your first workflow.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 04:25:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Too-many-posts-were-made-to-a-semaphore/m-p/601409#M6728</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2020-07-10T04:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Too many posts were made to a semaphore</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Too-many-posts-were-made-to-a-semaphore/m-p/603438#M6780</link>
      <description>&lt;P&gt;I wound up using a runner to start the main workflow and then a conditional runner to kick off the second one.&amp;nbsp; I was never able to get the event to run the second workflow via command line.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 14:58:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Too-many-posts-were-made-to-a-semaphore/m-p/603438#M6780</guid>
      <dc:creator>FreeRangeDingo</dc:creator>
      <dc:date>2020-07-14T14:58:53Z</dc:date>
    </item>
  </channel>
</rss>

