gknuth
May 29th, 2001, 01:48 PM
Hi all,
I originally placed this in the API forum. I got one response, and I'm not entirely sure what the gentleman was talking about. Can any of you offer advice?
Thanks,
Gabe
Originally posted by gknuth
Hi, I really need help - I have marks on my head from beating on a wall - repeatedly.
Machine1 - workstation running the application
Machine2 - NT workstation/server affected (hopefully)
Can I, from Machine1, call an API function that resides on Machine2 and have it run on Machine2?
My goal is to be able to tell each machine to update it's browse list and domain cache (if one happens, the other should too)
Thanks in advance.....
Gabe
Originally posted by gwdash
you can do this with DCOM. create a ActiveX exe project, then have it have functions you want to call. make sure to set up the ActiveX exe with unattended execution and remote execution(i think). you can then call this remotely with CreateObject. Wait until search comes back and then do a search for "Remote DCOM" and you'll find the thread that has exactly how to do this posted
I originally placed this in the API forum. I got one response, and I'm not entirely sure what the gentleman was talking about. Can any of you offer advice?
Thanks,
Gabe
Originally posted by gknuth
Hi, I really need help - I have marks on my head from beating on a wall - repeatedly.
Machine1 - workstation running the application
Machine2 - NT workstation/server affected (hopefully)
Can I, from Machine1, call an API function that resides on Machine2 and have it run on Machine2?
My goal is to be able to tell each machine to update it's browse list and domain cache (if one happens, the other should too)
Thanks in advance.....
Gabe
Originally posted by gwdash
you can do this with DCOM. create a ActiveX exe project, then have it have functions you want to call. make sure to set up the ActiveX exe with unattended execution and remote execution(i think). you can then call this remotely with CreateObject. Wait until search comes back and then do a search for "Remote DCOM" and you'll find the thread that has exactly how to do this posted