Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: DCOM and famous Permission Denied


Message #1 by "Jason Farmer" <jason@s...> on Fri, 10 Aug 2001 13:03:19
Sure, an ActiveX DLL works in any Windows platform, but they
are in proc servers and cannot be running remotely!
To create a remote server, it must be an ActiveX exe, not dll.

If that is not the problem, have you:

1) create the exe with the remote server option?
2) installed the exe in both client and server machines?
3) run dconcnfg on the client machine to set the properties of the exe?
4) You can use CreateObject if you do not want to run dconcnfg (it is what I
do)

 

> -----Original Message-----
> From:	Jason Farmer [SMTP:jason@s...]
> Sent:	Friday, August 10, 2001 6:03 AM
> To:	professional vb
> Subject:	[pro_vb] DCOM and famous Permission Denied
> 
> What I am trying to do is get the global user groups off the NT4 server 
> using a DCOM object. This is my first DCOM app. I think I have done 
> everyuthing as per doumentation in the WROX Com book. I know that the code
> 
> works and I know that the ActiveX DLL works on W2k using COM+
> 
> I get Access denied when I try to create the object. Can people help with 
> trying to work out why please? I am very stuck and really can't see what I
> 
> have done wrong!
> 
> Best Regards
> 
> Jason Farmer
>


  Return to Index