<?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: Combing Multiple Models in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192695#M6581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would export your models out to python scripts and then call them consecutively from a bat file that is called from a scheduled task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can provide a sample bat file if you need it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 15:41:34 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2013-08-28T15:41:34Z</dc:date>
    <item>
      <title>Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192694#M6580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm starting to get a feel for Model Builder, but I can't figure this out:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got 9 geoprocessing models that are all part of the same essential process.&amp;nbsp; I want to have one model, or script, that will run each one of them consecutively.&amp;nbsp; I tried doing everything in a single model, but I got red exes on some of the tools because I am overwriting some datasets.&amp;nbsp; At the same time, it could be useful to keep each step separated anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, does anyone know of anyway to automate running 9 models consecutively?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 15:24:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192694#M6580</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2013-08-28T15:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192695#M6581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would export your models out to python scripts and then call them consecutively from a bat file that is called from a scheduled task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can provide a sample bat file if you need it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 15:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192695#M6581</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-28T15:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192696#M6582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been trying to figure out how to do just that.&amp;nbsp; I'm not much of a python whiz. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you, please, provide an example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 17:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192696#M6582</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2013-08-28T17:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192697#M6583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@echo off&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;echo Start time: %time% &amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;echo ------------&amp;nbsp; Update time: %time%&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo ------------&amp;nbsp; 06 Truncating parcel feature class&amp;nbsp; ----------------------- &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo ------------&amp;nbsp; 06 Truncating parcel feature class&amp;nbsp; ----------------------- &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06_truncate_parcels.py &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;echo&amp;nbsp; ' ' &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo Update time: %time% &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo&amp;nbsp; ' ' &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;echo ------------&amp;nbsp; Update time: %time%&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo ------------&amp;nbsp; 07 Appending parcel feature class&amp;nbsp; -----------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo ------------&amp;nbsp; 07 Appending parcel feature class&amp;nbsp; ----------------------- &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;07_append_parcels.py &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;echo&amp;nbsp; ' ' &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo Update time: %time% &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo&amp;nbsp; ' ' &amp;gt;&amp;gt; update_parcel.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@echo on&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 17:38:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192697#M6583</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-28T17:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192698#M6584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I must be less apt for this than I thought.. I can't make any sense out of that.&amp;nbsp; Any chance you could explain a little more?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 12:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192698#M6584</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2013-08-29T12:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192699#M6585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Craig:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The echo statements allow for messages to be written to the log file (for understanding how processes are working), as well as to the DOS prompt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to call just the python script name because I am running on a 64 bit server with only the 32 bit version of python installed (c:\Python26\ArcGIS10.0\python.exe) and the PYTHONPATH environmental variable set to c:\Python26\ArcGIS10.0.&amp;nbsp; [If you are running on a server with ArcGIS Server also installed with background processing enabled this gets trickier as you will also have a 64 bit version of python installed on the machine.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;update_parcel.log after the call to the python script allows me to use print statements in the python script that get written out to the log file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the %time% statements to write out important times in the process to the log file which helps to diagnose problems and determine how long processes run so I can optimize times when scripts are run, especially when order of the scripts is important and I need to work around database maintenance times.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 12:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192699#M6585</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-29T12:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192700#M6586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That helps, thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 12:43:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192700#M6586</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2013-08-29T12:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192701#M6587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I think is the easiest way to do this is to call each of your models from a script. If all of your models are in a single toolbox this is really easy. This is a much cleaner way to execute the custom functions without having to write &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;any&lt;/SPAN&gt;&lt;SPAN&gt;??? complex python. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Write a python script that looks like this (sorry for the lame names in the example):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;import arcpy&amp;nbsp; #Import the toolbox containing the models. arcpy.ImportToolbox(r"c:\temp\toolboxname.tbx", "toolboxAlias")&amp;nbsp; #Run each model as though it were a tool arcpy.ModelName_toolboxAlias() arcpy.Model2Name_toolboxAlias() arcpy.Model3Name_toolboxAlias()&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the example above I have a toolbox named 'toolboxname' that stores all of my models. In this toolbox I have three models named ModelName, Model2Name, Model3Name. In the example I have also chosen an alias for my tools. The alias is 'toolboxAlias', the alias is just used to differentiate your tools from other system tools so there are not name collisions. This is similar to some core tools that have a _management or _analysis alias. Each of the models do not take any input parameters hence the (). If one or many inputs were required for these models you would put them between the () brackets (ex: arcpy.ModelName_toolboxAlias('c:\temp\test.gdb\featureclass'))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can then run this very simple script to call your models in sequence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A (slightly) better example might look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;import arcpy&amp;nbsp; #Import the toolbox containing the models. arcpy.ImportToolbox(r"c:\temp\my_analysis.tbx", "models")&amp;nbsp; #Run each model as though it were a tool arcpy.CustomBufferIntersect_models() arcpy.CreateNewFeatures_models() arcpy.MakeSurface_models()&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 15:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192701#M6587</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2013-08-29T15:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192702#M6588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I work with Mike and the models/scripts in question are actually mine. Our main reason for exporting our models to Python scripts and running them as such is mainly because of the ability to augment the scripts to include Try/Except error-handling, etc. That said, I wouldn't mind implementing your script below, Russel - albeit, to call the Python scripts instead of the models themselves. Does that function the same way as calling a model? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gavin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 17:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192702#M6588</guid>
      <dc:creator>GavinMcDade</dc:creator>
      <dc:date>2013-08-29T17:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192703#M6589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gavin, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you import your toolbox using arcpy.ImportToolbox the models within your toolbox function just like any other tool. Essentially each model becomes a tool. You will then have the ability to use try/except blocks catch any failures. You could also parse messages returned from 'arcpy.getmessages()' if there are specific messages you are interested in investigating.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

