Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cognos74
Starting Member
2 Posts |
Posted - 2008-01-03 : 18:48:31
|
Hello,I have a dts package where one of the steps zips a file using a batch script. When I run just run the step by itself the file created is fine. When I run the entire package, the zip file created is corrupt.I'm using pacomp and the zip file has a password. This only started happening after I added the password option.I've also tried using rar.exeDoes anyone have any ideas?Thanks in advance.Clem |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-01-03 : 22:39:38
|
Tried zip file as separate job step? |
 |
|
cognos74
Starting Member
2 Posts |
Posted - 2008-01-05 : 14:43:51
|
Zip is a separate step in the package. It's executed in a .bat file |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-01-05 : 21:38:49
|
Don't put it in the package, run it as separate job step. |
 |
|
|
|
|