enable event log level for siebel component
In some situations, If we are getting error from siebel application, We can’t able to find out what exactly happen from log file. So in this case we should increase the log level for certain components. then We run the report again, If once error raised, you should read the log file from server, Here It notified what exact happen for this components.
We can able to increase the log level using two methods.
1.Server Manager
2.Siebel application
Server Manager
connect the server manager
srvrmgr -g siebeldev:2320 -e ACEDEVCRM81 -s siebsrvr01 -u sadmin -p password
srvrmgr:siebsrvr01> change evtloglvl % = 5 for server siebsrvr01 component XMLPReportserver
Command completed successfully.
For revert back
srvrmgr:siebsrvr01> change evtloglvl % = 1 for server siebsrvr01 component XMLPReportserver
Command completed successfully.
Siebel Application :
Site Map — Administration- Server Configuration — Servers
Components — XMLPReportserver
what is the command to change event log level for a component for list of users?