<?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 Launching model with Python in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807132#M3501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to using arcpy and I'm running into a few complications in getting a batch job within a model to launch automatically using a python script. I've created the model, tested it, and it works perfectly. However, when I try to launch the model from python, it does not work. I've tried two methods. I've attached relevant documents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;Model_ExecuteModelV5.py&lt;/SPAN&gt; contains the script used to import the toolbox, and run the model. (the model has no parameters). I've tested the script and I get the printed "Complete". However when I look at my results, the model did not run properly. In this case it did not identify any QC errors which the batch file in the model should have identified. Again, when I test the model within ArcGIS Desktop or Catalog, it works. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin"&gt;2) &lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;Model_ExecuteModelV7.py contains the script with the exported model. I exported the model to a .py file and tested that within python. As a result &lt;/SPAN&gt;&lt;/SPAN&gt;I received an error saying: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin" style="color: #e23d39;"&gt;AttributeError: 'module' object has no attribute 'ExecuteReviewerBatchJob_Reviewer'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin" style="color: #303030;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin" style="color: #303030;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin" style="color: #303030;"&gt;Any support would be greatly appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 17:50:16 GMT</pubDate>
    <dc:creator>AnthonyBarron</dc:creator>
    <dc:date>2015-05-07T17:50:16Z</dc:date>
    <item>
      <title>Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807132#M3501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to using arcpy and I'm running into a few complications in getting a batch job within a model to launch automatically using a python script. I've created the model, tested it, and it works perfectly. However, when I try to launch the model from python, it does not work. I've tried two methods. I've attached relevant documents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;Model_ExecuteModelV5.py&lt;/SPAN&gt; contains the script used to import the toolbox, and run the model. (the model has no parameters). I've tested the script and I get the printed "Complete". However when I look at my results, the model did not run properly. In this case it did not identify any QC errors which the batch file in the model should have identified. Again, when I test the model within ArcGIS Desktop or Catalog, it works. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin"&gt;2) &lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;Model_ExecuteModelV7.py contains the script with the exported model. I exported the model to a .py file and tested that within python. As a result &lt;/SPAN&gt;&lt;/SPAN&gt;I received an error saying: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin" style="color: #e23d39;"&gt;AttributeError: 'module' object has no attribute 'ExecuteReviewerBatchJob_Reviewer'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin" style="color: #303030;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin" style="color: #303030;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin" style="color: #303030;"&gt;Any support would be greatly appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 17:50:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807132#M3501</guid>
      <dc:creator>AnthonyBarron</dc:creator>
      <dc:date>2015-05-07T17:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807133#M3502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the ExecuteModelV5, make sure Model is the Alias of your Model. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the ExecuteModelV7, I think the string for the extension you are checking out, it needs to be all lower case per examples&amp;nbsp; &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//010800000007000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//010800000007000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="n"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;CheckOutExtension&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s" style="color: #a31515;"&gt;"datareviewer"&lt;/SPAN&gt;&lt;SPAN class="p"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case matters greatly in python&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Edit was made for a correction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 18:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807133#M3502</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-05-07T18:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807134#M3503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this topic is cross-posted &lt;A _jive_internal="true" href="https://community.esri.com/thread/158393"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 18:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807134#M3503</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-05-07T18:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807135#M3504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ian, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the recommendations and references. I've had a chance to modify everything but with no luck. I don't know if this makes any difference but I am using C:\Python27\ArcGISx6410.2\python.exe to run this script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ExecuteModelV5, I renamed the toolbox (ToolboxModel.tbx), the toolbox alias (ToolboxModel), and the model (BatchModel). I included the closed parentheses and received a larger error. And of course, when I tried to do it without the closed parentheses, the script would run with no issues, but the model would not execute properly. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/96245_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/96247_pastedImage_5.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ExecuteModelV7, I tried running the batch job with all recommendations and used the examples from &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//010800000007000000" rel="nofollow" target="_blank"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; I still get the following error. &lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "//coacd.org/gis/911_Addressing/Addressing/addr_group_backup/PROJECTS/DataQC_Automation/Anthony/DataReviewerClass/Model_ExecuteModelV11.py", line 26, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ExecuteReviewerBatchJob_Reviewer(reviewer_db, session, AddressingQC_V17_rbj, production_db)&lt;/P&gt;&lt;P&gt;AttributeError: 'module' object has no attribute 'ExecuteReviewerBatchJob_Reviewer'&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/96124_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:53:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807135#M3504</guid>
      <dc:creator>AnthonyBarron</dc:creator>
      <dc:date>2015-05-07T20:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807136#M3505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok getting a little closer to a solution. I'm going back to just basically trying to get the batch file to run through python. I used the Python CMD line to get more details. It looks like my reviewer workspace and the "ExecuteReviewerBatchJob" parameters may be input incorrectly. But my Batch job parameters were input exactly as shown on the ArcGIS help document. I'll keep you posted on what I find. but if you have any additional recommendations, please send them my way. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/98908_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 18:00:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807136#M3505</guid>
      <dc:creator>AnthonyBarron</dc:creator>
      <dc:date>2015-05-11T18:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807137#M3506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Screenshots tend to cut things off. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/1070"&gt;Posting Code blocks in the new GeoNet&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;It looks like my reviewer workspace and the "ExecuteReviewerBatchJob" parameters may be input incorrectly. But my Batch job parameters were input exactly as shown on the ArcGIS help document.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;When faced with a complex set of parameters I often will run the tool interactively from a dialog. This gives you access to the help on every parameters as you enter it, instead of trying to interpret a code block in the help on its own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I get the tool to run that way, from the Results window I can right click / Copy As Python Snippet and paste into code and edit away. This has really helped me when faced with difficult keywords and complex parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 04:38:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807137#M3506</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-05-12T04:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807138#M3507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anthony, since your question was answered in the cross-post, you should probably mark this one as answered too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 14:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807138#M3507</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-12T14:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807139#M3508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright So I have both scripts executing correctly now. One for the Data Reviewer Batch Job and the other for the model. I used the following solutions.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I changed all of the single backslashes to double backslashes in all filepaths.&lt;/P&gt;&lt;P&gt;2) I deleted Python IDLE 64-bit and manually executed the script in Python 32-bit&lt;/P&gt;&lt;P&gt;3) I skipped the Parameter "AOI" in the "&lt;STRONG&gt;arcpy.ExecuteReviewerBatchJob_Reviewer()&lt;/STRONG&gt;" Function. As a result, Python was reading the parameter "ALL_FEATURES" as my AOI.. Which is invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After completing those three changes everything works like a charm without issues. Thank you for all of the support across the board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 14:03:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807139#M3508</guid>
      <dc:creator>AnthonyBarron</dc:creator>
      <dc:date>2015-05-13T14:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807140#M3509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anthony i am running into the same issues however i am not running this in a scheduler. i have 4 models that i am trying to get to run ( one at a time) thru python.&lt;/P&gt;&lt;P&gt;basically run script 1&lt;/P&gt;&lt;P&gt;if script 1 successful run script 2&lt;/P&gt;&lt;P&gt;and so on. i have log lines in there to tell me at the end if this was successful. but i keet getting errors&lt;/P&gt;&lt;P&gt;am i missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy, time, os, sys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date = time.strftime("%m-%d-%Y", time.localtime())&lt;/P&gt;&lt;P&gt;Time = time.strftime ("%I:%M:%S :p",time.localtime())&lt;/P&gt;&lt;P&gt;LogFile = file(r"F:\\GIS\\Python_Scripts\\Logs\\GLE to BIS PROJECTION AND TRANSFER_" + Date + ".txt", 'w')&lt;/P&gt;&lt;P&gt;output = open(r"F:\\GIS\\Python_Scripts\\Logs\\GLE to BIS PROJECTION AND TRANSFER_" + Date + ".txt", 'w')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.ImportToolbox("F:\\GIS\\Python_Scripts\\GLE_BIS_Silverlight_Overwrite\\GLE_BIS.tbx")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Local variables:&lt;/P&gt;&lt;P&gt;output.write("Script Started At: " + str(Date) + " " + str(Time) + "." + "\n" + "Start Delete Process" +"\n")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Process: Delete Temp Holding Shapefiles&lt;/P&gt;&lt;P&gt;arcpy.DeleteTempHolding_GLE_BIS()&lt;/P&gt;&lt;P&gt;arcpy.ExecuteDeleteTempHolding_GLE_BIS()&lt;/P&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Process: Delete Temp Holding Shapefiles&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if arcpy.ExecuteDeleteTempHolding_GLE_BIS():&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output.write("Delete of Temporary files SUCCESS","\n")&lt;/P&gt;&lt;P&gt;except:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; output.write("Delete of Temporary files FAIL","\n")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output.write("END OF SCRIPT","\n")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# reset date and time from when&amp;nbsp; started&lt;/P&gt;&lt;P&gt;lDate = time.strftime("%m-%d-%Y", time.localtime())&lt;/P&gt;&lt;P&gt;lTime = time.strftime("%I:%M:%S %p",time.localtime())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# write to log and close&lt;/P&gt;&lt;P&gt;output.write(str("GLE to BIS Script Ended at&amp;nbsp; " + str(lDate) + " " + str(lTime) + "." + "\n"))&lt;/P&gt;&lt;P&gt;output.close()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now = time.time()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;print "Script Complete"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 17:46:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807140#M3509</guid>
      <dc:creator>lelaharrington</dc:creator>
      <dc:date>2015-06-25T17:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807141#M3510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a copy of the error messages?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 17:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807141#M3510</guid>
      <dc:creator>AnthonyBarron</dc:creator>
      <dc:date>2015-06-25T17:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Launching model with Python</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807142#M3511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "F:\GIS\Python_Scripts\GLE_BIS_Silverlight_Overwrite\Archive\Delete_Temp_Holding.py", line 23, in &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; arcpy.DeleteTempHolding_GLE_BIS()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "F:\GIS\Python_Scripts\GLE_BIS_Silverlight_Overwrite\GLE_BIS.tbx", line 34, in DeleteTempHolding&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;Lela Harrington&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 17:56:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/launching-model-with-python/m-p/807142#M3511</guid>
      <dc:creator>lelaharrington</dc:creator>
      <dc:date>2015-06-25T17:56:53Z</dc:date>
    </item>
  </channel>
</rss>

