DCOM Errors on 2003 Ent, Event ID:10016

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

  1. #1

    Default DCOM Errors on 2003 Ent, Event ID:10016

    Everyone,


    Really pulling my hair out on this one and hope somone can help.


    Built a new 2003 Advanced Server, SP1 and copied our web site from our
    existing IIS 5 server to this new 2003 server.


    Ok, our developers have created about 35 custom COM+ packages, so I
    copy over all the dll's and then manually create the COM+ packages on
    the new 2003 server. The ID assigned to these COM+ packages is a local
    ID with admin permission on this server.


    Now, when I attempt to access the web site on the 2003 server I get
    DCOM errors as listed in the subject above. I understand the common
    fix is to get the CLSID, use the Component Services>>Server>>DCOM
    Config but the prolem is that none of the CLSID's I have errors with
    are in this window of "DCOM Config".


    I assume this is because they are custom COM+?


    What can I possibly do for a fix on this?


    Thanks in advance!
    WE

    Glockman Guest

  2. Similar Questions and Discussions

    1. DCOM Errors when creating COM Objects in IIS
      Hi all, I'm having a few problems creating COM objects in IIS. The issue only seems to affect a couple of our own custom COM objects. The COM...
    2. Event Service errors
      My server log and exception log both contain this error string when I restart the service. Unable to initialize Event service:...
    3. Event Errors
      We are running windows server 2003 and are getting sevice failed errors on start up directing to look in the event viewer. This is the error:...
    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. Application Event log errors
      I've got XP Pro clients on a W2K domain, the DC running AD, DNS and DHCP. In my XP application event log I get these 2 errors regularly: ...
  3. #2

    Default Re: DCOM Errors on 2003 Ent, Event ID:10016

    Grant the correct permissions to the Network Service account
    and to the iUSR_XXXXX Account

    1. Click Start, click Run, type dcomcnfg in the Open box, and then click OK.
    2. In Component Services, double-click Component Services, and then double-click Computers.
    3. Right-click My Computer, and then click Properties.
    4. Click the COM Security tab.
    5. In the Launch and Activation Permissions area, click Edit Default.
    6. Click Add, type Network Service, and then click OK.
    7. While Network Service is selected, click to select the Allow check boxes for the following items:• Local Launch
    • Remote Launch
    • Local Activation
    • Remote Activation
    8. repeat steps 6 & 7 for the local iUSR_XXXXX account also
    9. Save your changes
    10. Stop your COM component (r-click - shutdown)
    11. Reset IIS - Click Start, click Run, type cmd in the Open box, and then click OK
    12. At the cmd prompt type iisrest and hit enter. Wait for IIS to reset
    13. Close the command prompt
    14. Restart your COM component (r-click - start)


    ************************************************** ********************
    Sent via Fuzzy Software @ [url]http://www.fuzzysoftware.com/[/url]
    Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
    seanmdrew@hotmail.com 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