Search

Help

Page 9 of 100. Showing 992 results (0.018 seconds)

  1. How to add or edit Conditions to a Job

    Scope Conditions for jobs can be checked before job execution and after job execution. The condition which is checked before job execution is called In Condition and the condition which is checked after job execution is called Out Condition. The condition that controls the execution of the job is referred
    Product Knowledge BaseNov 20, 2019
  2. How to import and export Job Streams

    Introduction The JOC Cockpit Job Streams view provides import and export functions to allow reliable Job Stream deployment, for example, from a source, such as an Integration System (INT, UAT) to a target, such as a Production System (PROD). The Job Streams deployment involves the following steps: Export the Job
    Product Knowledge BaseNov 20, 2019
  3. Job Streams View GUI Representation

    Job Streams View The Job Streams view in JOC Cockpit offers three types of display view_graphic.png The left symbol (highlighted) displays the graphical view of jobs and job streams. The middle symbol displays the card view. The right symbol displays the list view similar to what you see from the Jobs view
    Product Knowledge BaseNov 26, 2019
  4. How to sort orders in a job chain

    Scope Use Case: Consider the situation where a number of orders that have been added to a job chain - either from a file order source watching incoming … sorting order. Solution Outline: A single job is added at the beginning of a job chain that will: suspend all incoming orders and check completeness until
    Product Knowledge BaseNov 11, 2015
  5. 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 … possible to check for events in job chains and then conditionally proceed. You find the complete documentation in scheduler_events.pdf
    Product Knowledge BaseAug 27, 2019
  6. Job Management - Workflow Control

    and Sync Example showing how to set up a splitter job Example showing how to set up a sync job Exit Code Handling How to configure workflow control by return code handling Example for control of the process flow of a job chain by exit codes  History Query How to Configure Backward Dependencies in Jobs
    Product Knowledge BaseMar 31, 2016
  7. Job Development - Programming Interfaces

    Programming Interfaces JobScheduler comes with two interfaces that allow JobScheduler jobs to be implemented, monitored and manipulated: API Interface: API Interface This interface allows to develop jobs in languages such as Java that make use of internal objects and methods of JobScheduler. API jobs
    Product Knowledge BaseMar 31, 2016
  8. How do Job Chains work?

    Question: Can you describe how a job chain works? Answer: Job Chains are either created using the JobScheduler Object Editor (JOE), or using API methods in individual programs: The individual jobs in the job chain are created along with the job chain. Every position in the job chain is assigned a state
    Product Knowledge BaseNov 24, 2015
  9. Job JobSchedulerSSHJob - Handling StdErr and ExitCode

    The documentation of the  JobSchedulerSSHJob http://www.sos-berlin.com/doc/JITL/JobSchedulerSSHJob.xml job is available in the scheduler installation sub-folder ./jobs.   A number of parameters are available for handling stderr and exit code in the JobSchedulerSSHJob job. These are: ignore_stderr (default=false
    Product Knowledge BaseJan 22, 2016
  10. JavaScript Job - File Size Monitor

    Scope A job should monitor the size of a file, e.g. a log file. If the file size is not steady after some predefined timeout then an error should be raised or a predefined exit code or order state should be set. File size monitoring is implemented by a Monitor script that can be used by any job in a job chain
    Product Knowledge BaseJan 01, 2017