70-158 · Question #93
You use Forefront Identity Manager (FIM) 2010 in your company network. You configure Password Change Notification Service (PCNS) between an Active Directory Domain Services (AD DS) domain named…
The correct answer is B. Verify that the SPN has been assigned to a single AD account. The RPC exception error indicating "The target principal name is incorrect" is a common Kerberos authentication issue that frequently stems from a duplicate Service Principal Name (SPN) registration.
Question
Options
- AVerify that Port 135 is open between endpoints.
- BVerify that the SPN has been assigned to a single AD account.
- CFrom the command prompt, run setSPN.exe _ L FIMSvc.
- DFrom the command prompt, run setSPN.exe _ a PCNSCLNT/FIM-Srv-1.contoso.com contoso\FIMSvc.
How the community answered
(28 responses)- A14% (4)
- B57% (16)
- C25% (7)
- D4% (1)
Why each option
The RPC exception error indicating "The target principal name is incorrect" is a common Kerberos authentication issue that frequently stems from a duplicate Service Principal Name (SPN) registration.
While RPC communication relies on open ports, this specific error message indicates an authentication issue rather than a basic network connectivity or port blockage problem.
This error (Status is -2146893022 - "The target principal name is incorrect") is a classic Kerberos authentication error. Even if an SPN has been assigned, if the *same* SPN is registered to multiple Active Directory accounts, the Kerberos Key Distribution Center (KDC) cannot uniquely identify the service, leading to authentication failure. Therefore, verifying the SPN's uniqueness is a critical step in diagnosing this specific error.
Running `setSPN.exe -L FIMSvc` would list SPNs for a specific account, which is a diagnostic step, but it doesn't directly identify the *cause* of an "incorrect target principal name" as effectively as checking for duplicate registrations.
Adding an SPN (`setSPN.exe -a`) is an action to *configure* an SPN, not to *identify the cause* of an existing "incorrect target principal name" error, especially when the problem might be a duplicate SPN.
Concept tested: Kerberos authentication, duplicate SPN troubleshooting
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/duplicate-spn-causes-authentication-failure
Topics
Community Discussion
No community discussion yet for this question.