BUG: CedarBank: Session Object Error 'ASP 0168 : 80004005'Last reviewed: March 16, 1998Article ID: Q179464 |
The information in this article applies to:
SYMPTOMSYou attempt to run CedarBank sample from a Web page. After you type a name into the edit box and click the "Checking Acct. Balance" button, you receive the following error message:
Error: Session object error 'ASP 0168 : 80004005' Disallowed object use /cedarbank/selectpage.asp, line 4 An intrinsic object cannot be stored within the Session object. CAUSETwo statements in ~\sna\comti\tutorials\cedarbank\website\Selectpage.asp
Set Session("CustName") = Request("CustName") and Set Session("CustPIN") = Request("CustPIN"),are incorrect.
WORKAROUNDDelete the word "Set" from the two problematic statements, or replace the two lines with these two statements
Session("CustName") = Request("CustName") and Session("CustPIN") = Request("CustPIN"),respectively.
STATUSMicrosoft has confirmed this to be a problem in SNA Server 4.0. A supported fix is now available for SNA Server 4.0, but has not been fully regression-tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Product Support Services for more information. Keywords : kbbug1.00 CTIInstall CTIProg Version : WINDOWS:1.0 Platform : WINDOWS Hardware : x86 Issue type : kbbug Solution Type : kbpending |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |