unzip using Execute Process task success but getting error message in the e-mail

  • 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

  • gsdineshasm (6/17/2015)


    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

    I haven't used WinZip in a long time. Are you sure that WZUNZIP.EXE is the program you are trying to run?

  • Hi Yes

    we are using

    c:\Program Files\WinZip\WZUNZIP.EXE

  • gsdineshasm (6/17/2015)


    Hi Yes

    we 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".

  • Yes We have the file at the location .

  • Well, we can't see what you see so my guess in my previous post is all I got.

  • 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