Selection not populating logpool tables after setting LOGFILEPOOLSIZE.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM036999
Submitted
July 24, 2008
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
10.0
Version Fixed
9.4
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Description
If the default log file configuration of a DBO-schema geodatabase in SQL Server is modified to use pools of session-based log files, the pool of log file tables are not used, and new session-based log files are created in the individual user's schema.
Cause
This is a known issue in 9.3.
Workaround
This issue was fixed in ArcSDE 9.3.1. Either upgrade the geodatabase or use the default session-based log file configuration. The settings for this are as follows:
In SDE_dbtune, SESSION_TEMP_TABLE under the LOGFILE_DEFAULTS keyword is set to 0.
The SDE_server_config parameter ALLOWSESSIONLOGFILE is set to TRUE.
The SDE_server_config parameter LOGFILEPOOLSIZE is set to 0.