June 17, 2015 at 8:56 am
Exec Prcoess task with source : \\ftp
destination :\\ftp\unzip
work directory \\ftp\unzip
executable : c:\Program Files\WinZip
i am using expressing.
It is doing the unzip but getting this error
package process on server server1 has failed within the Task 'Unzip Files' with the following errors:
>
> File/Process "WZUNZIP.EXE" does not exist in directory "c:\Program Files\WinZip".
This is the error message i am getting it
Thanks
GSD
June 17, 2015 at 9:41 am
gsdineshasm (6/17/2015)
Exec Prcoess task with source : \\ftpdestination :\\ftp\unzip
work directory \\ftp\unzip
executable : c:\Program Files\WinZip
i am using expressing.
It is doing the unzip but getting this error
package process on server server1 has failed within the Task 'Unzip Files' with the following errors:
>
> File/Process "WZUNZIP.EXE" does not exist in directory "c:\Program Files\WinZip".
This is the error message i am getting it
Thanks
GSD
I haven't used WinZip in a long time. Are you sure that WZUNZIP.EXE is the program you are trying to run?
June 17, 2015 at 9:44 am
Hi Yes
we are using
c:\Program Files\WinZip\WZUNZIP.EXE
June 17, 2015 at 9:49 am
gsdineshasm (6/17/2015)
Hi Yeswe are using
c:\Program Files\WinZip\WZUNZIP.EXE
I guess what I am asking is that you are sure that that program exists in the WinZip directory.
Not seeing the code attempting to run the program all we can do is guess. One guess, you need double quotes around c:\Program Files\WinZip\WZUNZIP.EXE like this:
"c:\Program Files\WinZip\WZUNZIP.EXE".
June 17, 2015 at 9:56 am
Yes We have the file at the location .
June 17, 2015 at 9:57 am
Well, we can't see what you see so my guess in my previous post is all I got.
June 17, 2015 at 10:06 am
my unzip is inside a for eachloop container and it is working fine for most of the .gz file .Only one file it throes an error and doing unzip
my .dtsx file has double quotes on it.
<DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><ExecuteProcessData Executable="c:\Program Files\WinZip\WZUNZIP.EXE" RequireFullFileName="True" Arguments=" -e -o "\\Ftp
my workdirectory is \\ftp location but winzip is c:\
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply