Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem at CreateContext()

Status
Not open for further replies.

sheila11

Programmer
Dec 27, 2000
251
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top