Creating and configuring the Production Mapping workspace in SQL Server (Production Mapping)

A geodatabase can be created in SQL Server and configured to operate as an Esri Production Mapping workspace that can be used in an enterprise environment.

Creating an enterprise geodatabase

The server administrator needs to create a new geodatabase in SQL Server that can be used as the Production Mapping workspace.

For more information on setting up a geodatabase in SQL Server, see Creating the geodatabase and configuring it in ArcSDE

Recommendations for geodatabases in SQL Server

Se recomienda utilizar los valores de parámetros siguientes al crear una enterprise geodatabase in SQL Server.

Nombre del parámetro

Valor

Memoria de servidor: use AWE para asignar memoria

Habilitado

Procesadores: reforzar prioridad de SQL Server

Habilitado

Seguridad de SQL Server y modo de autenticación de Windows

Habilitado

Conexiones: número máximo de conexiones concurrentes

0 = sin límite

Conexiones: permitir conexiones remotas con este servidor

Habilitado

Parámetros de SQL Server

Configuring the geodatabase in ArcSDE

The DBMS used for the geodatabase should be configured before the Production Mapping workspace is set up with the default geometry storage. See Geodatabase storage in relational databases or The SERVER_CONFIG system table for more information.

Deberían utilizarse todas las opciones predeterminadas de serverconfig, excepto TCPKEEPALIVE; asegúrese de que el valor TCPKEEPALIVE esté configurado como TRUE. Este comando debería ejecutarse desde la ventana de comando de un equipo en el que esté instalado el servidor de la aplicación ArcSDE.

NotaNota:

La operación de copiar y pegar el ejemplo puede dar lugar a errores de sintaxis.

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

Para obtener más información, consulte la Referencia de comandos de administración de ArcSDE que se incluye en la instalación del servidor de aplicaciones ArcSDE.

4/26/2014