Summary
ArcGIS Data Store allows users to store hosted feature layers, hosted scene layers, and archive real-time observational data from federated ArcGIS GeoEvent Server sites. To store and archive these items, the ArcGIS Data Store must be validated. This article describes the three different methods ArcGIS Enterprise administrators can employ to validate ArcGIS Data Store, and they are described as follows:
- Validate via ArcGIS Server Manager
- Validate via the Validate Data Store option in the ArcGIS Server admin endpoint
- Validate via JSON in the ArcGIS Server admin endpoint
Procedure
Validate via ArcGIS Server Manager
- Log in to ArcGIS Server Manager with an administrator account.
- Navigate to Site > GIS Server > Data Stores.
- Check the relevant data stores check boxes, and click Validate. A successfully validated data store is marked by a green check mark.
Validate via the Validate Data Store option in the ArcGIS Server admin endpoint
- Log in to the ArcGIS Server admin endpoint with an administrator account.
- Navigate to the following path:
Relational data store: Home > data > items > enterpriseDatabases > AGSDataStore_ds_datastoreID > machines > machine_name > validate
Tile cache data store: Home > data > items > nosqlDatabases > AGSDataStore_nosqldb_tcs_datastoreID > machines > machine_name > validate
- Click Validate.
Validate via JSON in the ArcGIS Server admin endpoint
- Log in to the ArcGIS Server admin endpoint with an administrator account.
- Navigate to the following path:
Home > data > items > enterpriseDatabases > AGSDataStore_ds_datastoreID > edit
- Copy the JSON from the Item field.
- Navigate to the following path:
Home > data > validateDataItem
- Paste the JSON in the Item field.
- Select JSON from the Format drop-down menu. Click Validate. Successfully validating the data store loads a new page displaying {"status": "success"}.