Problem deploy project to SSIDB catalog

Faina Furman 1 Reputation point
2021-11-29T21:24:05.62+00:00

I can't deploy project to SSISDB catalog.
See below my error:
.NET Framework error occurred during execution of user-defined routine or aggregate "deploy_project_internal":

System.ComponentModel.Win32Exception: A required privilege is not held by the client

System.ComponentModel.Win32Exception:

at Microsoft.SqlServer.IntegrationServices.Server.ISServerProcess.StartProcess(Boolean bSuspendThread)

at Microsoft.SqlServer.IntegrationServices.Server.ServerApi.DeployProjectInternal(SqlInt64 deployId, SqlInt64 versionId, SqlInt64 projectId, SqlString projectName)

. (.Net SqlClient Data Provider)

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

6 answers

Sort by: Most helpful
  1. MUHAMMAD HUSSAIN 0 Reputation points
    2023-07-31T05:33:27.52+00:00

    After applying the related policies and restarted the server machine. In my case same error appears. What my colleague did is re-start the sql service (services.msc) and then we re-try to deploy and it start working with the packages.

    Thanks

    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.