The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
8 views

How does DCOM Running identity coincide with Server-Client Impersonation?

A DCOM Object in my server is set to run as a particular user in the DCOMCNFG ==> Object Properties ==> Identity Tab. When a remote application calls this DCOM, how will Impersonation be Handled? Can ...
2
votes
2answers
43 views

How come identical name and authentication between two windows PCs on same network works?

My Experiment So I set up a simple network with Two computers. Both on the same Work group. I created a LOCAL user 'A' with pasword 'A' in Computer 1. And then I created an identical named LOCAL ...
1
vote
0answers
36 views

Powershell 3.0 Enter-PSSession fails randomly, reboot solves it. DCOM error in Event Viewer on target machine

Using PowerShell's Enter-PSSession (even locally, against the local computer) fails randomly with the following message. Running Windows 2012 Standard with all updates. The error message takes a while ...
0
votes
0answers
54 views

iSCSI Authentication Windows Server 2012

When trying to specify the account credentials that the iSCSI initiator will use on Windows Server 2012, I cannot find WTVdsProv or WTSnapshotProvider under Component Services. This prevents me from ...
0
votes
1answer
282 views

Fatal error: Class 'COM' not found in C:\inetpub\wwwroot\test.php on line 22

There is an IIS 7 webserver and PHP 5.3 I have set com.allow_dcom = true on php.ini file and restarted the webserver. I need to use hmailserver by: $obBaseApp = new COM("hMailServer.Application"); ...
2
votes
1answer
198 views

Deleted a CA improperly and receiving a 10009 Event ID error

The basic run down is I didn't know what I was doing and I deleted a CA I stood up but I couldn't get to work properly. I know dumb. But that being said not much I can do about it now. I went through ...
2
votes
1answer
155 views

Console dump of a DCOM configuration for a given GUID?

Is there a way to dump the DCOM settings for a given DCOM object on the command line, if the GUID is known? (Maybe using PowerShell)
1
vote
3answers
2k views

How to get DCOMperm.exe from Microsoft

So I've been trying to solve the "The application-specific permission settings do not grant Local Activation permission" problem and everything I've been reading says I need to get "DCOMperm.exe". ...
2
votes
0answers
71 views

Prevent SBS 2008 from connecting to an iomega-storage via DCOM

I have one Windows Small Business Server 2008 with his system-event-log flooded with eventid 10009 and source DCOM. DCOM works perfectly with every single machine in the network except the iomega ...
0
votes
1answer
3k views

Remote WMI Connection Issue on Windows Server 2008 R2

I just did a clean install of Windows Server 2008 R2 (x64). I have an application that talks to the server using Remote DCOM communication and queries some WMI objects. All is good while I use the ...
0
votes
0answers
2k views

WMI permissions on Win2008 R2

Attempting to use a SQL monitoring package (Red-Gate) that queries OS metrics via WMI. Running on a Windows 2003 server, I can monitor one server running Windows 2008 R2 but not another. Using ...
3
votes
3answers
2k views

Event ID 10009 on Server 2008 R2 DCOM was unable to communicate with computer X

On Windows Server 2008 R2 I am getting a DCOM event error 10009 "DCOM was unable to communicate with computer X" I can't ping computer X, I don't know what computer X is, and computer X is not in AD. ...
0
votes
1answer
759 views

DCOM Authentication Fails to use Kerberos, Falls back to NTLM

I have a webservice that is written in Classic ASP. In this web service it attempts to create a VirtualServer.Application object on another server via DCOM. This fails with Permission Denied. However ...
3
votes
1answer
89 views

Is there a way to set access to WMI using GroupPolicy?

From various documentation it appears that to change WMI access you need to use WMI to access the running service and modify specific parts of the tree. Its kind of annoying changing 150,000 hosts ...
1
vote
1answer
735 views

How can I enable ahadmin properties?

I need to run dcomcnfg.exe on a Windows Server 2008 and in Component Services\Computers\My Computer\DCOM Config, select the “ahadmin” COM+ package and add a new Endpoint. Problem is that I can't do ...
0
votes
2answers
3k views

Unable to modify DCOM Config properties for a single application in Component Services

The following is appearing in the application server role events. The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID ...
1
vote
0answers
661 views

SQL job cannot access Microsoft Excel DCOM application. Permissions are set. What gives?

I have a SQL job that runs a VB script that uses an object provided by the Microsoft Excel DCOM application. Excel 2003 is installed and working. Both SQL Server and SQL agent run under ...
1
vote
1answer
2k views

Cannot configure NAP DCOM security

I've just added a new 2K8 domain controller to an existing domain as part of a transition from 2k3. I am getting a lot of DCOM 10016 errors, indicating launch security permission problems on a ...
0
votes
1answer
877 views

change Access Permissions in Component Services > COM Security with script/api?

How do I go about changing the Access Permissions for the COM Security? I need to write new values to "Edit Limits..." and "Edit Default..."
2
votes
2answers
7k views

Powerpoint missing from DCOM config

I have an application that automates the creation of powerpoint files in an ASP.NET environment. This requires that I install powerpoint on the server and also set permissions in the DCOM ...
1
vote
1answer
419 views

DCOM configuration: accounts with same name but different passwords problem

I'm experiencing troubles with DCOM configuration. Here is the case: I'm using some product which supports client-server interaction through DCOM, but the client won't get any access to the server if ...
1
vote
2answers
364 views

Ahadmin disabled

I am trying to manage ahadmin on windows 2008 server: component servivces (MMC snapin) -> Computers\My Computer\DCOM Config\ahadmin -> Properties but, when the properties window gets opened ...
2
votes
2answers
2k views

Is it possible to script DCOM permissions using built-in Windows Server 2003 tools?

Is it possible to script commands using batch commands, VBScript, or anything else? I need to modify a few DCOM components to grant permissions to local groups.