Hi all, I have to machines on the same domain: Server: Win 2003 Server Client: Win 2000 Professional On both of them DCOM is enabled and i set Everything to Everyone for our service on the server. I'm using a DOMAIN user that is admin on both the machines Everytime I CoCreateInstanceEx from the client to the server i get error 0x800706BA. If i check eventviewer on the client i can find Event 10009 "DCOM cannot comunicate with computer ...." I really don't know what to do, please help
I succeded in cocreating with CONNECT and IMPERSONATE, but i would like to cocreate using AUTH_NONE. How can i do? thanks
>I succeded in cocreating with CONNECT and IMPERSONATE, but i would like > to cocreate using AUTH_NONE. How can i do? > thanks > That's a step backwards, security-wise, but here is what you need: http://pluralsight.com/wiki/default.aspx/Keith.ComSecurityFaqEx2 In the Win2003 SP1 and WinXP SP2 environment, you will probably need to enable the Guest account to permit anonymous logins. http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/sp2netwk.mspx Brian