SSLOGUNKNOWN
The SSLOGUNKNOWN configuration setting enables you to control whether Essbase logs error messages for unknown member names during grid operations. You can get a list of every unknown member name, or suppress messages of this type.
Syntax
SSLOGUNKNOWN TRUE | FALSE
-
TRUE—Essbase displays and logs an error message for each unknown member name that it encounters during a grid operation. The default is TRUE.
-
FALSE—Essbase does not display error messages when it encounters an unknown member name nor does it log an error for each unknown member it encounters during a grid operation.
Notes
SSLOGUNKNOWN creates an entry in the application log, application_name.log
, in the application directory.
See Environment Locations in the Essbase Platform for information about directory locations in Essbase.
Example
SSLOGUNKNOWN TRUE
Essbase generates and logs an error message each time it encounters any number of unknown member names during a grid operation.
See Also