Hi Everyone,
I'm having an issue wherein the wrong data is being displayed in an ArcMap MapService from a registered data store.
- The SDE Data Store is Oracle 19c
- Enterprise is at 10.8.1
- The two datasets have the same feature class name SURVEY_OUTLINES
- The two datasets contain obviously different polygon features
- The Data are in two different Schemas
- Schema1.SURVEY_OUTLINES
- Schema2.SURVEY_OUTLINES
- The Data are shared with a User/Schema GIS_VIEW, that has SELECT access to both Schemas
- Data are published to using ArcGIS Pro 2.8.3
To create the issue,
- a Map Service referencing Schema2.SURVEY_OUTLINES is published, and
- when viewed in a webmap the data in Schema1.SURVEY_OUTLINES is shown.
The data are all being accessed via the same SDE connection and is not swizzled (my absolute favourite Esri term). The feature class has been published without any other datasets in the map service for testing.
I have identified that this seems to occur:
- if the the SDE Data source is Published to Portal and is configured for a federated server
This does not seem to occur when either:
- the data are published via ArcMap
- the SDE connection is imported directly via AGS manager and not added via Portal Data Store
Has anyone else experienced this issue?