I have the following error while deploying SSIS package:
A .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) . (Microsoft SQL Server, Error: 6522)
picture from SQL Server Management Studio
I use: SSIS version 4.3 deploy it on SQL Server 2019 with SQL Server Management Studio 18.11.1
Everything works fine on the test environment with the same software stack as on production (where the described problem exists). I suppose, that because of the fact that on the problematic production environment there are more restrictive domain settings, so something is blocking the deployment.
I found similar posts:
Following the advises from the above post I repaired the SQL server installation, but they haven’t helped.