006~ASP 0178~Server.CreateObject Access Error

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

  1. #1

    Default 006~ASP 0178~Server.CreateObject Access Error

    I apologize in advance if this is posted to the wrong Newsgroup. I feel that
    it could be posted several places.

    We have suddenly started recieving the following error message on W2K3-IIS6
    after having run for several days. This is a server being built to replace
    an existing production unit.


    006~ASP 0178~Server.CreateObject Access Error~The call to
    Server.CreateObject failed while checking permissions. Access is denied to
    this object.

    I have lloked at several distancely related issues on the web and tried to
    glean some thread of meaning from them. Trying to dig my way through the
    DComCnfg tool baffles and bewilers me. I am reluctant to make cart blanche
    changes as there are severl other applications running on this box. It would
    not be so bad but we just went into verifacation mode where the application
    owners are testing.. And it seems to only be this ONE that is causing
    problems.

    Any assistance would be greatly appreciated.
    --
    Emanon LT
    Noname Guest

  2. Similar Questions and Discussions

    1. 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...
    2. Server.CreateObject error
      I am getting an error while executing the line, Server.CreateObject. The error is Server object, ASP 0177 (0x800AEA5F) I am using IIS5,...
    3. Server.CreateObject Access Error
      I am trying to invoke the following line of code within my ASP: Set oApp = Server.CreateObject("Word.Application") This results in the...
    4. Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component
      Heres is a workaround, 1. go to Administrative Tools> Component Services 2. expand COM Services and right click on My computer. 3. click...
    5. 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...
  3. #2

    Default Re: 006~ASP 0178~Server.CreateObject Access Error

    The error is telling you exactly what you need to check - namely the
    permissions for the DLL/OCX you are instantiating ........ (IUSR_[machine]
    *MUST* have access rights to it before it can use it).

    If you've already checked those, see if any of the following helps ...

    [url]http://aspfaq.com/show.asp?id=2091[/url]

    --
    Regards

    Steven Burn
    Ur I.T. Mate Group
    [url]www.it-mate.co.uk[/url]

    Keeping it FREE!

    "Noname" <Noname@newsgroups.nospam> wrote in message
    news:D8948426-C622-4E50-A7EF-4FD3089EFEE6@microsoft.com...
    > I apologize in advance if this is posted to the wrong Newsgroup. I feel
    that
    > it could be posted several places.
    >
    > We have suddenly started recieving the following error message on
    W2K3-IIS6
    > after having run for several days. This is a server being built to
    replace
    > an existing production unit.
    >
    >
    > 006~ASP 0178~Server.CreateObject Access Error~The call to
    > Server.CreateObject failed while checking permissions. Access is denied to
    > this object.
    >
    > I have lloked at several distancely related issues on the web and tried to
    > glean some thread of meaning from them. Trying to dig my way through the
    > DComCnfg tool baffles and bewilers me. I am reluctant to make cart
    blanche
    > changes as there are severl other applications running on this box. It
    would
    > not be so bad but we just went into verifacation mode where the
    application
    > owners are testing.. And it seems to only be this ONE that is causing
    > problems.
    >
    > Any assistance would be greatly appreciated.
    > --
    > Emanon LT

    Steven Burn 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