Skip to main content

Hi,

I have an FMW (FME Form v.2023.2) with 4 datasets, and I would like to save the results as ArcGIS Portal writers. Each dataset could change due to modifications in the underlying databases or files used in the FMW. These changes may involve the deletion or insertion of rows, updates to attribute values, or, in some cases, no changes at all.

I would like to run the FMW once a month without modifying the parameters for ArcGIS Portal.

How should I configure ArcGIS Portal to capture all changes for these 4 datasets?

When I used Insert for Feature Option and Truncate for Feature Type Handling 3 datasets where correct updated, the 4th dataset “Alle_Adr_Adkom” got:

ArcGIS Portal Feature Service Writer: 0 features successfully written to 'Alle_Adr_Adkom', but the server rejected the 48751 features in the last request due to errors. See warnings above. Ending translation

ARCGISPORTALFEATURES writer: An error has occurred. Check the logfile above for details”

I appreciate your help

Elisabeth

 

I’m not very experienced in this type writer, but I think what you want is not that easy.

The easiest way is to use a drop and create strategy where you remove and republish the service. But I see only Use Existing and Truncate Existing, not Drop and Create.

I think I would use the ArcGISOnlineConnector to do this (can be used to connect to Portal as well). A sequence of delete, upload and publish.


Thank you, I will try your suggestion


You should see some warnings/messages about what wrong with the features. I’d say its quite likely the schema is not quite correct


Thank you for the answers. I was able to achieve what I wanted in the manner I described in the message. 

Case is closed:)


Reply