Hello
I have an AGOL feature layer (published from ArcGIS Pro) and for some reason I can' get the Pipeline the Replace to work
it's a very basic flow: Pushing data from Portal to AGOL
I keep getting this message: The selected layer does not support the truncate operation
Feature service settings:
Could it be that's because I have a VIEW related to that feature service?
I have another flow very similar (target is an AGOL native feature service) no VIEWs and the Pipeline works just fine
Both targets have "supportsTruncate" : false, so I don't think it's the issue.
Any ideas?
Thanks!
Solved! Go to Solution.
I unchecked the "Enable Sync" and everything started to work just fine.
Can you make a copy of this data without the view and see if the truncate operation then works?
If the truncate operation works in that scenario, would an automated recreation of the associated view work? My concern there would be that the associated view would get a new ItemID which could break a web map/ app that the view is being used in.
I unchecked the "Enable Sync" and everything started to work just fine.