Configure Kerberos delegation for out-of-process configuration
- Last UpdatedSep 28, 2023
- 1 minute read
- PI System
- PI SQL Client OLEDB 2021
- Developer
This procedure must be performed by a network administrator who has rights on the Active Directory Server. This topic only covers unconstrained delegation. If you require a different configuration, please consult your network administrator.
-
Set the following service principal names (SPNs) for the account that is running SQL Server, ensuring that you are not creating duplicates.
Note: If SQL Server is running under a System Account, such as Network Service, this step should not be necessary.
-
-
To verify that the SPNs are set, run the following command:
setspn.exe -L <SQL Server Account>
SQL Server Account is MachineName$ if SQL Server is running under a service account or Domain/User if it is running under a domain user.
The result should be similar to the following:
-
In Active Directory, configure the domain account so that it is trusted for delegation.