Hey we are running 3 instances of WINSCP at the same time. We run them using OEM (Grid scheduler) as the scheduling agent to run DOS .bat programs that invoke WINSCP to transfer files using SFTP. We recently upgraded to version 5.5.3 from 4.2.9 due to intermittant transfer failures. However when we upgraded we now get the intermittant failures The system cannot find the batch label specified – setInputFileName. That label is in the .bat program.
rem -- Print to log file
Echo * >> %V_INPUT_PATH%\BC700_%V_LOG_DATE_TIME%.log
ECHO ++++++++++++++++++++ Flag file: %%a *******************>> %V_INPUT_PATH%\BC700_%V_LOG_DATE_TIME%.log
ECHO * >> %V_INPUT_PATH%\BC700_%V_LOG_DATE_TIME%.log
set V_FILES_FOUND=1
call :setInputFileName %%a
)
if %V_FILES_FOUND% == 0 (
echo No flag files were found >> %V_INPUT_PATH%\BC700_%V_LOG_DATE_TIME%.log
)
goto deleteStatusFile
:setInputfileName
When we started getting the failures we put the version back to 4.2.9. and those failures cleared up. Are there any ideas that I could start researching and testing on?
Cretin
rem -- Print to log file
Echo * >> %V_INPUT_PATH%\BC700_%V_LOG_DATE_TIME%.log
ECHO ++++++++++++++++++++ Flag file: %%a *******************>> %V_INPUT_PATH%\BC700_%V_LOG_DATE_TIME%.log
ECHO * >> %V_INPUT_PATH%\BC700_%V_LOG_DATE_TIME%.log
set V_FILES_FOUND=1
call :setInputFileName %%a
)
if %V_FILES_FOUND% == 0 (
echo No flag files were found >> %V_INPUT_PATH%\BC700_%V_LOG_DATE_TIME%.log
)
goto deleteStatusFile
:setInputfileName
When we started getting the failures we put the version back to 4.2.9. and those failures cleared up. Are there any ideas that I could start researching and testing on?
Cretin