Hi Folks,
I am getting below error while try to deploy a simple ssis project that is developed using 2015 vs and converted to 2017 deployment model , I am trying to deploy it through Integration Service catalog on SQL server v17. Error as follows
TITLE: SQL Server Integration Services
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)
I am trying to deploy windows authentication mode, I have admin rights on the machine. I've tried suggestions posted
https://blogs.msdn.microsoft.com/dataaccesstechnologies/2013/08/20/system-componentmodel-win32exception-a-required-privilege-is-not-held-by-the-client-while-deploying-ssis-project/ to change DCOM config , but that doesn't help.
Other suggestions to change Log On As a Service seems to be outdated , I didn't find similar settings on my local pc windows10. Please share if you have any work around to solve this.