When publishing to ArcGIS Portal the layer has some default configurations that I would like to change. For example, share to a group/everyone, disable editing and prevent the layer from being deleted.
Any ideas in how to do that using FME?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Unfortunately, both the ArcGIS Portal and ArcGIS Online writer does not currently support allowing the user to set the capabilities of the created feature service/layer. All feature service/layer will be published with the default capabilities. You will have to post-process the feature service/layer after it is published. Other customers have mentioned they do this using a shutdown Python script.
This enhancement is being tracked as FMEENGINE-64118 and I will update this post once this enhancement has been added.
Unfortunately, both the ArcGIS Portal and ArcGIS Online writer does not currently support allowing the user to set the capabilities of the created feature service/layer. All feature service/layer will be published with the default capabilities. You will have to post-process the feature service/layer after it is published. Other customers have mentioned they do this using a shutdown Python script.
This enhancement is being tracked as FMEENGINE-64118 and I will update this post once this enhancement has been added.
The ArcGIS Python API is easy to use for this workflow.
Unfortunately, both the ArcGIS Portal and ArcGIS Online writer does not currently support allowing the user to set the capabilities of the created feature service/layer. All feature service/layer will be published with the default capabilities. You will have to post-process the feature service/layer after it is published. Other customers have mentioned they do this using a shutdown Python script.
This enhancement is being tracked as FMEENGINE-64118 and I will update this post once this enhancement has been added.
I'm using HTTPCaller with ArcGIS REST API to work around that for now, but this enhancement would be very welcomed