SE_serverinfo_get_maxconnections

Extracts the CONNECTIONS value from the SE_SERVERINFO object

Usage syntax

LONG SE_serverinfo_get_maxconnections (const SE_SERVERINFO svrInfo, LONG *conns);

Parameters
svrInfo The SE_SERVERINFO object
conns CONNECTIONS value
Description

This function extracts the CONNECTIONS value from the SE_SERVERINFO data structure.

The CONNECTIONS parameter specifies the maximum number of simultaneous connections accepted by the ArcSDE geodatabase. Connections include ArcSDE service and direct connections to the geodatabase.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED