JiwaPluginSchedulerService how do I remove a copy  Topic is solved

Discussions relating to Jiwa 7 plugin development, and the Jiwa 7 API.

JiwaPluginSchedulerService how do I remove a copy

Postby indikad » Wed Feb 22, 2017 11:46 am

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.
indikad
Frequent Contributor
Frequent Contributor
 
Posts: 182
Joined: Thu Jun 18, 2009 1:14 pm
Topics Solved: 2

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

Postby Mike.Sheen » Wed Feb 22, 2017 11:52 am

I've updated the docs article to show how to remove the service.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2583
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 807

Re: JiwaPluginSchedulerService how do I remove a copy

Postby indikad » Wed Feb 22, 2017 11:58 am

Thanks very much.
indikad
Frequent Contributor
Frequent Contributor
 
Posts: 182
Joined: Thu Jun 18, 2009 1:14 pm
Topics Solved: 2

Re: JiwaPluginSchedulerService how do I remove a copy

Postby indikad » Wed Feb 22, 2017 12:10 pm

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.
indikad
Frequent Contributor
Frequent Contributor
 
Posts: 182
Joined: Thu Jun 18, 2009 1:14 pm
Topics Solved: 2

Re: JiwaPluginSchedulerService how do I remove a copy

Postby Mike.Sheen » Wed Feb 22, 2017 4:53 pm

Try:
Code: Select all
sc GetKeyName "JiwaPluginScheduler service 2"


If that returns a different name, then use sc delete on THAT name.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2583
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 807


Return to Technical and or Programming

Who is online

Users browsing this forum: No registered users and 0 guests