Shared Task Lists

Specify Task List Location

Permits multiple accounts to manage a common task list

 

From Omniscope 2.6, you can change the location of the Scheduler configuration. This allows for different users to manage and edit tasks.

 

Please follow the steps below to change the location of the Scheduler configuration:

 

1.  Open "installconfig.properties" located in the installation directory.

 

2.  Find the line starting with #ADDITIONAL_JVM_ARGS=

 

3. Remove the # in front and add the following property -DschedulerConfigLocation="new location\config.xml" 

For example:  ADDITIONAL_JVM_ARGS=-DschedulerConfigLocation="\\fileserver\...\scheduler\config.xml"

 

4. Save "installconfig.properties". 

 

5. Update wrapper.conf with this change as follows:

1. Open installation folder\service\wrapper.conf.
2.  Find this line
             #wrapper.java.additional.1=
3. Remove the # in front and replace with this line 
    wrapper.java.additional.1=-DschedulerConfigLocation="new location\config.xml"  
        4. Save wrapper.conf .

 

6. If you have the Scheduler running or Windows services, stop the Scheduler or Windows services and restart them for the changes to take effect.

 

7. Also, you need to restart Omniscope if you are using Omniscope.

 

8. You can use this option Settings > Enterprise > Edit scheduler configuration... in Omniscope to manage tasks. This does not require the Scheduler to be running.