<?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: Force batch to run processes sequentially in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162420#M5488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Jonathan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please include your model here with some sample data and the ArcGIS version and OS you're working on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara Bicking&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2011 18:27:07 GMT</pubDate>
    <dc:creator>BBicking1</dc:creator>
    <dc:date>2011-08-05T18:27:07Z</dc:date>
    <item>
      <title>Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162411#M5479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I have a model that I wish to run in a batch process. Within this model, I join an input table to another table, then calculate a value in the input table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When running this model a single time, it works correctly. I can calculate the field value in the input table using the expression [%Join Table%].FieldName. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, when I run this model in a batch process, it seems that each instance of the model is run in parallel, so that multiple joins are performed on the input table at the same time. As a result, I can't be sure of the names of the fields in the join table, and so the batch process fails.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any way to force a batch to run each instance separately?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jon.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 02:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162411#M5479</guid>
      <dc:creator>JonathanBailey</dc:creator>
      <dc:date>2010-10-25T02:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162412#M5480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bump.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This needs to be addressed I think.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running Models in Batch mode results in parallel operation when often (almost always?) you want them to run in sequence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only workaround I know of is to write a Python script to simply call the model, but this seems extremely tacky.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 22:11:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162412#M5480</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2011-06-09T22:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162413#M5481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;BUMP &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; subscribed etc - and a link to my same post in the ArcGIS desktop general forum in case you want to subscribe to it... fingers crossed theres a work around somewhere or bug fix on way (Give us the option, sequencial, or paralell)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/31135-ModelBuilder-in-Batch"&gt;http://forums.arcgis.com/threads/31135-ModelBuilder-in-Batch&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 13:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162413#M5481</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2011-06-13T13:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162414#M5482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like something to enter into &lt;/SPAN&gt;&lt;A href="http://ideas.arcgis.com"&gt;http://ideas.arcgis.com&lt;/A&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 11:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162414#M5482</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2011-06-14T11:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162415#M5483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case the recommended approach is to use an iterator instead of a batch input. Iterators run the entire mode for each iteration vs. batch which runs the model once and runs each tool n times for each execution. In this case use the feature class iterator if all the feature classes are in one workspace or use iterate multi-value to select the set of feature classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/A_quick_tour_of_using_iterators_for_iteration_Looping/002w0000001w000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/A_quick_tour_of_using_iterators_for_iteration_Looping/002w0000001w000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 15:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162415#M5483</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2011-06-22T15:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162416#M5484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem with multivalue iterators is, unless I am mistaken, they only let you modify one model parameter per model iteration. The batch dialog lets you specify a different value for every model parameter for each iteration. What I need is the ability to specify each model parameter differently per iteration like with the batch dialog, but force the processes within the model to run sequentially like with an iterator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to get the best of both worlds (other than the aforementioned -- write a Python script to call the model)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 17:07:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162416#M5484</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2011-06-29T17:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162417#M5485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The problem with multivalue iterators is, unless I am mistaken, they only let you modify one model parameter per model iteration. The batch dialog lets you specify a different value for every model parameter for each iteration. What I need is the ability to specify each model parameter differently per iteration like with the batch dialog, but force the processes within the model to run sequentially like with an iterator.&lt;BR /&gt;&lt;BR /&gt;Is there a way to get the best of both worlds (other than the aforementioned -- write a Python script to call the model)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, 2nd that! To share a tool to our less GIS savvy users here (I would rather send them a tool that is verified than a workflow) I have to send them a seperate script to call the tool if there going to do any batch, and then explain how to use it as I do not have time to code a nice UI like the "batch" window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 11:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162417#M5485</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2011-07-05T11:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162418#M5486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, 2nd that! To share a tool to our less GIS savvy users here (I would rather send them a tool that is verified than a workflow) I have to send them a seperate script to call the tool if there going to do any batch, and then explain how to use it as I do not have time to code a nice UI like the "batch" window.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Out of interest, why is it implemented in this fashion? For my work I would always prefer it to work sequencially allowing completed data to come through quicker, rather than wait for them all to start finishing at once? I am sure there is a good reason!?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 12:01:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162418#M5486</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2011-07-05T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162419#M5487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Out of interest, why is it implemented in this fashion? For my work I would always prefer it to work sequencially allowing completed data to come through quicker, rather than wait for them all to start finishing at once? I am sure there is a good reason!?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't think of any.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 19:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162419#M5487</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2011-08-03T19:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162420#M5488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Jonathan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please include your model here with some sample data and the ArcGIS version and OS you're working on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara Bicking&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 18:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162420#M5488</guid>
      <dc:creator>BBicking1</dc:creator>
      <dc:date>2011-08-05T18:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162421#M5489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am still very interested in this topic! I would love to be able to choose every parameter in my model and run it in batch - sequentially! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem has been well described above, I dont have the model or time to hand but I describe a very simple model in this post with the same problem: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/31135-ModelBuilder-in-Batch"&gt;http://forums.arcgis.com/threads/31135-ModelBuilder-in-Batch&lt;/A&gt;&lt;SPAN&gt;, it is easy to reproduce.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The problem with multivalue iterators is, unless I am mistaken, they only let you modify one model parameter per model iteration. The batch dialog lets you specify a different value for every model parameter for each iteration. What I need is the ability to specify each model parameter differently per iteration like with the batch dialog, but force the processes within the model to run sequentially like with an iterator.&lt;BR /&gt;&lt;BR /&gt;Is there a way to get the best of both worlds (other than the aforementioned -- write a Python script to call the model)?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 13:46:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162421#M5489</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2011-10-26T13:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162422#M5490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just encountered what I believe to be the same issue over at &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/36891/does-calculate-value-model-only-tool-work-correctly-in-tools-run-in-batch/36900#36900"&gt;Stack Exchange GIS&lt;/A&gt;&lt;SPAN&gt; so I can confirm that it is still happening at ArcGIS 10.1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anybody seen a bug number assigned to the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone from the Analysis and Geoprocessing team needs a simple test case that demonstrates this just let me know and I can email it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Graeme&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 06:32:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162422#M5490</guid>
      <dc:creator>GraemeBrowning</dc:creator>
      <dc:date>2012-10-26T06:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162423#M5491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still not happy with this feature!!!! Why cant my users use the batch window for my models like they can for every other tool!!!!! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would be satisfied if ESRI can either:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Explain simply to me why it works like this?? And when it could possibly be useful so that I can try and implement this feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Aknowledge and Fix the bad design.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 14:04:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162423#M5491</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2013-05-13T14:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162424#M5492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a major bummer.&amp;nbsp; I have no idea why a model in batch would behave this way.&amp;nbsp; It pretty much put the tool I was creating in a dead end.&amp;nbsp; Does anyone know if a script tool in batch behaves the same way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 21:36:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162424#M5492</guid>
      <dc:creator>RustyRex</dc:creator>
      <dc:date>2013-07-29T21:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162425#M5493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still present in ArcGIS 10.2 �?�&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162425#M5493</guid>
      <dc:creator>RHirner</dc:creator>
      <dc:date>2013-11-11T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162426#M5494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow! I've been having this problem too!&amp;nbsp; So aggravating!&amp;nbsp; I'm running 10.2.2.&amp;nbsp; I guess this is still an issue, not workarounds yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 18:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162426#M5494</guid>
      <dc:creator>JohnDavies1</dc:creator>
      <dc:date>2014-09-05T18:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162427#M5495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seams that this discussion keeps going on without any solution. I've been having the same problem wit ArcGIS 10.3 and it would be really hard to use interactors given the size of my model. Any solution? &lt;IMG alt="Export Graphic.png" class="image-1 jive-image" src="/legacyfs/online/197812_Export Graphic.png" style="width: 620px; height: 199px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Apr 2016 14:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162427#M5495</guid>
      <dc:creator>Osvaldo_JoséRibeiro_Pereira</dc:creator>
      <dc:date>2016-04-30T14:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162428#M5496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a long time issue with &lt;A href="https://community.esri.com/group/1218"&gt;Model Builder&lt;/A&gt;​. I'm sure it has something to do with how Batch and Model Builder work or it would have been fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found a workaround... create a Python script tool that calls the model, and batch that.&lt;/P&gt;&lt;P&gt;See: &lt;A href="https://community.esri.com/message/302164"&gt;Re: Model Builder + Batch Creator do not work together&lt;/A&gt;​&amp;nbsp; for an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 03:32:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162428#M5496</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-05-04T03:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Force batch to run processes sequentially</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162429#M5497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a quite simple solution for this problem. You just have to follow three steps when building you rmodel and it will work perfectly. 1.) You have to create a Geodatabase (don't use the default geodatabase from ArcGIS). I've created one in the same folder named "Scratch"; 2.) You need to set all of your output data as non-intermediaries, cause they need to be saved in order to run the model; 3.) Finally, when defining the output of each operation in model builder you have to use the sentence %i%. This is useful to say the mode that it should generate individual intermediate data to each Input of my batch list. For example, if I have a map algebra operator in my model, I should set the name of the output data as Raster_Decli%i%. As a result I would have Raster_Decli0, Raster_Decli1, Raster_Decli2 (...). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 12:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/force-batch-to-run-processes-sequentially/m-p/162429#M5497</guid>
      <dc:creator>OsvaldoJosé_Pereira</dc:creator>
      <dc:date>2016-06-23T12:40:36Z</dc:date>
    </item>
  </channel>
</rss>

