Forum: ASP Classic |
Thema:
Re: Word über den Server aufrufen? |
Von:
Alexandra Hofmeister (
19.08.2003 14:58) |
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
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.
RESOLUTION
Set the package identity to a specific user.
STATUS
This behavior is by design.
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!