import arcpy#Import the toolbox containing the models.arcpy.ImportToolbox(r"c:\temp\my_analysis.tbx", "models")#Run each model as though it were a tool#use try/except for finding major failures.#use getmessages to find more specific info.try:&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.CustomBufferIntersect_models()&amp;nbsp;&amp;nbsp;&amp;nbsp; msg = arcpy.GetMessages()&amp;nbsp;&amp;nbsp;&amp;nbsp; if msg.lower().find('error 000375'):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Do something!"&amp;nbsp;&amp;nbsp;&amp;nbsp; else:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "That's not working, do something else!"&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.CreateNewFeatures_models()&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.MakeSurface_models()except:&amp;nbsp;&amp;nbsp;&amp;nbsp; print 'Oh no! Something went wrong'
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When calling the model from a script you do not get granularity at the tool level you just get the entire model. This is what we usually recommend for people who want to do some sort of automated process but do not want to write much Python. The problem with the scripts exported from models is that they are very messy and hard to read. Also you can end up with a lot of redundant code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192703#M6589</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2021-12-11T09:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192704#M6590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help Russell.&amp;nbsp; I'm still having a little trouble.&amp;nbsp; This is my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy

arcpy.ImportToolbox(r"X:\GIS_Projects\Street_Centerlines\Update.tbx","Streets")

#arcpy.Tool0_PreScript_Streets()
arcpy.Tool1_DeleteStreets_Streets()
arcpy.Tool2_CopyData_Streets()
arcpy.Tool3_CalcROADCLASS_Streets()
arcpy.Tool4_AppendStreets_Streets()
arcpy.Tool5_CalcPSAP_Streets()
arcpy.Tool6_CalcMUNILEFT_Streets()
arcpy.Tool7_CaclMUNIRIGHT_Streets()
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm getting this error at the moment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "X:/GIS_Projects/Street_Centerlines/Python_Scripts/Automate_StreetUpdate2", line 6, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Tool1_DeleteStreets_Streets()&lt;BR /&gt;AttributeError: 'module' object has no attribute 'Tool1_DeleteStreets_Streets' &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't quite figure out what I'm doing wrong... any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192704#M6590</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2021-12-11T09:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192705#M6591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check your casing. Python is case sensitive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Double check that the tool name is spelled correctly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you un-comment out the first tool does it execute successfully?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 19:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192705#M6591</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2013-08-30T19:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192706#M6592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Casing is all correct.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I commented out Tool0_PreScript because it returned the error.&amp;nbsp; After that, Tool1_DeleteStreets returned the error.&amp;nbsp; The script seems to stumble over any line in that part of the script.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 19:46:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192706#M6592</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2013-08-30T19:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192707#M6593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Go into your model properties and check that the name of the model is what you are using. The label is what appears in ArcCatalog when you are browsing. The name is what python uses to find the tool. You can have a name and label that are completely different from one another.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 20:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192707#M6593</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2013-08-30T20:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192708#M6594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Russell, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That was definitely the problem I was running into, so thank you! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, I've hit another error.&amp;nbsp; Have you ever seen something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27171[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't tell if the script just hit a snag on one of the values, or if I really can't execute a VB Expression as part of one of the models.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would love to have your thoughts.&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, 03 Sep 2013 13:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192708#M6594</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2013-09-03T13:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192709#M6595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Craig:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe you need to convert the VB Expression to a python expression to support ArcGIS Server services.&amp;nbsp; There should be plenty of help to assist you in the python format, but if you can not locate help I'll try to dig up some sample syntax for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:14:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192709#M6595</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-09-03T14:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Combing Multiple Models</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192710#M6596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I went ahead and just did it.&amp;nbsp; Generated a few other errors, but I think its working now.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you all for your input!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:29:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combing-multiple-models/m-p/192710#M6596</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2013-09-03T14:29:51Z</dc:date>
    </item>
  </channel>
</rss>

