<?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 after running a script several times succesfully..one day, it does nothing, no errors in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205785#M15833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After having run a script within Arcmap several times and successfully, today the running window said Completed! in 0.00 seconds....and nothing happened, no outputs!, no errors!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may think I have changed a code line without notice, but I promise you not. it must be something between ArcMap and ...whatever.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jose.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2013 09:58:38 GMT</pubDate>
    <dc:creator>josesanchez1</dc:creator>
    <dc:date>2013-07-15T09:58:38Z</dc:date>
    <item>
      <title>after running a script several times succesfully..one day, it does nothing, no errors</title>
      <link>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205785#M15833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After having run a script within Arcmap several times and successfully, today the running window said Completed! in 0.00 seconds....and nothing happened, no outputs!, no errors!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may think I have changed a code line without notice, but I promise you not. it must be something between ArcMap and ...whatever.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jose.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 09:58:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205785#M15833</guid>
      <dc:creator>josesanchez1</dc:creator>
      <dc:date>2013-07-15T09:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: after running a script several times succesfully..one day, it does nothing, no er</title>
      <link>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205786#M15834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jose,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you post the script's code?&amp;nbsp; This will help in troubleshooting this issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 10:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205786#M15834</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-07-15T10:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: after running a script several times succesfully..one day, it does nothing, no er</title>
      <link>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205787#M15835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has your operating system been upgraded (e.g. Windows XP to Windows 7)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 13:52:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205787#M15835</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-07-15T13:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: after running a script several times succesfully..one day, it does nothing, no er</title>
      <link>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205788#M15836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I think I got it..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My script has about 170 lines of code. Eight parameters are needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it can look redundant, but I inserted my script into a Model. so, I had to set the eight parameters again. Model --&amp;gt; Properties --&amp;gt; Parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything was working nicely. But, then, once, I noticed that the correlative order of my parameters into my Model had changed. in detail, the third one was now at the end of the parameter list, in eight place. That´s why things could not be working at all. Surprisingly, every time i corrected, when I opened the windows again and again, the order changed again by itself. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After a while, it worked!, the parameters looked to be in place. But the Model did not run..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I have a new model (from scratch) and it is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps, there may be an inconsistency between the script parameters and model parameters. Overall, ESRI should have a look at that because many times I had to re-start ArcMap, too many crashes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jose.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 07:14:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205788#M15836</guid>
      <dc:creator>josesanchez1</dc:creator>
      <dc:date>2013-07-16T07:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: after running a script several times succesfully..one day, it does nothing, no er</title>
      <link>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205789#M15837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10.1 and Windows xp (fully updated)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 07:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-running-a-script-several-times-succesfully/m-p/205789#M15837</guid>
      <dc:creator>josesanchez1</dc:creator>
      <dc:date>2013-07-16T07:16:34Z</dc:date>
    </item>
  </channel>
</rss>

