SSIS Exeution Process task failed with Exit Code 15

Vathan G 116 Reputation points
2021-10-13T19:48:36.997+00:00

i have an SSIS package in which files generated in a specific folder is zipped and stored in another folder.
For Zipping, i am using WZZIP command line utility.

this functionality is working fine in lower environments.

In PROD, zip functionality is failing with Exit Code 15.

Please help

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2021-10-14T06:47:19.69+00:00

    Hi @Vathan G ,

    Please check your PROD‘s policy to see if the command line utility is allowed to run.

    Also confirm that the winzip service has not expired.

    You may try with free 7zip to see if it will work or not.

    Reference: zip-and-unzip-files-using-7zip-in-sql-server-integration-services-ssis

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October


  2. Olaf Helper 47,436 Reputation points
    2021-10-14T07:05:28.52+00:00

    failing with Exit Code 15.

    That's an error return from WZZIP, a third-party product; better as the software vendor support what thois error code means.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.