What does it mean "Business Service leak: Web Engine State Properties"

Hi ,
We are on the Siebel 8.0.0.2 with extra patches to address the memory Issues. we are experiencing memory Leak, When I increase the logging level to 5 and couple of other parameter enabled, I see statements like "Business Service leak: Web Engine State Properties" ( even for Custom Business Service as well). Also when I enable Trace Statements, I don't see Release statements for the ALLOCS associated with Business Services. I am wondering to know if you have experienced something of this sort? Any thoughts will be greatly appreciated.
Thanks,
GS
Edited by: user4496185 on Jan 20, 2009 12:03 PM

Agree with everyone's suggestions here. We recently went through a process of reviewing all of our eScript and found a number of occurrences of objects created and never destroyed.
We applied a standard approach of declaring object type variables at the beginning of each script then destroying them all with a finally() block at the end (oObject=null).
Initialising objects if and when they are required, instead of all up front at the beginning of a script, may also serve to reduce the impact of this problem. So instead of:
var oCustBS = TheApplication().GetService("Custom BS");
if (bIsRecord) {
     oCustBS.InvokeMethod("CustMethod");
oCustBS = null;
...use:
var oCustBS;
if (bIsRecord) {
     oCustBS = TheApplication().GetService("Custom BS");
     oCustBS.InvokeMethod("CustMethod");
oCustBS=null;
...There is an Expert Services Review which can be conducted that will identify problems, though it's relatively straight forward to do so yourself with enough time and effort.

Similar Messages

Maybe you are looking for

  • Oracle Hyperion EPM 11.1.2 Installation on Linux Server Issue

    Hi All, We were downloaded and extracted all zip files (placed in opt/hyperion) from edelivery.oracle.com on LINUX 64 - Server.Before start the installation created new user and assigned to particular group.We are unable to point out the new location

  • How do I see my calendars on a PC

    I have two Macs and a PC. I would like to sync my calendars on my Macs to my PC but the check box in the MobileMe control panel is grayed out. How do I get the check box to activate. I take it Windows Calendar doesn't work with MobileMe and somehow I

  • How do i check what's taking up all of my space on the macbook air?

    Hi, I've only just got the macbook air 2012 with 64gb of space and now it seems that i have run out of space..Apparently i'm using 54gb and i just can't see how thats possible, because i've only download atleast 2 apps and got iphoto and imovie. Also

  • Large jump in my BB usage in October 2010 - is it ...

    I use the basic BB service with 10Gb per month allowance. I typically use between 9 and 14Gb per month. In October, this jumped to 35GB so I am being charged £25 for the privilege when nothing has changed wrt my usage pattern. Two questions for every

  • Error in Billing Schema step in billing document

    Dear all, Small change in my question. I have a schema with DPC. For the month of March bill the meter reading is estimated and current month April  I got actual meter reading and biled the customer. February month meter reading also actual only. Now