Esri / collector-tools

A set of python scripts and geoprocessing tools to automate common tasks and workflows in conjunction with Collector for ArcGIS
Apache License 2.0
74 stars 35 forks source link

ERROR 000732 While Running Project Z #33

Closed TedFrauenfelder closed 6 years ago

TedFrauenfelder commented 6 years ago

I'm attempting to run the Project Z tool in Pro on a set of survey points and I'm running into the following error when the tool reaches the Maintain Attachments script:

Running script MaintainAttachments... Enabling Attachments Enabled Attachments Copying Attachments.. Failed script Maintain Attachments... Traceback (most recent call last): File "C:\Users\tfrauenfelder\Documents\ArcGIS\Projects\GPS\maintain_attachments.py", line 41, in enable_copy_attachments arcpy.Append_management(inputRow, outputTable) File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\management.py", line 3984, in Append raise e File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\management.py", line 3981, in Append retval = convertArcObjectToPythonObject(gp.Append_management(gp_fixargs((inputs, target, schema_type, field_mapping, subtype), True))) File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\geoprocessing_base.py", line 506, in return lambda args: val(*gp_fixargs(args, True)) arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid. ERROR 000732: Input Datasets: Dataset C:\Users\tfrauenfelder\Documents\ArcGIS\Projects\GPS\GPS.gdb\SURVEY__ATTACH does not exist or is not supported Failed to execute (Append).

These are the setting I am using for conversion in the Project Z tool- image

Any insight into what is going wrong here would be much appreciated, thanks!

Sanikanchi commented 6 years ago

Hi, did you get answer to your problem yet? I have same issue. I would appreciate your reply and any suggestion. Thank you

niti5425-zz commented 6 years ago

@Sanikanchi Does your input feature class have attachments enabled?

Sanikanchi commented 6 years ago

Thank you so much. It ran successfully when I made it attachment enable.