Search

Help

Page 2 of 65. Showing 650 results (0.044 seconds)

  1. How to configure a generic PowerShell job

    PowerShell.zip http://www.sos-berlin.com/download/JobExamples/PowerShell.zip See also How to execute a PowerShell script with JobScheduler Setting the executionPolicy to execute .ps1-scripts How to get the exit code of a PowerShell script How to pass parameters from JobScheduler to a PowerShell script How
    Product Knowledge BaseJul 14, 2016
  2. How to execute a PowerShell script with JobScheduler

    Downloads PowerShell.zip http://www.sos-berlin.com/download/JobExamples/PowerShell.zip See also How to get the exit code of a PowerShell script How to pass parameters from JobScheduler to a PowerShell script How to configure a generic PowerShell job How to set parameters in shell scripts and make them accessible
    Product Knowledge BaseJul 14, 2016
  3. How To Synchronize Job Execution Across Job Chains

    Scope This article is about methods that can be used with the JobScheduler for synchronizing the execution of jobs in different Job Chains. See the How … : Example showing how to set up a splitter job Example showing how to set up a sync job Example showing the synchronization of multiple job chains
    Product Knowledge BaseAug 18, 2017
  4. How to configure a Named Monitor

    Monitors 02 - JOE Monitor Config b - preprocessor.png The next two sections describe how to create and apply the show_all_order_parameters_pre Monitor … Management References See also Monitors How to configure an Enforced Monitor How to add conditions for job execution with date calculation
    Product Knowledge BaseDec 02, 2015
  5. How to pass parameters from JobScheduler to a PowerShell script

    which are related to a parameter. it is possible to get all this variables as "internal" named variables into the powerscript. The script below shows how … http://www.sos-berlin.com/download/JobExamples/PowerShell.zip See also How to execute a PowerShell script with JobScheduler Why can't JobScheduler execute Windows PowerShell
    Product Knowledge BaseJul 14, 2016
  6. How to start a job chain on arrival of a file in a directory

    to trigger the job chain. A most simple example of File Order Source is  <file_order_source directory="c:\sandbox\outgoing" regex="^test.txt$"/>. How to configure a job chain for a File Order Source To learn how to create a job chain, refer following the article JobScheduler - Tutorial 2 - Editing a Simple Job
    Product Knowledge BaseFeb 02, 2016
  7. How to specify parameters using the "on_exit_code" command

    of my_param_from_order is value of my_param_from_order SCHEDULER-915 Process event Further References Job and Order Parameters How to set and read job and order parameters How to access order parameters and job parameters using the JobScheduler API How to pass parameters to subsequent shell jobs in a job chain
    Product Knowledge BaseJan 06, 2016
  8. How To - Get Started with the JITL SSH Job

    the features of the JITL SSH job to be extended as described in the How To - Usage of the SSH Job (JobSchedulerSSHJob) with JCraft's JSch article. Getting Started … for the JobScheduler SSH Job A basic introduction to the authentication methods available for SSH and how they can be implemented with the JITL SSH job is available
    Product Knowledge BaseJul 05, 2016
  9. How to clone parameters from a persistent order

    = orderTemplateParamsElement||'<params/>'; order.params.set_var('hello', 'world'); jobChain.add_order(order); Further References Job and Order Parameters How to set and read job and order parameters How to access order parameters and job parameters using the JobScheduler API How to specify parameters using the "on_exit_code
    Product Knowledge BaseJan 06, 2016
  10. How to define and reference job chain node parameters

    showing job chain node parameters defined for an order This example shows how job chain node parameters can be configured in an order and assigned to specific job chain nodes. In addition, the example shows how these parameters can be called in shell jobs and used together with 'standard' job and order parameters
    Product Knowledge BaseMay 31, 2018