<?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: Python Code Help Needed:Commerical Property Imports in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403251#M31746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That helps immensely. I will try that out and see if I have any luck know. Thank you for the insight.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the full SDE link but still, no go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000732: Input Rows: Dataset \\aubpm02\c$\Users\administrator.COA\AppData\Roaming\ESRI\Desktop10.2\ArcCatalog\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport does not exist or is not supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (TableToTable).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2014 21:15:29 GMT</pubDate>
    <dc:creator>RaoulComaduran</dc:creator>
    <dc:date>2014-06-09T21:15:29Z</dc:date>
    <item>
      <title>Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403243#M31738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still relatively new to python and trying to troubleshoot these automated python codes as much as a I can but to no avail. I have the script that is supposed to run twice daily and import data from a webform and place it into a layer in our SDE master db. please let me know what errors you see in the line of code below. Thank you in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Raoul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 21:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403243#M31738</guid>
      <dc:creator>RaoulComaduran</dc:creator>
      <dc:date>2014-06-06T21:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403244#M31739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have run this code and received this error log but not sure how to correct it. Thank you for any insight:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; Process started at 06-09-2014 08:55:54 AM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Preparing in memory data........10%&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "\\aubpm02\c$\scripts\PropertyListings\CommercialPropertyImport_V1.2.py", line 79, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.TableToTable_conversion(web_forms_dbo_v_GISPropertyImport, in_memory, "brokers", "", "Property \"Property\" true true false 15 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\\dbo.v_GISPropertyImport,Property,-1,-1;ADDRESS \"ADDRESS\" true true false 81 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,ADDRESS,-1,-1;Site \"Site\" true true false 4 Long 0 10 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Site,-1,-1;Street \"Street\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Street,-1,-1;PIN \"PIN\" true true false 10 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,PIN,-1,-1;Status \"Status\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Status,-1,-1;Listing \"Listing\" true true false 15 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Listing,-1,-1;Email \"Email\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Email,-1,-1;Phone \"Phone\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Phone,-1,-1;Contact \"Contact\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Contact,-1,-1;Firm \"Firm\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Firm,-1,-1;Expires \"Expires\" true true false 36 Date 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Expires,-1,-1;Requested \"Requested\" true true false 36 Date 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Requested,-1,-1;Link \"Link\" true true false 300 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Link,-1,-1", "")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Desktop10.2\arcpy\arcpy\conversion.py", line 2042, in TableToTable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000732: Input Rows: Dataset Database Connections\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport does not exist or is not supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (TableToTable).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Process failed at 06-09-2014 08:55:54 AM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Python27\ArcGIS10.2\Lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 326, in RunScript&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exec codeObject in __main__.__dict__&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "\\aubpm02\c$\scripts\PropertyListings\CommercialPropertyImport_V1.2.py", line 147, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LogFile = file('C:\\scripts\\PropertyListings\\error.txt', 'w') #Creates a log file with todays date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IOError: [Errno 2] No such file or directory: 'C:\\scripts\\PropertyListings\\error.txt'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 15:40:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403244#M31739</guid>
      <dc:creator>AshleyRiggs</dc:creator>
      <dc:date>2014-06-09T15:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403245#M31740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have run this code and received this error log but not sure how to correct it. Thank you for any insight:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport 
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to start, I'd check your SDE Connections to make sure "Webforms@AUBPM01.sde" does in fact exist on the machine you are executing the script.&amp;nbsp; Also, look at the database itself to see if "web_forms.dbo.v_GISPropertyImport" database view does in fact exist.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403245#M31740</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2021-12-11T18:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403246#M31741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a script that you inherited from someone else who ran it on a different machine?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 15:56:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403246#M31741</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-06-09T15:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403247#M31742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Just to start, I'd check your SDE Connections to make sure "Webforms@AUBPM01.sde" does in fact exist on the machine you are executing the script.&amp;nbsp; Also, look at the database itself to see if "web_forms.dbo.v_GISPropertyImport" database view does in fact exist.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just checked that connection on the server we have named AUBPMO1 and that db does exist as well as that database table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I figured that might have been that case, so I re-established that connection on our server in ArcCatalog and then reran the script and still this error was popping up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 16:06:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403247#M31742</guid>
      <dc:creator>AshleyRiggs</dc:creator>
      <dc:date>2014-06-09T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403248#M31743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What version of ArcGIS are you using?&lt;BR /&gt;&lt;BR /&gt;Is this a script that you inherited from someone else who ran it on a different machine?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using ArcGIS 10.2 and this was a script that ran successfully off the server aubmp01( after our migration to 10.2) from as recently at Feb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 16:10:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403248#M31743</guid>
      <dc:creator>AshleyRiggs</dc:creator>
      <dc:date>2014-06-09T16:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403249#M31744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you need the full path to the SDE connection file in your script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are running on Windows 7 or Windows Server 2008, then the path would be something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;c:\Users\"User Name"\AppData\Roaming\ESRI\Desktop10.2\ArcCatalog\ + &lt;/SPAN&gt;&lt;A href="mailto:Webforms@AUBPM01.sde\web_forms.dbo"&gt;Webforms@AUBPM01.sde\web_forms.dbo&lt;/A&gt;&lt;SPAN&gt;.v_GIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that in my scripts when I migrated from v10.0 to v10.2 (I skipped v10.1), the python scripts now needed the full path to the SDE connection files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 16:35:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403249#M31744</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-06-09T16:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403250#M31745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think you need the full path to the SDE connection file in your script.&lt;BR /&gt;&lt;BR /&gt;If you are running on Windows 7 or Windows Server 2008, then the path would be something like:&lt;BR /&gt;&lt;BR /&gt;c:\Users\"User Name"\AppData\Roaming\ESRI\Desktop10.2\ArcCatalog\ + &lt;A href="mailto:Webforms@AUBPM01.sde\web_forms.dbo"&gt;Webforms@AUBPM01.sde\web_forms.dbo&lt;/A&gt;.v_GIS&lt;BR /&gt;&lt;BR /&gt;I know that in my scripts when I migrated from v10.0 to v10.2 (I skipped v10.1), the python scripts now needed the full path to the SDE connection files.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That helps immensely. I will try that out and see if I have any luck know. Thank you for the insight.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 16:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403250#M31745</guid>
      <dc:creator>RaoulComaduran</dc:creator>
      <dc:date>2014-06-09T16:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403251#M31746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That helps immensely. I will try that out and see if I have any luck know. Thank you for the insight.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the full SDE link but still, no go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000732: Input Rows: Dataset \\aubpm02\c$\Users\administrator.COA\AppData\Roaming\ESRI\Desktop10.2\ArcCatalog\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport does not exist or is not supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (TableToTable).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 21:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403251#M31746</guid>
      <dc:creator>RaoulComaduran</dc:creator>
      <dc:date>2014-06-09T21:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403252#M31747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Raoul:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try making 2 modifications to the architecture of this project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.)Export your SDE data to a file geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.)Modify your data variables to hit the file geodatabase feature classes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Run the script and see if you get the same type of error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you export this from a model?&amp;nbsp; It looks like it because of all the duplicate GIS_USER_CommercalPropertyLi__ entries with different numbers but pointing to the same data source.&amp;nbsp; I would also advice cleaning up these variables to minimize their use.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 11:35:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403252#M31747</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-06-10T11:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403253#M31748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Raoul:&lt;BR /&gt;&lt;BR /&gt;Can you try making 2 modifications to the architecture of this project?&lt;BR /&gt;&lt;BR /&gt;1.)Export your SDE data to a file geodatabase&lt;BR /&gt;2.)Modify your data variables to hit the file geodatabase feature classes&lt;BR /&gt;&lt;BR /&gt;Run the script and see if you get the same type of error&lt;BR /&gt;&lt;BR /&gt;Did you export this from a model?&amp;nbsp; It looks like it because of all the duplicate GIS_USER_CommercalPropertyLi__ entries with different numbers but pointing to the same data source.&amp;nbsp; I would also advice cleaning up these variables to minimize their use.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will give that a try, if not just for testing purposes, and see if that doesn't at least give me a good location to run testing on the broken code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 20:36:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403253#M31748</guid>
      <dc:creator>RaoulComaduran</dc:creator>
      <dc:date>2014-06-10T20:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403254#M31749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I will give that a try, if not just for testing purposes, and see if that doesn't at least give me a good location to run testing on the broken code.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I tried redirecting to a local drive and still a failure in the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Preparing in memory data........10%&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\scripts\PropertyListings\RJC_test\CommercialPropertyImport_V1.2_RJC.py", line 79, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.TableToTable_conversion(web_forms_dbo_v_GISPropertyImport, in_memory, "brokers", "", "Property \"Property\" true true false 15 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\\dbo.v_GISPropertyImport,Property,-1,-1;ADDRESS \"ADDRESS\" true true false 81 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,ADDRESS,-1,-1;Site \"Site\" true true false 4 Long 0 10 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Site,-1,-1;Street \"Street\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Street,-1,-1;PIN \"PIN\" true true false 10 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,PIN,-1,-1;Status \"Status\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Status,-1,-1;Listing \"Listing\" true true false 15 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Listing,-1,-1;Email \"Email\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Email,-1,-1;Phone \"Phone\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Phone,-1,-1;Contact \"Contact\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Contact,-1,-1;Firm \"Firm\" true true false 50 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Firm,-1,-1;Expires \"Expires\" true true false 36 Date 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Expires,-1,-1;Requested \"Requested\" true true false 36 Date 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Requested,-1,-1;Link \"Link\" true true false 300 Text 0 0 ,First,#,Database Connections\\Webforms@AUBPM01.sde\web_forms.dbo.v_GISPropertyImport,Link,-1,-1", "")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "D:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\conversion.py", line 2042, in TableToTable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000732: Input Rows: Dataset C:\Test\web_forms.dbo.dbf does not exist or is not supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (TableToTable).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403254#M31749</guid>
      <dc:creator>RaoulComaduran</dc:creator>
      <dc:date>2014-06-17T20:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Help Needed:Commerical Property Imports</title>
      <link>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403255#M31750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Raoul:&lt;BR /&gt;&lt;BR /&gt;Can you try making 2 modifications to the architecture of this project?&lt;BR /&gt;&lt;BR /&gt;1.)Export your SDE data to a file geodatabase&lt;BR /&gt;2.)Modify your data variables to hit the file geodatabase feature classes&lt;BR /&gt;&lt;BR /&gt;Run the script and see if you get the same type of error&lt;BR /&gt;&lt;BR /&gt;Did you export this from a model?&amp;nbsp; It looks like it because of all the duplicate GIS_USER_CommercalPropertyLi__ entries with different numbers but pointing to the same data source.&amp;nbsp; I would also advice cleaning up these variables to minimize their use.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried pointing it towards a local source using local variables but still came in with the same error as before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This script was started in a model but that model builder setup is nowhere to be found currently. how would cleaning up the duplicateGIS_USER_CommercalPropertyLi__ entries help this script. What is the point of the currently? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 21:15:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-help-needed-commerical-property/m-p/403255#M31750</guid>
      <dc:creator>RaoulComaduran</dc:creator>
      <dc:date>2014-06-19T21:15:03Z</dc:date>
    </item>
  </channel>
</rss>

