Is it possible to get the 2.6 scheduler to use a different configuration file, rather than the one set up for 2.5 - I am testing the 2.6 scheduler on a box I use for some schedules at 9am, but want to use different versions of the iok files, and to save the results somewhere else later in the day.
Yes. You need to update installconfig.properties to specify "-DschedulerConfigLocation=[new location]" in the ADDITIONAL_JVM_ARGS property.
Typically, if you haven't already customised your installconfig.properties file (found in the Omniscope installation folder), you simply need to change the line containing ADDITIONAL_JVM_ARGS in this file (editing it with notepad) to the following, with no beginning spaces or # characters:
If you use the Windows service, you must also customise the "service/wrapper.conf" file as documented in installconfig.properties.
If you haven't customise installconfig.properties, you should delete this file and reinstall Omniscope, which will reinstate the latest version of the config file, including the latest comments about how to customise it.