Learn how to host a True Arc layer in a database and connect to it through the ArcGIS Enterprise Portal.
To host and connect a True Arc layer in ArcGIS enterprise
Prerequisites
- A properly configured database server must be set up.
- ArcGIS Pro must be installed.
- ArcGIS Enterprise must be installed.
Tip: It is recommended to use ArcGIS Enterprise Builder if a basic single-machine setup is sufficient. It will install all of the necessary applications including: ArcGIS Enterprise Server, ArcGIS Enterprise Portal, WebAdaptor, and Data Store.
- Connect to a database.
It is recommended to connect by using port and database authentication.
- Right-click on the newly added database and click
Enable Enterprise Geodatabase.
The authorization file was created when ArcGIS Server was authorized (the keycode file exists where the ArcGIS Server is installed. It is typically found here: C:\Program Files\ESRI\LicenseXX.X\sysgen).
Note: If it reports the error "Active connections found during upgrade ERROR: Failed to enable database option READ_COMMITTED_SNAPSHOT on SQL Server database (ArcGISTest)," do the following.- Go to SSMS
Object Explorer
xxx(your connected SQL Server)
Databases
<the newly added database>
- Right-click the database and select Properties
Options
Allow Snapshot Isolation.
- Set both Read Committed Snapshot on options to True.
- Go to SSMS
- Refresh the database file.
- Create a Line feature class.
- Right-click on the feature class under Database connection and click Add to Current Map.
- Create a Circular Arc.
- Register the database in ArcGIS Enterprise Portal as Datastore. Use the .sdefile created in step1.
- Publish the layer in the added Datastore to the ArcGIS Enterprise Portal.
To adjust ArcGIS Server Manager settings to allow editing and syncing
If the ArcGIS Enterprise Portal is setup, a SQL database server has been created and the layer is hosted in one of the database servers. The layer is published in ArcGIS Enterprise Portal and imported into Civil3D, but it cannot be saved back.
- Open the online ArcGIS Server Manager.
- Navigate to the feature layer by selecting from folders along the left side of the application.
- Click Capabilities
Feature Access.
- Select Create, Query, Update, and Delete in Operations Allowed.
- Select Properties
Allow Geometry Updates
Allow update of true curves is selected.
- Click Save.
- Restart.
- Verify the status of the layer by checking its REST Services.
-
Make sure Apply Edits is listed in Supported Operations and Support True Curves is listed as true.