Erstellen und Konfigurieren des Reviewer-Workspace in einer enterprise geodatabase in SQL Server

Erstellen einer Enterprise-Geodatabase

Der Serveradministrator muss eine neue enterprise geodatabase in SQL Server erstellen, die als Reviewer-Workspace verwendet werden kann.

Weitere Informationen zum Einrichten einer Geodatabase in SQL Server

Empfehlungen für Geodatabases in SQL Server

It is recommended that the following parameter values are used when creating an enterprise geodatabase in SQL Server.

Parameter name

Value

Server Memory: Use AWE to allocate memory

Enabled

Processors: Boost SQL Server Priority

Enabled

Security SQL Server and Windows Authentication mode

Enabled

Connections: Maximum number of concurrent connections

0 = unlimited

Connections: Allow remote connections to this server

Enabled

SQL Server parameters

Konfigurieren der Geodatabase in ArcSDE

Das für die Geodatabase verwendete DBMS sollte konfiguriert werden, bevor der Reviewer-Workspace mit dem Standardgeometriespeicher eingerichtet wird. Weitere Informationen finden Sie unter Geodatabase-Speichermodell in relationalen Datenbanken oder Die Systemtabelle SERVER_CONFIG.

All default serverconfig settings should be used, except for TCPKEEPALIVE; make sure the TCPKEEPALIVE value is set to TRUE. This command should be used from the command prompt of a machine where the ArcSDE application server is installed.

HinweisHinweis:

Copying and pasting the example may cause syntax errors.

sdeconfig -o alter -v TCPKEEPALIVE=TRUE -i sde:sqlserver:<database_name>\SQLSERVER -u sde -p <sde_password>

For more information, see the ArcSDE Administration Command Reference, which is included with the ArcSDE application server installation.

4/26/2014