SE_instance_serverconfig_get_info

Returns an ArcSDE server instance configuration

Usage syntax

LONG SE_instance_serverconfig_get_info (const CHAR *server, const CHAR *instance, SE_SERVERINFO *configuration);

Parameters
server The name of the server ArcSDE is running on
instance The specific ArcSDE instance
configuration Pointer to the returned SE_SERVERINFO object
Description

SE_instance_serverconfig_get_info returns the configuration of the specified instance on the specified server node. Before the SE_instance_serverconfig_get_info function can be called, the SE_SERVERINFO object must be initialized with a call to SE_serverinfo_create. The properties of the SE_SERVERINFO object can be interrogated by SE_serverinfo_get_* functions. For a complete list of server configuration parameters, refer to the ArcGIS Server or ArcGIS Desktop help topic "The giomgr.defs file and the SERVER_CONFIG system table".

Returns

SE_SUCCESS
SE_FAILURE

SE_INSTANCE_NOT_AVAILABLE

SE_INSTANCE_TOO_EARLY

SE_IOMGR_NOT_AVAILABLE

SE_INVALID_POINTER

SE_INVALID_SERVER

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_SERVICE_NOT_FOUND