Hi,
Please help with the following.
I have an Execute Process Task calling a bat file, (File1) with arguments, in a loop. I want SSIS to wait for it to complete before going to the next value in the loop. It doesn't seem to do that.
The File1 that SSIS calls makes a call to rcmd to run File2. I added start /WAIT to File1 but that didn't help.
File1:
@ECHO OFF
start /WAIT rcmd \\abcldetl01 E:\FOlDER\SFDC\EXTRACT.bat %1 %2 %3 %4 %5
File2:
CAlls an exe to run and do stuff.
Thanks,
Juls
Please help with the following.
I have an Execute Process Task calling a bat file, (File1) with arguments, in a loop. I want SSIS to wait for it to complete before going to the next value in the loop. It doesn't seem to do that.
The File1 that SSIS calls makes a call to rcmd to run File2. I added start /WAIT to File1 but that didn't help.
File1:
@ECHO OFF
start /WAIT rcmd \\abcldetl01 E:\FOlDER\SFDC\EXTRACT.bat %1 %2 %3 %4 %5
File2:
CAlls an exe to run and do stuff.
Thanks,
Juls