OUTLINECHANGELOG
The OUTLINECHANGELOG configuration setting enables you to log the history of Essbase outline modifications. The revision history provides information you can use to roll back changes if needed.
Syntax
OUTLINECHANGELOG TRUE | FALSE
-
TRUE—Essbase logs outline changes into the file
database_name.olg
. -
FALSE—Essbase does not log outline changes. This is the default.
Description
If OUTLINECHANGELOG is set to TRUE, Essbase logs all outline changes into the file database_name.olg
.
Each database (cube) contains a separate outline change log file in the cube directory.
The data format of the outline change log is:
-
Date and time of outline modification
-
Name of the user who made the change
-
Type of change the user made
-
Details describing the type of change made
Notes
-
During a restructure, Essbase holds outline change information in memory until all updates have been made to the outline change log. Turning on the outline change log might affect your restructure performance, particularly after dimension builds of several hundred or more members.
-
To set the size of the outline change log, use the OUTLINECHANGELOGFILESIZE parameter.
Example
OUTLINECHANGELOG TRUE
See Also