Search

Help

Page 1 of 65. Showing 650 results (0.048 seconds)

  1. How to configure an Enforced Monitor

    by the GlobalMoitorPlugin - i.e.when their name matches the filter criteria configured for the plugin. The use of Monitors is described in detail in How to Configure … . The sequence in which Monitors are implemented is discussed below. The Configuration of Named Monitors The next screenshot shows how the use of a Named
    Product Knowledge BaseNov 30, 2015
  2. How to write an article

    In this page we would like to share some ideas how to write an article. We are aware of the fact that most articles in this site currently wouldn't match … the How To sections and the FAQ sections would contain information on almost every topic. However, that information might not be complete or might
    Product Knowledge BaseNov 28, 2014
  3. How to Serialize the Execution of Jobs and Orders

    in a job chain. How to configure sequential execution of jobs in parallel How to serialize jobs with locks before parallel execution For further information … at the start of a job chain to ensure that incoming orders are processed by a job chain in a predefined order. How to sort orders in a job chain How to process
    Product Knowledge BaseMay 13, 2016
  4. How to handle errors

    How is error handling managed by JobScheduler? There are several ways to handle errors: The normal way, after an error has occurred, is to prevent the job … and try again a number of times after going into the error-handling procedures. For more information see: How to use setbacks to make a job retry in the event
    Product Knowledge BaseMar 23, 2016
  5. How to communicate with JobScheduler from PHP scripts

    Introduction - PHP XML Interface How to communicate with JobScheduler from PHP scripts e.g. to add jobs. This example describes how you can start jobs, add … package in your web folder How it works JobScheduler – Program Interface This document describes how applications can communicate with the JobScheduler. Possible
    Product Knowledge BaseAug 23, 2019
  6. How to set and read job and order parameters

    Parameters can be also be set from global variables. This is outside the scope of this article and described in: How to set job and order parameters … in this article. For more information about job chain and job chain node parameters see: How to define and reference job chain node parameters Setting Parameters
    Product Knowledge BaseJan 26, 2018
  7. How to wait for events in a job chain

    Events Question: How can I wait for an event in a job chain? Introduction In some cases it is necessary to wait for an event before proceeding … https://www.sos-berlin.com/doc/en/scheduler_events.pdf - Documentation. In particular, how to define event handlers with JOE is described in chapter XML Event Handlers (However
    Product Knowledge BaseAug 27, 2019
  8. How to Execute Jobs in a Job Chain in Parallel

    Scope This article is about methods that can be used with the JobScheduler for executing Jobs within a Job Chain at the same time. See the How To Synchronize … the How To Synchronize Job Execution Across Job Chains article for information about using the Sync Job to synchronize the execution of Jobs in different Job Chains
    Product Knowledge BaseAug 30, 2017
  9. How to Configure Backward Dependencies in Jobs and Job Chains

    chain and order histories for successful execution.) How to add a condition to check previous jobs before the execution of the current job chain How to add … +job+chains+before+the+execution+of+the+current+job+chain Using Scripting and Pre-/Post-Processing - i.e. using a job monitor script How to manage complex
    Product Knowledge BaseFeb 11, 2016
  10. How to create global variables

    having to be restarted. The following example shows how to create global variables: function spooler_process() { var d1=new Date … "); spooler_log.info( spooler.variables.xml() ); return false; } See also How to merge global variables into job and order parameters How to set job and order
    Product Knowledge BaseJun 14, 2017