Click to See Complete Forum and Search --> : NT Service accessing network resources...?


April 14th, 1999, 04:59 PM
I have an NT Service that spawns numerous programs as child processes. These program all require access to various files over the network. These programs are unable to access the required files. Is this because they inherit the service's characteristic of not being allowed network access? If so, how can I spawn these programs so they do have network access?

Thanks,
Matt Johnson

April 15th, 1999, 03:08 AM
It's worth trying to run the service under an account that does have network access. Use Control Panel->Services->Startup: if it is running as the System Account then change it.

jaylauriano
May 6th, 1999, 01:58 PM
Only three letters come to mind: RPC. That's what I've done to accomplish IPC over a network. It's pretty solid and not that difficult once you have the right docs.


Freedom is knowing you can burn all your software without losing a minute's sleep.