SE_serverconfig_get_info |
Gets SERVER_CONFIG table information
LONG SE_serverconfig_get_info(SE_CONNECTION handle, SE_SERVERINFO svrInfo);
handle | The SDE connection handle |
svrInfo | The fetched SE_SERVERCONFIG object |
This function queries the connected ArcSDE instance. It populates an SE_SERVERCONFIG object with the server configuration parameters from the SERVER_CONFIG (or sde_server_config) table on that ArcSDE instance.
For a description of the server configuration parameters, see the ArcGIS Server help topic "The giomgr.defs file and the SERVER_CONFIG system table".
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_SERVERINFO_OBJECT
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_TABLE_NOEXIST
SE_TABLE_NOREGISTERED