HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'

    Hi,

    When I try to do Server.CreateObject on an activeX DLL, I receive the
    following message:

    '''''''''''''''''''''''
    Server object error 'ASP 0178 : 80070005'

    Server.CreateObject Access Error

    /MyDirectory/MyPage.asp, line 118

    The call to Server.CreateObject failed while checking permissions.
    Access is denied to this object.
    '''''''''''''''''''''''

    It works on my production server and this is happening on my
    development server. The only real difference between the two
    environments are that development has Windows 2000 SP4 with most of
    the security patches. It use to work but I believe after my network
    admin added SP4 and the patches, I started receiving these errors. Is
    there a workaround? Or another patch to run?

    I read many post on how I would need to give read rights to
    ISUR_SERVERNAME and IWAM_SERVERNAME on the dll and perhaps even the
    folder that it sits in.
    On my production server there are no rights for these users. So, I
    don't think that's it. I tried giving my dll those rights, but I still
    get the error message. Basically, the two environments are the same
    (including rights) except for the fact that my development machine is
    more patched.

    One more thing, my dll is a proxy dll (com+), so in component services
    it refers to a database server that also has this dll. I compared the
    permissions in my development and production and they are the same.

    Like I said, it use to work but believe this came about after our
    network admin added SP4 and the patches.

    Any advice and suggestions would be greatly appreciated!

    Thanks,

    Phin
    mrwoopey Guest

  2. Similar Questions and Discussions

    1. "Could not access 'CDO.Message' object." How to resolve in IIS server
      I am trying to send mail through smtp. smtp service is running on my machine. But every time during the smtpmail.send(msg) call gives "Could not...
    2. "Access Denied" Error After Server Change
      I have a number of hosting clients that use Contribute. Since I upgraded my hosting server, they are unable to connect - or more accurately, they...
    3. Server object error 'ASP 0178 : 80070005'
      Get this Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error /SendZipFiles.asp, line 40 The call to Server.CreateObject...
    4. "Access is denied" error when running schtasks.exe under ASPNET account in win2k3 server
      Hi all, I am trying to run schtasks.exe from asp.net application wich uses forms authentication under ASPNET account. It gives me "Access is...
    5. Error: "Unable to debug on server,Access is denied"
      I installed dotnet and when i try to run a web application i get the error messagebox saying "Unable to debug on server,Access is denied.Would you...
  3. #2

    Default Re: HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'

    Is the object registered on the server?
    Is it set up properly in the DCOM Configuration?
    Can you instantiate it through OLE Viewer?
    Need more Info.

    Bob Calvanese
    "mrwoopey" <mrwoopey@yahoo.com> wrote in message
    news:e48ab325.0402031354.476daa88@posting.google.c om...
    > Hi,
    >
    > When I try to do Server.CreateObject on an activeX DLL, I receive the
    > following message:
    >
    > '''''''''''''''''''''''
    > Server object error 'ASP 0178 : 80070005'
    >
    > Server.CreateObject Access Error
    >
    > /MyDirectory/MyPage.asp, line 118
    >
    > The call to Server.CreateObject failed while checking permissions.
    > Access is denied to this object.
    > '''''''''''''''''''''''
    >
    > It works on my production server and this is happening on my
    > development server. The only real difference between the two
    > environments are that development has Windows 2000 SP4 with most of
    > the security patches. It use to work but I believe after my network
    > admin added SP4 and the patches, I started receiving these errors. Is
    > there a workaround? Or another patch to run?
    >
    > I read many post on how I would need to give read rights to
    > ISUR_SERVERNAME and IWAM_SERVERNAME on the dll and perhaps even the
    > folder that it sits in.
    > On my production server there are no rights for these users. So, I
    > don't think that's it. I tried giving my dll those rights, but I still
    > get the error message. Basically, the two environments are the same
    > (including rights) except for the fact that my development machine is
    > more patched.
    >
    > One more thing, my dll is a proxy dll (com+), so in component services
    > it refers to a database server that also has this dll. I compared the
    > permissions in my development and production and they are the same.
    >
    > Like I said, it use to work but believe this came about after our
    > network admin added SP4 and the patches.
    >
    > Any advice and suggestions would be greatly appreciated!
    >
    > Thanks,
    >
    > Phin

    Bob Calvanese Guest

  4. #3

    Default Re: HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'

    Thanks for your advice. My hard drive ended up crashing and I
    reinstalled my environment and I can now use the dll!

    Phin




    "Bob Calvanese" <bcalvanese@verizon.net> wrote in message news:<%yzWb.13653$M8.8986@nwrdny02.gnilink.net>...
    > Is the object registered on the server?
    > Is it set up properly in the DCOM Configuration?
    > Can you instantiate it through OLE Viewer?
    > Need more Info.
    >
    > Bob Calvanese
    > "mrwoopey" <mrwoopey@yahoo.com> wrote in message
    > news:e48ab325.0402031354.476daa88@posting.google.c om...
    > > Hi,
    > >
    > > When I try to do Server.CreateObject on an activeX DLL, I receive the
    > > following message:
    > >
    > > '''''''''''''''''''''''
    > > Server object error 'ASP 0178 : 80070005'
    > >
    > > Server.CreateObject Access Error
    > >
    > > /MyDirectory/MyPage.asp, line 118
    > >
    > > The call to Server.CreateObject failed while checking permissions.
    > > Access is denied to this object.
    > > '''''''''''''''''''''''
    > >
    > > It works on my production server and this is happening on my
    > > development server. The only real difference between the two
    > > environments are that development has Windows 2000 SP4 with most of
    > > the security patches. It use to work but I believe after my network
    > > admin added SP4 and the patches, I started receiving these errors. Is
    > > there a workaround? Or another patch to run?
    > >
    > > I read many post on how I would need to give read rights to
    > > ISUR_SERVERNAME and IWAM_SERVERNAME on the dll and perhaps even the
    > > folder that it sits in.
    > > On my production server there are no rights for these users. So, I
    > > don't think that's it. I tried giving my dll those rights, but I still
    > > get the error message. Basically, the two environments are the same
    > > (including rights) except for the fact that my development machine is
    > > more patched.
    > >
    > > One more thing, my dll is a proxy dll (com+), so in component services
    > > it refers to a database server that also has this dll. I compared the
    > > permissions in my development and production and they are the same.
    > >
    > > Like I said, it use to work but believe this came about after our
    > > network admin added SP4 and the patches.
    > >
    > > Any advice and suggestions would be greatly appreciated!
    > >
    > > Thanks,
    > >
    > > Phin
    mrwoopey Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139