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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top