1

I am having issues updating a feature service with Safe FME. I looked up the example model and as far as I can tell I am following it. It seems to be running most of the model and throws an error as it starts trying to update the Feature Service. I am not sure what the issue is. I set the Feature Layer to allow edits. I have the reader for the ArcGIS Feature Layer and the Reader for the shapefile source, also the FeatureMerger to add the FID Field to the update table. LOG: http://pastebin.com/U1Hu06GS

enter image description here

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Jun 28, 2016 at 20:33
2
  • Line 47 of your error shows: Python Exception <HTTPError>: 404 Client Error: Not Found. Do you have any python code running? Perhaps as a python parameter or shutdown script? If so, can you please edit your post to show it? Commented Jun 28, 2016 at 22:36
  • I do not have any Python running, I am guessing it is something on ArcGIS onlines processes. That is what I'm trying to figure out. Commented Jun 29, 2016 at 3:08

3 Answers 3

1

I have figured out what the issue was. I had to add the ArcGIS Online Reader for the existing Feature Layer before adding the ArcGIS Online writer. Then I had to copy the "Layer Definition" from the previously added ArcGIS Online reader for that Feature Layer. Then it worked as expected. enter image description here

answered Jun 29, 2016 at 18:11
1

I was running into similar situation attempting to write to AGOL hosted tables. Was getting error 403 (You do not have permissions to access this resource or perform this operation). I tried about every permutation of connection configuration I could think of, but no love. However, when I added a Reader to the AGOL feature service, it started working, even though Reader is not really involved in workflow.

answered Jun 26, 2020 at 18:31

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.