CopyRows_Management in ArcPy gives ERROR 000732?

المشرف العام

Administrator
طاقم الإدارة
I get the following error when running a CopyRows_Management with Python (ArcGIS 10.1):

ERROR 000732: Input Rows: Dataset \MyConnection.odc\MyTable does not exist or is not supportedHere is the script that the model builder exported.

# Import arcpy moduleimport arcpy# Local variables:MY_DATA = "Database Connections\\MyConnection.odc\\MyTable"MY_DESTINATION = "C:\\GIS-Shared\\MyData\\MyGDB.gdb\MyTable"# Process: Copy Rowsarcpy.CopyRows_management(MY_DATA, MY_DESTINATION, "")

أكثر...
 
أعلى