I am a VB 6.0 programmer (from Australia) experimenting with DCOM.<br> <br>I have an experimental network set-up with one NT Server 4.0(SP4) which I'll call NT-SERVER and one NT Workstation (SP6) which I'll call NT-WS1. I am experimenting with a test DCOM application written in VB6. The problem is that no matter what I do I can only successfully activate the DCOM server in the NT Server when I log on as Administrator on the client machine. Whenever I use the account (USER1), which mind you belongs to the Administrator's group I keep getting Error 70 - Permission denied.<br> <br>I have read just about all KB DCOM security articles I've found with no success.<br> <br>I have changed DCOMCNFG tens of times and experimented with all sorts of combinations including giving permissions to everyone and having authentication level set to none. I have also changed DCOMCNFG in the client's machine. The event viewer on the client machine gives me this message on each first attempt after loggin on:<br> <br>User: MYDOMAIN\USER1<br>Computer: NT-WS1<br>Event ID: 10006<br>Source: DCOM<br>Type: ERROR<br>Category: None<br> <br>DCOM got error "General access denied error " from the computer NT-SERVER when attempting to activate the server:<br>{95AC572E.......}<br> <br>I even tried to give the USER1 account every single possible type of access permission with no avail. I log on to the MYDOMAIN domain using the USER1 account which proves the USER1 is a domain account. I turned audit on for logon/logoff events and I can see the entries for USER1 on the server's event viewer.<br> <br>I gave NTFS permissions to USER1 for the DCOM server exe file on the NT Server thinking this would probably generate an ACL used by the access token which would give USER1 the necessary permission to the PROGID in question. It didn't make a difference. <br> <br>My DCOM settings on the server for the application are:<br> <br>Authentication Level: Connect<br>Location: Run application on this computer<br>Security: I use the custom access permissions for all three tabs. Believe me, the list is packed with names and groups including USER1, Everyone and the lot.<br>Identity: This user (User MYDOMAIN\Administrator)<br><br>I am new to DCOM and would appreciate any help to point me to the right direction.<br>