Home All Groups Group Topic Archive Search About

Server object error 'ASP 0178 : 80070005' with VC6++ ActiveX SERVICE on Windows 2003 server SP1

Author
1 Jul 2005 2:28 PM
Roelf Werkman
We use an ActiveX service witch is called from an asp-page:

82: Set obj = Server.CreateObject("MyService.Mycls")

and the webserver responds:

Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/mypage.asp, line 82
The call to Server.CreateObject failed while checking permissions. Access
is denied to this object.

COM+ dll's are working with added role and user IUSR_%MACHINE% account

The server is running under localsytem account but changing to Admin
account does't help.

We also tried to change the logon method for the website to
MD_LOGON_NETWORK


Who can help?

With regards, Roelf Werkman

Author
2 Jul 2005 11:01 AM
Rdw
Problem is solved

In "Component Services" under "DCOM Connfig"  MyService is listed.
You can add local "Launch en Activation Permissions" to the IUSR_%MACHINE%
account in the Properties dialog.

Show quoteHide quote
"Roelf Werkman" <r**@home.nl> wrote in message
news:Xns9686A7AD812EErdwhomenl@207.46.248.16...
> We use an ActiveX service witch is called from an asp-page:
>
> 82: Set obj = Server.CreateObject("MyService.Mycls")
>
> and the webserver responds:
>
> Server object error 'ASP 0178 : 80070005'
> Server.CreateObject Access Error
> /mypage.asp, line 82
> The call to Server.CreateObject failed while checking permissions. Access
> is denied to this object.
>
> COM+ dll's are working with added role and user IUSR_%MACHINE% account
>
> The server is running under localsytem account but changing to Admin
> account does't help.
>
> We also tried to change the logon method for the website to
> MD_LOGON_NETWORK
>
>
> Who can help?
>
> With regards, Roelf Werkman
>