SE_serverinfo_set_logfilepoolsize

Sets LOGFILEPOOLSIZE in a SE_SERVERINFO object.

Usage syntax

LONG SE_serverinfo_set_logfilepoolsize(SE_SERVERINFO svrInfo, LONG logfilepoolsize);

Parameters
svrInfo The SE_SERVERINFO object
logfilepoolsize LOGFILEPOOLSIZE value
Description

This function sets the LOGFILEPOOLSIZE value in an SE_SERVERINFO object.

By default, this parameter is set to 0, which represents the number of log file tables that are owned by the ArcSDE administrator and shared among users. When set to a number larger than 0, users can check out log file tables from a pool of log file tables owned by the ArcSDE administrator as opposed to creating their own.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_PARAM_VALUE

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED