VALIDATE

Checks the database for data and structural integrity. You must select a database before issuing this command.

VALIDATE checks the following information:

If this command finds integrity errors, it writes validation process error messages to a text-format log file. The default location for the specified file is in the application\database directory. For example: ESSBASE\APP\app\db\VALIDATE.LST.

Syntax

VALIDATE errorlogFile
ParameterDescription

errorlogFile

Name and optional path of destination file for error messages. If no path is specified, the specified list file is stored in the current application\database directory.

Notes

Example

VALIDATE VALERROR.TXT;