Questions tagged [dcom]

Distributed COM (DCOM) is a protocol that enables software components to communicate with one another over a network.

DCOM is the distributed extension of COM. It specifies the additional infrastructure that is required to further extend COM to networked environments and enable software components to communicate with one another over a network. DCOM is designed for use across multiple network transports, including Internet protocols such as HTTP. It is based on the OSF's DCE RPC specification and implemented as a layer over Microsoft RPC.

403 questions
4
votes
1 answer

Error: Unable to start a DCOM Server: Microsoft.Windows.Cortana

We customize Windows for a medical device. The Cortana was removed through the answer file,
Oleksandr
  • 81
  • 2
  • 12
4
votes
1 answer

Server execution failed while trying to run DCOM component with any other user than Administrator

Afternoon, As the topic says, I'm getting this error while trying to run a webapplication that uses a DCOM agent. "Retrieving the COM class factory for component with CLSID {82154420-0FBF-11D4-8313-005004526AB4} failed due to the following error:…
LPE
  • 51
  • 1
  • 2
4
votes
1 answer

Why is "local launch" allowed for out-proc servers by default but "local activation" is not?

I currently need to create a COM object that is served by an out-proc COM server from inside an ASP.NET handler. So every time I deploy the COM server I have to fire up DCOM Config and change the security settings. Specifically I need to ensure that…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
4
votes
3 answers

Remote WMI with Windows XP SP3

A fresh Windows XP SP3 install does not allow remote WMI access like Windows XP SP2 does. If I follow the steps in the "How to troubleshoot WMI-related issues in Windows XP SP2" document at http://support.microsoft.com/kb/875605 I'm unable to get…
dcgibbons
  • 376
  • 2
  • 3
  • 13
4
votes
1 answer

DCOM got error "2147942405" from the computer x.x.x.x when attempting to activate the server:

I have a program on my computer that runs as SYSTEM and it is trying to launch an exe(opc server) on a remote machine x.x.x.x. But I get a DCOM error in my machine's eventviewer. DCOM got error "2147942405" from the computer x.x.x.x when attempting…
Aparna
  • 835
  • 2
  • 23
  • 47
4
votes
2 answers

Error registering COM+ application proxy

I have exported a COM+ application proxy, which generates MSI and CAB files, and I have successfully installed them on a few different Win XP and Vista machines. However, I have a WinXP box that isn't playing nicely. When I try and run the MSI it…
dewde
  • 603
  • 1
  • 7
  • 12
4
votes
5 answers

Has .NET made raw COM and DCOM programming redundant?

Has the introduction of the .net framework made raw programming in COM and DCOM redundant ? (Except for using some COM+ services, e.g. for transaction management through the System.EnterpriseServices namespace)
David
  • 14,047
  • 24
  • 80
  • 101
4
votes
2 answers

The relationship between OPC and DCOM

I am trying to grasp the link between OPC and DCOM. I have watched all four of the tutorials here and I think I have a good feeling for what OPC is, but in one of the tutorials (the third one 35 seconds in) the narrator states that OPC is based on…
ubiquibacon
  • 10,451
  • 28
  • 109
  • 179
4
votes
5 answers

Microsoft Excel Application entry is missing in DCOM Config

The entry for "Microsoft Excel Application" is not there in DCOM Config (tried in both 32-bit and 64-bit). How can I make it shows up there? I have Microsoft Office installed.
user743246
  • 185
  • 3
  • 4
  • 11
4
votes
1 answer

Is it possible to copy a proxy security blanket from one object to another?

I'm trying to write a C++ wrapper for an out-of-process COM server (on another machine). I'm hoping to hide all the COM-related nastiness from users of the class. The security requirements force me to call CoSetSecurityBlanket on the server proxy. …
Peter Ruderman
  • 12,241
  • 1
  • 36
  • 58
4
votes
2 answers

How to impersonate another user for a DCOM connection in C#?

I am trying to connect to a DCOM object on a remote machine which is logged in as a different user from a C# application. I have gotten my code working to connect to the same DCOM object while it is running on the same computer, like so: MyDCOMType…
Mason
  • 703
  • 6
  • 20
4
votes
1 answer

Getting PHP to access a 32-bit COM object in a 64-bit OS

I've recently upgraded my old home server system to a 64-bit system (Win 7) and have a problem in accessing a 32-bit home automation DCOM object in PHP. I'm running 32-bit Apache, and so far as I'm aware, 32-bit PHP (I don't think there's a 64-bit…
pagewrite
  • 53
  • 2
4
votes
3 answers

DCOM Server failed to register

I am getting this error Source : DCOM Event_ID: 10010 "The server {6FC4FDAE-96C8-11D3-9F9C-005004053207} did not register with DCOM within the required timeout." This is for a particular exe which when run as local system works fine but…
Ganesh R.
  • 4,337
  • 3
  • 30
  • 46
4
votes
2 answers

How to register a 32-bit .DLL COM+ application on Windows 2008 R2

I have read through all the similar questions but am not finding my exact problem answered. I have tried all the similar recommendations. I am forced to migrate from a Windows Server 2003 environment to a Windows Server 2008 R2 environment running…
user1507674
  • 41
  • 1
  • 1
  • 2
4
votes
1 answer

Legacy DCOM server on Windows Server 2008 R2

I have a legacy DCOM server and client application both written in Delphi v6. The DCOM server is currently configured to run once and service all clients. The main reason for it running once is that the server provides an interface to an accounts…
Simon Bowyer
  • 45
  • 1
  • 5
1 2
3
26 27