SE_serverinfo_get_allowsessionlogfile

Extracts the ALLOWSESSIONLOGFILE value from the SE_SERVERINFO data structure

Usage syntax

LONG SE_serverinfo_get_allowsessionlogfile (const SE_SERVERINFO svrInfo, BOOL *allowsessionlogfile);

Parameters
svrInfo The SE_SERVERINFO object
allowsessionlogfile ALLOWSESSIONLOGFILE value (TRUE or FALSE)
Description

This function returns the value of the ALLOWSESSIONLOGFILE parameter from the SE_SERVERINFO object.

The ALLOWSESSIONLOGFILE parameter stored in the geodatabase's SERVER_CONFIG (or sde_server_config) table controls whether session-based log files are used. For a description of session-based log files, see the ArcGIS Server or ArcGIS Desktop help Log file configuration options topic specific to your database management system.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED