Skip To Content

00134: Layer's data source is not supported

In this topic

The data source your layer references is not supported by map services with Feature Access (feature service) capability, WFS capable map services with transaction support (WFS-T), or by image services with the edit capability enabled.

Solutions

Feature services published to ArcGIS for Server require that all layers and stand-alone tables in the map reference a single enterprise geodatabase or enterprise database. WFS-T services require that all layers and stand-alone tables in the map reference a single enterprise geodatabase using the same database connection. The enterprise geodatabase or database must be registered with the ArcGIS server. Editable image services also require a registered enterprise geodatabase.

The solution to this issue depends on how you register this enterprise geodatabase or database. Use the Data Stores tab of the ArcGIS Server Properties dialog box to register your enterprise geodatabase or database with the ArcGIS server.

  • If you want the service to reference data copied to a specified enterprise geodatabase, register a server-managed database. In this case, the data your layers currently reference will be copied to the enterprise geodatabase you just registered. The layers in the service will reference data from this enterprise geodatabase and not from the original data source.
    1. Click the Add Add drop-down menu next to the Registered Databases list box and select Register Server Managed Database to open the Register Database dialog box.
    2. Enter a name for the database registration.
    3. Under Server database connection, click Edit to enter a new database connection, or click Import to browse to and use an existing database connection.
    Caution:

    This solution will not work if the data source for this layer is currently registered with the ArcGIS server. For example, let's say this layer references file geodatabase data residing in the folder \\myMachine\data. You have folder \\myMachine\data registered with the ArcGIS server. You will need to unregister \\myMachine\data with the ArcGIS server. Once the ArcGIS server understands this data source as unregistered, it will copy the data to the registered, server-managed database.

  • If you want the service to reference the same data as your map
    1. Import the data referenced by the layer to the enterprise geodatabase registered with the ArcGIS server. If publishing to ArcGIS for Server, it can also be an enterprise database.

      Learn more about importing datasets

    2. 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.

      Learn more about setting data sources

      Caution:

      All data referencing an enterprise geodatabase must share a single connection to that database. This error may trigger even though the source database is the same. For example, if you have multiple connections to the same database and used different connections to add layers and stand-alone tables to the data frame, this error will result when you analyze.

      Also note that the data referenced by the layer cannot be a query layer from an enterprise geodatabase.

      Make sure that you use a single, common connection to the enterprise geodatabase or database when adding the data to your map or setting the data source for an existing layer.

      Learn more about connecting to an enterprise geodatabase

    3. Click Add Add next to the Registered Databases list box to open the Register Database dialog box.
    4. Enter a name for the database registration.
    5. Check Same as client connection.
    6. Under Client database connection, click Edit to enter a new database connection, or click Import to browse to and use an existing database connection.
  • If you want the service to reference a different enterprise geodatabase than your map and you don't want to use a server-managed database
    1. Import the data referenced by the layer to the enterprise geodatabase registered with the ArcGIS server. If publishing to ArcGIS for Server, it can also be an enterprise database.

      Learn more about importing datasets

    2. 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.

      Learn more about setting data sources

      Caution:

      All data referencing an enterprise geodatabase must share a single connection to that database. This error may trigger even though the source database is the same. For example, if you have multiple connections to the same geodatabase and used different connections to add layers and stand-alone tables to the data frame, this error will result when you analyze.

      Make sure you use a single, common connection to the enterprise geodatabase when adding the data to your map or setting the data source for an existing layer.

      Learn more about connecting to an enterprise geodatabase

    3. Click Add Add next to the Registered Databases list box to open the Register Database dialog box.
    4. Enter a name for the registered database.
    5. Uncheck Same as client connection.
    6. Under Client database connection, click Import to browse to the same database connection used by your map.
    7. Under Server database connection, click Edit to enter a new database connection, or click Import to browse to and use an existing database connection.

Learn more about registering your geodatabase with ArcGIS Server

More information

WFS-T services require that all layers and stand-alone tables reference a single enterprise geodatabase using the same database connection. All other data sources, such as shapefiles, file geodatabases, and query layers, are not supported. This enterprise geodatabase connection must also be registered with the ArcGIS server. Editable image services also require a registered enterprise geodatabase.

Feature services published to ArcGIS for Server require that all layers and stand-alone tables reference a single enterprise geodatabase or database using the same database connection. This enterprise geodatabase or database connection must also be registered with the ArcGIS server. All other data sources, such as shapefiles and file geodatabases, are not supported.

Learn more about authoring feature services

Learn about publishing image services