SQLSSISDev
Programmer
Hello,
Currently I am running a SSIS package scheduled daily at 7 A.M. It expects two feed files from two different folders.
The first step in my package will rename the input files in those folders to names which the package can understand. I have created two variables in my package to read the files with those file names. I used these variables in connection managers.
If any of these folders doesn't have input files when the package runs, the package will fail. Can someone please let me know how to make the package the run successfully even there is no input feed?
Any help is highly appreciated.
Thank you.
Currently I am running a SSIS package scheduled daily at 7 A.M. It expects two feed files from two different folders.
The first step in my package will rename the input files in those folders to names which the package can understand. I have created two variables in my package to read the files with those file names. I used these variables in connection managers.
If any of these folders doesn't have input files when the package runs, the package will fail. Can someone please let me know how to make the package the run successfully even there is no input feed?
Any help is highly appreciated.
Thank you.