Deletes accumulated entries from an application log file or the Agent log file.
DELETELOG appName
appName | Name of application. If you do not specify appName, Analytic Services clears the Agent log file. |
Each application has a log file, which records all user requests and activities in all databases in the application. The log file should be cleared regularly to prevent its becoming too large.
In addition, there is an Agent log file, which records all the commands displayed in the main Agent window. If you do not specify the appName parameter, Analytic Services clears the Agent log file.
To clear the log file of an application called SAMPLE:
DELETELOG "SAMPLE";
To clear the Agent log file:
DELETELOG ""
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |