My DTS-job downloads a "zip" file from a ftp-server. The downloades filed must be unzipped. I'm doing this in .bat file.
My .bat file
@echo off
cd d:\xxx\yyy
unzip -o zzz.zip
It's working okay when I right click on the job and choose "execute", but when I try to schedule the job it fails at the point where the unzip-proces should unzip the downloaded file. WHY ?
Not sure why it is failing OMM. I do this myself. I actually do not download the file but I unzip using pkware commandline version by using the Shell command inside an Active X script.
Bruce Szabo, MCSE+I, MCDBA, MCSD
Bruce Szabo, MCSE+I, MCDBA, MCSD
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply