Page 1 of 1
Remote Servers Service Monitoring
Posted: Tue Feb 19, 2013 7:00 pm
by rwwilkins
I am trying to check the status of a service on remote systems. When I setup the task with the server name and hit refresh, i get the following:
GetServiceList error (kind=1): Access is denied.
What steps do I have to take within my workflow to ensure it is using credentials that will allow access to the remote servers?
Thanks,
Rich
Remote Servers Service Monitoring
Posted: Wed Feb 20, 2013 8:25 am
by Oleg
This is working by default if you logged in as domain user with administrative rights.
(Pay attention that domain user and local computer user are not the same)
Of course your computer should be a member of Windows Domain with domain controller.
If you want access to remote service in workgroup network then the application (RoboTask) should get credentials to this remote computer.
Unfortunately this is not implemented now.
Re: Remote Servers Service Monitoring
Posted: Mon Mar 18, 2013 8:39 pm
by rwwilkins
Would it be possible to add as an optional set of fields the ability to enter credentials?
I am trying to reach servers that are not in a domain, but a workgroup. But the credentials fields could work with either:
Domain: domain\username
Workgroup: machinename\username
Without having those fields, is there any kind of workaround I can do?
Thanks,
Rich
Re: Remote Servers Service Monitoring
Posted: Tue Mar 19, 2013 7:57 am
by Oleg
We'll investigate the problem, thank you.
Probably this is possible and we'll make necessary changes.
Re: Remote Servers Service Monitoring
Posted: Tue Mar 19, 2013 12:56 pm
by Oleg
rwwilkins wrote:Would it be possible to add as an optional set of fields the ability to enter credentials?
I'm afraid that this is possible only in domain structure
rwwilkins wrote:is there any kind of workaround I can do?
Now you can do this if you install RoboTask on remote computer. In this case you can start task remotely.
Use
Send command action and
Listener trigger
I can send examples how to do this if it's necessary.