View existing SPNs for the PI AF Application Service
- Last UpdatedOct 02, 2024
- 1 minute read
- PI System
- PI Server 2018
- PI Server
Before creating SPNs for the PI AF Application Service, verify that they do not already exist.
Note: You must run the setspn command from a command prompt.
-
To view SPNs for a PI AF Application Service running under the NetworkService account, enter this command:
where machine_name is the machine on which the PI AF Application Service runs.
SPNs assigned to this machine are returned in this list format:
-
AFServer/machine_FQDN
-
AFServer/machine_name
where:
-
machine_FQDN is the fully-qualified domain name of the machine on which the PI AF Application Service runs
-
machine_name is the machine on which the PI AF Application Service runs
-
-
To view SPNs for a PI AF Application Service running under a domain account, enter this command:
where domain\account_name is the domain account under which the PI AF Application Service runs.
SPNs assigned to this domain account are returned in this list format:
-
AFServer/machine_FQDN
-
AFServer/machine_name
where:
-
machine_FQDN is the fully-qualified domain name of the machine on which the PI AF Application Service runs
-
machine_name is the machine on which the PI AF Application Service runs
-