Tuesday, January 31, 2012

Batch file to increase log levels on dedicated client

SIEBEL_LOG_EVENTS comes in handy to troubleshoot almost all configuration and scripting issues without pushing any srf changes to server. . But the steps documented in bookshelf is not so easy to enable or disable siebel_Log_events.

I found an easy/better way to disable and enable this log events from windows batch file. Below is an example and you can use the to same raise log events on tool as well..

c:
cd "C:\Siebel81\Client\bin"
set SIEBEL_LOG_EVENTS=5
siebel /c 'ENU\siebel.cfg' /u raj /p raj /d serverdatasrc

No comments:

Post a Comment