Unable to ftp thro batchfiles
Posted: 21 Sep 2010 05:45
I am using DTS through which various process are done and files are FTPd. I use batch files to ftp the files. These batch files are also called thro DTS. I use as follows in batch files
ftp -n -s:batch_script.txt>>log.log
The DTS was scheduled through SQL scheduling agent. All were working fine. Recently, due to some compulsion, we had to move to workload manager(No idea wat it is :-( ). The enact name is CA unicentre enterprise manager WLM. When my DTS is triggered throug WLM, the ftp is not happening. The batch file is also not getting errored.
Can any one please help me on this. I need these ftp working good via WLM too.
ftp -n -s:batch_script.txt>>log.log
The DTS was scheduled through SQL scheduling agent. All were working fine. Recently, due to some compulsion, we had to move to workload manager(No idea wat it is :-( ). The enact name is CA unicentre enterprise manager WLM. When my DTS is triggered throug WLM, the ftp is not happening. The batch file is also not getting errored.
Can any one please help me on this. I need these ftp working good via WLM too.