How to Chain VI Export Job to Import Job

SUGGESTED

It looks like the Chain utility only allows chaining multiple Import jobs OR multiple Export jobs.  Is there a way to chain an Import job to an Export job or vice versa?

Parents Reply Children
  • 0 in reply to ehx

    There is a KB article on running VI jobs from a batch file.

    Beware that the batch file does not wait for a job to finish before starting the next command (in the batch file).  You have to handle that yourself.

    One way to chain is to have Perform logic for the first job (upon completion) which starts a batch file triggering the second job.