Unable to ftp thro batchfiles

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
figjam420
Posts: 6
Joined: 21 Sep 2010 05:42

Unable to ftp thro batchfiles

#1 Post by figjam420 » 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.

amel27
Expert
Posts: 177
Joined: 04 Jun 2010 20:05
Location: Russia

Re: Unable to ftp thro batchfiles

#2 Post by amel27 » 21 Sep 2010 06:20


figjam420
Posts: 6
Joined: 21 Sep 2010 05:42

Re: Unable to ftp thro batchfiles

#3 Post by figjam420 » 21 Sep 2010 08:02

@amel27
Thanks for the reply. But I checked that page already. Didnt find anything useful from there. :oops:

Post Reply