<?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: ESRI Pyhton Addin Assistant in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400569#M31555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See attached&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2014 18:44:44 GMT</pubDate>
    <dc:creator>ScottShenberger</dc:creator>
    <dc:date>2014-01-31T18:44:44Z</dc:date>
    <item>
      <title>ESRI Pyhton Addin Assistant</title>
      <link>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400567#M31553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good Morning&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I created an Addin using the Addin Assistant using a python script and every time I run the script via the addin I created, ArcGIS crashes. I can reproduce it on another computer with the same results. I am not sure why this tool crashes ArcGIS. I can copy and paste the code into the python window and it runs just fine with no problems. My computer specs are: Win7 64bit Intel i7 32GB Ram ArcGIS 10.1 SP1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott Shenberger&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tucson Water&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 14:02:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400567#M31553</guid>
      <dc:creator>ScottShenberger</dc:creator>
      <dc:date>2014-01-31T14:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Pyhton Addin Assistant</title>
      <link>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400568#M31554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you provide a copy of your add-in?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 15:14:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400568#M31554</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2014-01-31T15:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Pyhton Addin Assistant</title>
      <link>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400569#M31555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See attached&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 18:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400569#M31555</guid>
      <dc:creator>ScottShenberger</dc:creator>
      <dc:date>2014-01-31T18:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Pyhton Addin Assistant</title>
      <link>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400570#M31556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not seeing any sort of crash, just a failure when calling the TableToTable Tool:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; 
Traceback (most recent call last):
&amp;nbsp; File "C:\...\AssemblyCache\{7E4CFC40-D898-41B3-8BBB-0B634DC2B183}\EsriAddin_addin.py", line 32, in onClick
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.TableToTable_conversion(NullServiceAddresses, Null_Services, "NullServiceAddresses.dbf", "", "ANCILLARYR \"ANCILLARYR\" true true false 2 Short 0 4 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,ANCILLARYROLE,-1,-1;ENABLED \"ENABLED\" true true true 2 Short 0 4 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,ENABLED,-1,-1;WSA \"WSA\" true true false 3 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,WSA,-1,-1;SYNERGEN_I \"SYNERGEN_ID\" true true false 17 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,SYNERGEN_ID,-1,-1;LIFECYCLES \"LifecycleStatus\" true true false 4 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,LIFECYCLESTATUS,-1,-1;LASTEDITOR \"LASTEDITOR\" true true false 10 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,LASTEDITOR,-1,-1;LASTEDITDA \"LASTEDITDA\" true true false 36 Date 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,LASTEDITDATE,-1,-1;LASTEDITSO \"LastEditSource\" true true false 4 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,LASTEDITSOURCE,-1,-1;DOCUMENTNU \"DOCUMENTNU\" true true false 255 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,DOCUMENTNUMBER,-1,-1;INSTALLYEA \"INSTALLYEAR\" true true false 2 Short 0 4 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,INSTALLYEAR,-1,-1;OWNERSHIP \"Ownership\" true true false 4 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,OWNERSHIP,-1,-1;STREETDIR \"STREETDIR\" true true false 3 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,STREETDIR,-1,-1;STREETNO \"STREETNO\" true true false 15 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,STREETNO,-1,-1;STREETNAME \"STREETNAME\" true true false 50 Text 0 0 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,STREETNAME,-1,-1;SERVICESUB \"ServiceSubtype\" true true false 4 Long 0 5 ,First,#,\\ADMIN.PotableNetwork\\ADMIN.Service,SERVICESUBTYPE,-1,-1", "")
&amp;nbsp; File "c:\arcgis\arcpy\arcpy\conversion.py", line 2018, in TableToTable
&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e
ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000732: Input Rows: Dataset NullServiceAddresses does not exist or is not supported
Failed to execute (TableToTable).

&amp;gt;&amp;gt;&amp;gt; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps add some print statements in your onClick implementation to see how far the tool gets and where it crashes on your local machine?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:17:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400570#M31556</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2021-12-11T18:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Pyhton Addin Assistant</title>
      <link>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400571#M31557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems to crash at the field calculate. I have a dmp file if that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 16:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400571#M31557</guid>
      <dc:creator>ScottShenberger</dc:creator>
      <dc:date>2014-02-03T16:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Pyhton Addin Assistant</title>
      <link>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400572#M31558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may want to contact Esri support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 15:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/esri-pyhton-addin-assistant/m-p/400572#M31558</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2014-02-04T15:51:35Z</dc:date>
    </item>
  </channel>
</rss>

