Intermittent exceptions in CopyRows_management

المشرف العام

Administrator
طاقم الإدارة
Occasionally, but frequently enough to be a pain, my script throws an error. The script runs fine most of the time but when it fails, I get this:

Traceback (most recent call last): File "XXX.py", line 493, in main arcpy.CopyRows_management(ABC, XYZ) File "C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy\arcpy\management.py", line 13547, in CopyRows raise eExecuteError: ERROR 000224: Cannot insert featuresFailed to execute (CopyRows).where ABC is a feature class in SDE and XYZ is a feature class in the local scratchGDB. The name of XYZ is derived from the date and time and, I believe, should never encounter an issue with locks at this stage of the script.

What can be causing this error and how do I fix it?



أكثر...
 
أعلى