You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

In this example user want to poll for an incoming file on the ServerA, once file matching with reguler expression is found JobScheduler should transfer the file(s) from ServerA to ServerB. After successfully transfer of
file on ServerB, JobScheduler should start an processing script on ServerB via SSH.

Solution

For such a file transfer and processing workflow, JobScheduler have inbuilt JITL jobs, namlly JADE job and SSH job.

Job Chain : FileTransferAndProcessing.job_chain.xml

The job chain FileTransferAndProcessing will have two nodes/steps

Step 1: jade_s2sFileTransfer.job.xml
Step 2: start_proccessing_ssh.job.xml

Jade Job : JADE_S2SFileTransfer.job.xml

This job

  • No labels