demo
One session, start to finish.
A scripted walkthrough of a real session: SQL Server Engine on a host where the SPN is on the machine account. Hostnames and account names are illustrative; the command output shapes are the product's.
00
The symptom
Applications connecting to sql01 report Cannot generate SSPI context for some users. From the DBA's session, auth_scheme says NTLM.
01
Sense
The provider reads the instance, port, and service account from the machine.
02
Plan
Four strings. FQDN and NetBIOS, with and without port.
03
Test
The preflight finds the cause: the SPN already exists on the machine account.
04
Resolve and execute
Remove from the machine account, add to the service account. Both writes are confirmed.
05
Prove
A client reconnects. The oracle reads the mechanism. The baseline was NTLM, so a Kerberos result is a Pass.
| before | after | oracle 2 | verdict | |
|---|---|---|---|---|
| sql01 / SqlAuthScheme | NTLM | KERBEROS | agrees | PASS |
This page is static by design. A recorded session (
{{ tok.DEMO_RECORDING_URL }}) can sit above it when one exists; the transcript stays as the accessible version.