Tuesday, March 30, 2010

v8.1 APPLY/ACTIVATE FIX

For all the Siebel folks out there who are facing a problem with DB Apply/Activate in Siebel v8.1.

geeksajan provides a root cause and fix for the issue:

Root Cause Identified: It seems there is a bug in the Internal Logging mechanism of Siebel Local Setup. The logging code goes for a toss without getting to the cursor end.

Fix:
Set Env variable SIEBEL_LOG_EVENTS = 0.
If not present add it and set it to zero.
So this basically tunes off the logging and thereby the buggy logging code :)