Hi @Faina Furman ,
If you change the SSIS service account from the default, you may have to give additional permissions to the non-default service account before you can deploy packages successfully. If the non-default service account doesn't have the required permissions, you may see the following error message.
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.
This error is typically the result of missing DCOM permissions. To fix the error, do the following:
1.Open the Component Services console (or run Dcomcnfg.exe).
In the Component Services console, expand Component Services > Computers > My Computer > DCOM Config.
2.In the list, locate Microsoft SQL Server Integration Services xx.0 for the version of SQL Server that you're using. For example, SQL Server 2016 is version 13.
3.Right-click and select Properties.
4.In the Microsoft SQL Server Integration Services 13.0 Properties dialog box, select the Security tab.
5.For each of the three sets of permissions - Launch and Activation, Access, and Configuration - select Customize, then select Edit to open the Permission dialog box.
6.In the Permission dialog box, add the non-default service account and grant Allow permissions as required. Typically, an account has Local Launch and Local Activation permissions.
7.Click OK twice, then close the Component Services console.
For more info about the error described in this section and about the permissions required by the SSIS service account, see the following blog post:
system-componentmodel-win32exception-a-required-privilege-is-not-held-by-the-client-while-deploying-ssis-project
deploy-integration-services-ssis-projects-and-packages
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.