PDA

Click to See Complete Forum and Search --> : Help With DCOM across a WAN


dgruzew
Oct 29th, 2003, 01:14 PM
HI,

I have setup a server hosting a DCOM componet that a VB 6 appilcation accesses. The application works fine inside our network, but when I tried to install it on another newtork ( connecting via IP address instead of Machine name) the user gets RunTime error '70' Access Denied. I looked on the server event log and it appears that the users NT secuirty context from his network is being tested on our network (which will obviously Fail) I would just like to turn off Components services desire to Check this.

Doe anyone know how??? I have tried several secueity settings on the server but it does not seem to matter..

Thanks

yrwyddfa
Nov 24th, 2003, 11:20 AM
Host the activex dll on a Win2K box (and do not manually register it) inside component services of COM+

you then only need to have access to the server . . .

biswajitdas
Nov 26th, 2003, 06:31 AM
hi

your dcom program facing a problem of authentication problem.
now when u acess other network just check it out that ki there network allow your user authentication or not.




just go through Imporsonet level of dcom.it solve your problem

Biswajit das