PRB: Server Execution Failed When Calling MTS COM Component from ASP
This article was previously published under Q241057 On This PageSYMPTOMS
When calling a Component Object Model (COM) component of a Microsoft Transaction Server (MTS) Package from Active Server Pages (ASP), the following error may occur intermittently:
Server object error 'ASP 0177 : 80080005'
This error message is association with the following similar eventlog entry:
Server.CreateObject Failed /xxxx.asp, line xx Server execution failed
EventID: 4134
Or the following error may occur when the component is created using the CreateObject method instead of Server.CreateObject from ASP:Source: Transaction Server Type: Error Category: Executive Failed on creation from object context: CoGetClassObject (ProgId: xxxx.xxxx) (CLSID: {B57CF3F7-66D3-496A-9D3B-55AE65A952FB}) (Interface: IClassFactory) (IID: {00000001-0000-0000-C000-000000000046}) (Microsoft Transaction Server Internals Information: File: d:\viper\src\runtime\context\ccontext.cpp, Line: 1285) Data (words): 0000: 80080005
Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object: 'xxxx.xxxx' /ron/InvPerfStress.asp, line 14 CAUSE
This happens when the identity of the MTS Server Package has been set to "Interactive User." The interactive user is the user that is currently logged on to the server (that is, the computer that hosts the MTS Package). When this user logs off, the components in the MTS Server Package cannot be created and executed, and an error is returned.
Steps to Reproduce Behavior
RESOLUTION
Set the package identity to a specific user.
STATUS
This behavior is by design.
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
223406 (http://support.microsoft.com/kb/223406/EN-US/) HOWTO: Create an Empty MTS Package to Add Components for ASP
APPLIES TO
| Article Translations
|
Back to the top
