Search

Help

Page 7 of 100. Showing 992 results (0.03 seconds)

  1. JobScheduler Reporting Interface - Installed Job Objects.odc

    -odc; charset=utf-8"> <meta name=ProgId content=ODC.Table> <meta name=SourceType content=OLEDB> <title>JobScheduler Reporting Interface - Installed Job Objects … "> <o:Description>JobScheduler Reporting Interface - Installed Job Objects</o:Description> <o:Name>JobScheduler Reporting Interface - Installed Job Objects</o:Name
  2. Example showing the synchronization of job chains by waiting for the execution of an order in another job chain

    When you want to let an order wait until an order in another job chain has passed successfully a specific node, you can use the sync job. Here are some use cases: two or more job chains. In every job chain is one order. The order can proceed, when they are all on a specific node in their chain. Like 1. but now, you
    Product Knowledge BaseMar 12, 2015
  3. Job JobSchedulerCopyFile

    Description of JobSchedulerCopyFile - Copies one or more files This job copies one or more files. Examples: source_file file_spec replacing replacement … of copied files is returned in the order parameter " scheduler_SOSFileOperations_file_count ". This parameter is only available for order jobs. The default value
    Product Knowledge BaseOct 23, 2014
  4. Job JobSchedulerCanWrite

    .txt" . Supports substitution of job parameter names with their value if the job parameter name is enclosed by %  and  % . Example: <param name="file" value"%scheduler_file_path%" /> During the job runtime the parameter file contains the value of the job parameter scheduler_file_path . Using Directory Monitoring
    Product Knowledge BaseOct 23, 2014
  5. JS-1253 - In a nested job chain the same job chain should be usable multiple times

    Known Issue Status Occurrence   Change Management Issue   Behavior Passed Test Case Starting Situation A nested job chain has three nodes A, B and C Node A and C use the same sub job chain Action Add an order i.e. Main_Order to the nested job chain Open JOC, righ click on the order
    Product Knowledge BaseFeb 21, 2015
  6. Job Stream Starter

    Scope The Starter is used to start a Job Stream. The Starter starts a Job Stream based on the run-time provided to it (the Starter can also be started manually using the "Start Now" operation from it's action menu). The Starter creates an instance of the Job Stream. Each instance has its own Instance ID. Events
    Product Knowledge BaseJun 10, 2020
  7. Why can't I see a job or job chain in the JID planned or history tabs?

    I can't see a job or job chain in the Planned tab The jobs and job chains which are listed in the Planned tab are the result of a database query. This query is filtered by the following values: from and to date JobSchedulerId Items in the list's contex menu Jobs Job chains Late Today Executed Waiting
    Product Knowledge BaseOct 19, 2014
  8. Expressions for Conditions in Job Streams

    List of Expressions A job will be executed only if the Expressions of its In Condition will be evaluated to true. There are different types of Expressions available for both, In Condition and Out Condition in Job Streams that are explained below:  S.No. Expression Name Description Examples
    Product Knowledge BaseApr 28, 2020
  9. Getting Started with Job Streams

    Introduction The feature of Job Streams is a means to implement dependencies with jobs. This feature improves existing forward dependencies (job chains) by introducing backward dependencies (conditions). The current article is intended to work as a guide to the Job Streams functionality which provides an example
    Product Knowledge BaseAug 31, 2020
  10. How to define a trigger in Oracle which starts a job in Job Scheduler

    )'; Replace SOSSchedulerCommand with YourSchedulerCommand if you have an own Class to call Job Scheduler XML-Command. 4. Add execution rights for TCP/UDP … /* Default: raise an error */ RAISE_APPLICATION_ERROR( -20001,'TRIGGER:LF_QUEUES_SIGNAL: job could not be started: myJobname' ); END; WHEN OTHERS
    Product Knowledge BaseOct 21, 2014