Permissions for setting up linked server with out-of-process provider
- Last UpdatedFeb 07, 2023
- 1 minute read
- PI System
- PI OLEDB Enterprise 2019
- Developer
This topic explains how to proceed to have all required permissions for setting up a linked server with out-of-process provider.
Verify below settings in
Procedure
-
Open Component Services > My Computer > Properties and in the Default Properties tab do the following:
-
Verify that Enable Distributed COM on this computer is selected.
-
Verify that Default Authentication is set to Connect.
-
Verify that Default Impersonation Level is set to Identify or Impersonate.
-
-
Open Component Services > MyComputer > DCOM Config > MSDAINITIALIZE and do the following:
-
Right-click MSDAINITIALIZE > Properties > Security.
-
Add the SQL Server service account under Launch and Activation Permissions, Access Permissions, and Configuration Permissions.
-
Provide full rights to the account.
-
-
Restart the SQL Server.
-
Run SSMS as administrator to use out-of-process Linked Server.