Err Msg: Active Server Pages Error '8002802b' Create Object FailedID: Q199965
|
When a browser connects to a Commerce Server store, the following errors may occur:
Active Server Pages error '8002802b' Create object failed ?
An error occurred while creating object 'MSCSSite'. error '8002802b' Element not found. /teststore/i_shop.asp, line 30
Microsoft VBScript runtime error '800a01a8' Object required: 'MSCSSite' /i_shop.asp, line 30
When the error occurs, the site is in an inoperable state. This may be due to the following:
To troubleshoot this problem, do the following:
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
SUB Session_OnStart
Set fs = Server.CreateObject("Scripting.FileSystemObject")
'filepath = server.mappath("TestFile.txt")
Set a = fs.OpenTextFile("c:\testlogfile.txt",8, True)
a.WriteLine("*************************")
a.WriteLine("Written on Session_OnStart")
a.WriteLine("*************************")
a.WriteLine("Time:"Now)
a.WriteLine("Session ID: " & Session.SessionID)
a.close
END SUB
</SCRIPT>
Set MSCSSite = Server.CreateObject("Commerce.Dictionary")
Set Application("MSCSSite") = MSCSSite
Additional query words:
Keywords :
Version : winnt:2.0,3.0
Platform : winnt
Issue type : kbprb
Last Reviewed: February 11, 1999