This error covers the following:
- You are publishing a map service with Feature Access (feature service), your data frame contains layers or stand-alone tables that reference different enterprise geodatabases or databases, and at least one of the geodatabases or databases referenced in the data frame is registered with the ArcGIS server.
- You are publishing a map service with WFS capability with transaction support (WFS-T), your data frame contains layers or stand-alone tables that reference different enterprise geodatabases, and at least one of the geodatabases referenced in the data frame is registered with the ArcGIS server.
Solution
- For feature services being published to ArcGIS for Server
- Copy or move all the datasets you want to make available in the service into one of the enterprise geodatabases or enterprise databases registered on the ArcGIS server.
Learn more about copying datasets from other geodatabases
Learn more about copying and pasting data between databases - Once you have all your data in a single enterprise geodatabase or enterprise database, set the data source for the layers so that they all point to this geodatabase or database using the same database connection.
- Copy or move all the datasets you want to make available in the service into one of the enterprise geodatabases or enterprise databases registered on the ArcGIS server.
- For WFS-T
- Copy or move all the datasets you want to make available in the service into one of the enterprise geodatabases registered on the ArcGIS server.
- Once you have all your data in a single enterprise geodatabase, set the data source for the layers so that they all point to this geodatabase using the same database connection.
More information
Feature services require that all layers and stand-alone tables in the service reference an enterprise geodatabase or a standard enterprise database using a single connection. The enterprise geodatabase or standard enterprise database must be registered with the ArcGIS server.
WFS-T services require that all layers and stand-alone tables in the service reference an enterprise geodatabase using a single connection and the geodatabase is registered with the ArcGIS server.
Learn more about authoring feature services and WFS services