Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Monday, August 22, 2011

DCOM error - upnphost

use sc (services control)
special-diagnostics-commands
DCOM ist der Fehler "Der angegebene Dienst kann nicht gestartet werden. Er ist deaktiviert oder nicht mit aktivierten Geräten verbunden. " aufgetreten, als der Dienst "upnphost" mit den Argumenten "" gestartet wurde, um den folgenden Server zu verwenden: {204810B9-73B2-11D4-BF42-00B0D0118B56}
DCOM 10005
Lösung 
Systemsteuerung - Leistung und Wartung - Verwaltung - Komponentendienste
Komponentendienste:
Computer - Arbeitsplatz
DCOM-Konfiguration
upnphost
sekundäre Maustaste - Eigenschaften
Ausführungsort - Auf diesem Computer [Haken weg!]

==================================
Quelle
SERVICE_NAME: upnphost
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 4 DISABLED
Der Dienst "Universeller Plug & Play-Gerätehost" (kurz: "upnphost") ist deaktiviert, von daher nicht verwunderlich, dass er nicht starten kann.
Du wirst ihn ziemlich sicher nicht wirklich benötigen, aber wenn du die Meldung dennoch loswerden willst, dann öffne die Diensteverwaltung (Start, Ausführen, "services.msc") und setzt die Startart in den Eigenschaften des Dienstes auf "Manuell".
----------------
Schuld daran ist bei mir der Dienst "Automatisches Update", der deaktiviert ist
===================
Start --> Ausführen den Eintrag services.msc eingeben und bei
dem Dienst DCOM-Server-Prozessstart kontrollieren, ob dieser Dienst deaktiviert ist, welche Startart er hat, falls dieser nicht auf Automatisch steht, soll auf Automatisch setzen.

===================
Quelle
Ich denke Du brauchst den "upnphost" sowieso nicht, also deaktiviere diesen Dienst:
Start -> Ausführen -> services.msc -> Universeller Plug & Play-Gerätehost -> Starttyp = Deaktiviert
Wenn Du den PnP-Gerätehost benötigst natürlich nicht deaktivieren...

"DCOM deaktivieren":
http://www.kssysteme.de/s_content.ph...002-01-31-3823
[ "Konfiguration von DCOM" ]
 

Source
To disable DCOM support, follow these steps.
Edit the Registry 
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it.
322756  How to back up and restore the registry in Windows
  1. Start Registry Editor.
  2. Locate the following path:
    HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
  3. Change the EnableDCOM string value to N.
  4. Restart the operating system for the changes to take effect.
Use DCOMCNFG.EXE
  1. Run Dcomcnfg.exe.
  2. If you are running Windows XP or Windows Server 2003, perform these additional steps:
    1. Click the Component Services node under Console Root.
    2. Open the Computers folder.
    3. For the local computer, right-click My Computer, and then click Properties.
    4. For a remote computer, right-click Computers folder, point to New, and then click Computer.
    5. Type the computer name.
    6. Right-click the computer name, and then click Properties.
  3. Click the Default Properties tab.
  4. Click to select (or click to clear) the Enable Distributed COM on this Computer check box.
  5. If you want to set more properties for the computer, click Apply to enable (or disable) DCOM. Otherwise, click OK to apply the changes and quit Dcomcnfg.exe.
  6. Restart the operating system for the changes to take effect.
The following registry string value is used to enable or disable DCOM on all operating systems:
HKEY_LOCAL_MACHINE\Software\Microsoft\OLE\EnableDCOM
If you change this value to N, you disable DCOM after you restart the operating system. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
256986  Description of the Microsoft Windows registry

No comments: