Hi everyone
I have a hosted service, containing first layer + attachments, second layer with attachments and related table to the second layer with attachments for itself.
The original data is stored in SDE.
I need to publish the whole data once a month, and overwrite the whole data, using arcgis api for python.
No change in the layers structure.
I don't want to copy the data to temp FGDB before publishing, since there a lot of picture and the volume is large..
I could not find a solution to this scenario.
(by the way, using arcpy append worked in one desktop but not in the server, and argis.append does not support attachments...)
I'll appreciate any help.
Ofra