Hi support
I have an execute command task in a job which calls a bacth file to rename some files
E:\XFER\iag_dsapp\DQ\DEV\inprocess\Rename_HUON_extracts.bat
@ECHO OFF
cd E:\XFER\iag_dsapp\DQ\DEV\inbound\HUON
Rename ?JSDQT003.PB.UNLOAD.* JSDQT003.PB.UNLOAD 2> nul
Rename ?JSDQT001.PB.UNLOAD.* JSDQT001.PB.UNLOAD 2> nul
Rename ?JSDQT000.PB.UNLOAD.* JSDQT000.PB.UNLOAD 2> nul
set ERRORLEV=0
I supply credentials for drives etc
Running this command executes the command and renames the files but I get a pop up window from Visualcron with the message text
Msg box title is
Message from Server - Job Name
Specified directory was not found when trying to write output.
Please check output directory.
The batch job completes ok renaming the files but the message from Visualcron is puzzling
There is an output settings tab on server settings panel - but is completely blank with no screen elements to change or fill in ?
Thanks
Brett
Edited by user
2011-12-20T00:06:19Z
|
Reason: Not specified