คำตอบ Event Wait in SSIS

  • Monday, December 03, 2012 12:40 PM
     
     

    In my project, we will get file to FTP location with a batch script. we need to process the file using SSIS.

    Here I need to make sure that batch script run successfully and need to run SSIS Package.

    For this I need a event wait which will wait till the file placed in FTP location.

    I have used WMI EVENT WATCHER TASK for this and it is waiting for the file when run manually. But for scheduled run it is not waiting for the file.

    Our client donot want to install any other

    Can any one help me out how to do this event wait task in SSIS.

    Thanks in advance.

All Replies