asp调用Com 对象时出现下面错误,(50分)

L

landina

Unregistered / Unconfirmed
GUEST, unregistred user!
错误类型:
服务器对象, ASP 0177 (0x80080005)
OLE 服务无法绑定对象
/index.asp, 第 5 行
//////////////////////////////////////////////////////////////////////

下面是微软的资料,我按照他的方法去配置,好象没有用。
This article was previously published under Q241057
SYMPTOMSWhen 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'
Server.CreateObject Failed
/xxxx.asp, line xx
Server execution failed

This error message is association with the following similar eventlog entry:

EventID: 4134
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

Or the following error may occur when the component is created using the CreateObject method instead of Server.CreateObject from ASP:


Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'xxxx.xxxx'
/ron/InvPerfStress.asp, line 14
CAUSEThis 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
Create a new MTS Server Package and accept the default interactive user identity.
Add your COM component to this package.
Create your ASP page and save it in a virtual directory.
While logged on to the server, request the ASP page from a browser on a different computer.
Log off from the server
Request the ASP page again from the browser on a different computer (or refresh the page requested in step 4).
The following error appears in your browser if component was created using Server.CreateObject:

Server object error 'ASP 0177 : 80080005'
Server.CreateObject Failed
/xxxx.asp, line xx
Server execution failed


Log on to the server and open the Internet Service Manager to change the identity of the MTS Server Package to a specific user.
Log off from the server again.
Request the ASP page again from the browser on a different computer (or refresh the page requested in step 4).
The page works as expected.
RESOLUTIONSet the package identity to a specific user.
STATUSThis behavior is by design.
REFERENCESFor additional information, click the article number below to view the article in the Microsoft Knowledge Base:

223406 HOWTO: Create an Empty MTS Package to Add Components for ASP

 
请贴出代码
 

Similar threads

I
回复
0
查看
854
import
I
I
回复
0
查看
2K
import
I
I
回复
0
查看
3K
import
I
I
回复
0
查看
2K
import
I
I
回复
0
查看
1K
import
I
顶部