I have run this code and received this error log but not sure how to correct it. Thank you for any insight:[email protected]\web_forms.dbo.v_GISPropertyImport
Just to start, I'd check your SDE Connections to make sure "[email protected]" does in fact exist on the machine you are executing the script. Also, look at the database itself to see if "web_forms.dbo.v_GISPropertyImport" database view does in fact exist.
What version of ArcGIS are you using?
Is this a script that you inherited from someone else who ran it on a different machine?
I think you need the full path to the SDE connection file in your script.
If you are running on Windows 7 or Windows Server 2008, then the path would be something like:
c:\Users\"User Name"\AppData\Roaming\ESRI\Desktop10.2\ArcCatalog\ + [email protected]\web_forms.dbo.v_GIS
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.
That helps immensely. I will try that out and see if I have any luck know. Thank you for the insight.