Skip to main content
Released

Allow Feature Service writer (AGOL, Portal, ArcGIS Serve to use fme_db_operation

Related products:FME Form
  • March 29, 2023
  • 2 replies
  • 47 views

mccorkdm
Contributor
Forum|alt.badge.img+2

Currently multiple feature service writers are required one for each insert, update and delete operation. Enhancing the existing feature service writer to use the fme_db_operation that is used by other writer would simply these processes.

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.

2 replies

siennaatsafe
Safer
Forum|alt.badge.img+12

Hi @mccorkdm​ 

fme_db_operation is already supported in the ArcGIS Online and Portal writer.

 

See the documentation here: https://docs.safe.com/fme/2022.2/html/FME_Desktop_Documentation/FME_ReadersWriters/arcgisportalfeatures/ft-parameters-w.htm and https://docs.safe.com/fme/2022.2/html/FME_Desktop_Documentation/FME_ReadersWriters/arcgisonlinefeatures/ft-parameters-w.htm

 

You should be able to set it using the Feature Operation in 2022.0+

2023-04-04_11-28-44However, I'm pretty sure that fme_db_operation worked before it was officially added to the writer, it should override the Feature Operation setting. See this article for details. It might be worth trying it out to see if that works!


mccorkdm
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • April 4, 2023

Thanks, I've just realised I was using the Data Interoperability extension in ArcGIS and hadn't checked the latest version of FME desktop. Great to see it's already in there.