Q: ServiceController

  • Thread starter Thread starter Martin Arvidsson, Visual Systems AB
  • Start date Start date
M

Martin Arvidsson, Visual Systems AB

Hi!

I am using a ServiceController to start and stop my service.

If i use the service localy and use the service controller it works fine.

If i install the service on my server and try to connect to the service on
that machine i get an access denied message. I am logged in as an
Administrator on the client computer.

What could be wrong, do i need to specify som credentials or what, if so
where to look for information?

Regards
Martin
 
ServiceController connects to remote SCM via RPC, so you need to be
authenticated to connect.
 
Back
Top