CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: DCOM

  1. #1
    Join Date
    Sep 1999
    Posts
    15

    DCOM

    I have a problem accessing the com component over the network using DCOM technology. I have two computers one is server. The component is on the server. The other is a client. The client calls the server and server sends some data. This is working but only when i logg on the server from the client as a administrator. When i logg as a different user i cannot access the server component. I get a message saying error no 70. Permission denied. The platform is Visual BASIC 6.

    If any one can help




  2. #2
    Join Date
    Dec 1999
    Location
    Dallas, Texas, USA
    Posts
    59

    Re: DCOM

    You don't have the Object on the remote box set to anonymous access.. Open DCOMCNFG.exe and on your object you need to set those settings..

    --
    Chizl
    [email protected]
    http://www.chizl.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured