Hi all,
I am new to BO. In my code I first allow a user to Login, and then create Session. In the next line I try to create the WebIContext object. The simple code is:
Set WebISession = WebIServer.GetSession()
Set WebIContext = WebISession.CreateContext()
I notice that after some time of usage of my website, the code begins to fail at the 2nd line (on WebISession.CreateContext())
The error it gives is:
Error Type:
(0x8000FFFF)
Catastrophic failure
Could someone help me undestand what's happening ?
TIA,
Sheila
I am new to BO. In my code I first allow a user to Login, and then create Session. In the next line I try to create the WebIContext object. The simple code is:
Set WebISession = WebIServer.GetSession()
Set WebIContext = WebISession.CreateContext()
I notice that after some time of usage of my website, the code begins to fail at the 2nd line (on WebISession.CreateContext())
The error it gives is:
Error Type:
(0x8000FFFF)
Catastrophic failure
Could someone help me undestand what's happening ?
TIA,
Sheila