Skip to main content
Solved

Error when using ArcGIS Portal Feature service writer

  • February 24, 2021
  • 2 replies
  • 313 views

john_esk
Contributor
Forum|alt.badge.img+7

Hello!

I used this instruction to create a web connection to our ArcGIS Portal: https://community.safe.com/s/question/0D54Q000080hBUjSAM/how-to-create-an-fme-web-connection-for-esri-arcgis-portal-feature-service-oauth-20

 

There is no problem using the ArcGIS Portal reader for reading the branched enabled service. The problem is when I try to use the ArcGIS Portal writer to write to the same service. I get the following error:

ArcGIS Portal Feature Service Writer: Encountered an unexpected error. The error code from the server was 'none' and the message was: 'The operation is not supported by this implementation.'. Details: ''

A fatal error has occurred. Check the logfile above for details

A fatal error has occurred. Check the logfile above for details

ArcGIS Portal Feature Service Writer: Reconciling Branch Version 'sde.DEFAULT' against 'sde.DEFAULT'

ArcGIS Portal Feature Service Writer: Encountered an unexpected error. The error code from the server was 'none' and the message was: 'Unexpected operation'. Details: ''

A fatal error has occurred. Check the logfile above for details

... Last line repeated 2 times ...

 

What could be the problem?

portal_branch_error

Best answer by markatsafe

@john_esk​ It looks like you have Reconcile = Yes but you are writing to the sde.DEFAULT- so the writer is trying to reconcile sde.DEFAULT to sde.DEFAULT. Try setting Reconcile = No in the writer parameters, or even perhaps just toggle Branch Versioning OFF.

image

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

Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • February 24, 2021

@john_esk​ It looks like you have Reconcile = Yes but you are writing to the sde.DEFAULT- so the writer is trying to reconcile sde.DEFAULT to sde.DEFAULT. Try setting Reconcile = No in the writer parameters, or even perhaps just toggle Branch Versioning OFF.

image


john_esk
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 8 replies
  • February 25, 2021

@john_esk​ It looks like you have Reconcile = Yes but you are writing to the sde.DEFAULT- so the writer is trying to reconcile sde.DEFAULT to sde.DEFAULT. Try setting Reconcile = No in the writer parameters, or even perhaps just toggle Branch Versioning OFF.

image

Thank you! Setting Branch Versioning OFF did the trick!