books
tmp
A search on Google shows that people have been requested this feature for 15 years (since 2004) -- It cannot possibly be that hard to add archive bit checking ? ...
According to the documentation, native support for VBScript jobs may have already been removed in recent versions of JobScheduler Master. But VBScript jobs can still be run via an Agent, albeit with the requirement to set the script language to "scriptcontrol:vbscript" and configure the Agent to point to a 32bit JVM (https://kb.sos-berlin.com/display/PKB/VBScript+Jobs#VBScriptJobs-Background).
According to the documentation, support for VBScript jobs may have already been removed in recent versions of JobScheduler Master. But VBScript jobs can still be run via an Agent, albeit with the requirement to set the script language to "scriptcontrol:vbscript" and configure the Agent to point to a 32bit JVM (https://kb.sos-berlin.com/display/PKB/VBScript+Jobs#VBScriptJobs-Background).
According to the JobScheduler Powershell API there is an $order.suspend([bool]) method, but when I try to invoke it in an order job it throws a Cannot find an overload for "suspended" and the argument count: "1". error (www.sos-berlin.com/doc/en/scheduler.doc/api/Order-powershell.xml). I am using JobScheduler version 1.12.3. How do I programmatically suspend an order using Powershell ? Job config: <?xml version="1.0" encoding="ISO-8859-1"?> <job order="yes" stop_on_error="no" stderr_log_level="error"...
According to the JobScheduler Powershell API there is an $order.suspend([bool]) method, but when I try to invoke it in an order job it throws a Cannot find an overload for "suspended" and the argument count: "1". error (http://www.sos-berlin.com/doc/en/scheduler.doc/api/Order-powershell.xml). I am using JobScheduler version 1.12.3. How do I programmatically suspend an order using Powershell ? Job config: <?xml version="1.0" encoding="ISO-8859-1"?> <job order="yes" stop_on_error="no" stderr_log_level="error"...
tmp