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

建议在创建 enterprise geodatabase in SQL Server时使用以下参数值。

参数名称

服务器内存:使用 AWE 分配内存

已启用

处理器:提高 SQL Server 优先级

已启用

安全性 SQL Server 和 Windows 身份验证模式

已启用

连接:最大并发连接数

0 = 无限制

连接:允许远程连接至该服务器

已启用

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.

应使用除 TCPKEEPALIVE 外的所有默认 serverconfig 设置;确保 TCPKEEPALIVE 值设置为 TRUE。应在安装有 ArcSDE 应用程序服务器的计算机的命令提示符中使用此命令。

注注:

对示例进行复制和粘贴可能会导致语法错误。

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

有关详细信息,请参阅 ArcSDE 应用程序服务器安装程序附带的《ArcSDE 管理命令参考》。

4/27/2014