Saturday, January 11, 2020

How to setup logs in Local?

For debugging, we need to see the logs in the local so to setup log in the local machine, and to Increase the Log level in the developer client, refer below mentioned steps:


i.  Right Click on My Computer icon and Click on Properties.



ii. Navigate to Advanced TAB and Click on Environment Variables button.


                             


iii. Click on New in User variables and enter the following values :Variable : SIEBEL_LOG_EVENTSValue : 55 refers to the highest level of Log level

iv. Click on New in User variables and enter the following values :Variable :SIEBEL_LOG_DIRValue : C:\Logs\

You can mention your folder location where you want to store logs.








v. Close all your IE Browsers and Siebel applications and start to debug.

No comments:

Post a Comment

Updating parent BC depending on the status of child BC using configuration

Parent BC: Service Request Child BC: Action Requirement: When all the Actions corresponding to an SR are closed the SR status should be “Clo...