Esri / ops-server-config

Operations Server Configuration scripts
Apache License 2.0
34 stars 13 forks source link

After creating enterprise geodatabases, increase the number of SDE connections allowed #257

Closed elinz closed 10 years ago

elinz commented 10 years ago

The default value for sde_server_config "connections" field is 64. Write code to increase this value after creating the geodatabase (at least for operations and currentoperations geodatabases). If we use the ArcGIS Data Store for our managed geodatabase then we will need to increase the value for this database as well.

elinz commented 10 years ago

This may be no longer needed for 10.3 enterprise geodatabases. I believe at 10.3 the default "connections" is unlimited (i.e. 999999); need to confirm.

elinz commented 10 years ago

The CONNECTIONS field value in the sde_server_config table is set to 999999 when ent geodatabase is created with 10.3, which means unlimited connections. We no longer need to create a separate script to update this field.