Page 1 of 1

JiwaPluginSchedulerService how do I remove a copy

PostPosted: Wed Feb 22, 2017 11:46 am
by indikad
7.0.175
I follow you guide to create multiple plugin scheduler services (Running the plugin scheduler multiple times on the same machine)
However I have an issue where I need to remove one or two copies of the JiwaPluginSchedulerService.
I would like to know the method to do that too please.

Re: JiwaPluginSchedulerService how do I remove a copy  Topic is solved

PostPosted: Wed Feb 22, 2017 11:52 am
by Mike.Sheen
I've updated the docs article to show how to remove the service.

Re: JiwaPluginSchedulerService how do I remove a copy

PostPosted: Wed Feb 22, 2017 11:58 am
by indikad
Thanks very much.

Re: JiwaPluginSchedulerService how do I remove a copy

PostPosted: Wed Feb 22, 2017 12:10 pm
by indikad
This worked with the one I created now ( created with v 7.0.175.) However
I have a small issue with deleting an old service ( created with previous Jiwa version 7.0.157 )

my service was called "JiwaPluginScheduler service 2"
I used the command sc.exe delete "JiwaPluginScheduler service 2"
and get the error
[SC] OpenService FAILED 1060:
The specified service does not exist as an installed service.

I know the service is there - However - I am scheduling a restart to the Windows Server and will try again after. Hopefully it will clear it.

Re: JiwaPluginSchedulerService how do I remove a copy

PostPosted: Wed Feb 22, 2017 4:53 pm
by Mike.Sheen
Try:
Code: Select all
sc GetKeyName "JiwaPluginScheduler service 2"


If that returns a different name, then use sc delete on THAT name.