How to code SSIS package job in ESP
search cancel

How to code SSIS package job in ESP

book

Article ID: 42824

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

How to schedule a job to launch the SSIS package from the DSTX file.
 

Resolution

There are two ways:

1. Use cmd.exe on CMDNAME, like:
        CMDNAME C:\windows\system32\cmd.exe
      ARGS /C "DSTX_file_and_parms"

2. Add the DSTX in the .cmd file.