Deployment of SSIS project that fails and causes the destination SQL Server to stop

Yu, Xueke (JP - AB 余 雪柯) 0 Reputation points
2023-12-01T01:16:13.71+00:00

Hello,

I am trying to deploy an SSIS project using the wizard.

The deployment fails with the following error message.

A transport-level error has occurred when receiving results from the server. (provider: Shared Memory Provider, error: 0 - The handle is invalid.)
And it always seems to cause the destination SQL Server to stop.

Is there a way to solve this? Thanks in advance.

Best,

Roxie

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,703 questions
SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2023-12-01T02:25:07.74+00:00

    Hi @Yu, Xueke (JP - AB 余 雪柯),

    You may select @@version to check your SQL Server version.

    There is a known issue when running Microsoft SQL Server 2016 and 2017 and have c2 audit mode enabled. After you install Service Pack 2 (SP2) on the server, the SQL Service shuts down, and you receive an error message that resembles the following:

    An error occurred while writing an audit trace. SQL Server is shutting down. Check and correct error conditions such as insufficient disk space, and then restart SQL Server. If the problem persists, disable auditing by starting the server at the command prompt with the "-f" switch, and using SP_CONFIGURE.

    Resolution

    A fix for this issue is included in the following cumulative updates for SQL Server:

    Cumulative Update 11 for SQL Server 2017

    Cumulative Update 3 for SQL Server 2016 Service Pack 2.

    You may also check An Error Occurred While Writing an Audit Trace. SQL Server is Shutting Downto see if it is helpful.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


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.