I have a script that uses arcpy.CopyFeatures_management(FEATURE_CLASS_SDE, FEATURE_CLASS_LOCAL) to copy a feature class from our enterprise SDE to a local file geodatabase. For the most part, it works well. Occasionally, though, it fails in spectacular fashion.
when it fails, I get a message that states python stopped working with a minidump. That's it. I wrapped the line that performs the copy in a try...except to get more info but the exception is not caught.
Any ideas how I can troubleshoot this further?
ArcGIS 10.1 SP1 w/ QIP (Build 3300)
أكثر...
when it fails, I get a message that states python stopped working with a minidump. That's it. I wrapped the line that performs the copy in a try...except to get more info but the exception is not caught.
Any ideas how I can troubleshoot this further?
ArcGIS 10.1 SP1 w/ QIP (Build 3300)
أكثر...