Troubleshooting
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
On this page
You may encounter errors during initial configuration or when attempting to connect to SingleStore as a Kerberos-authenticated user.
Service Principal Name Does Not Match
Consider the following client error:
ERROR: p8188 t99998 c5 Retrieved client name 'user2@EXAMPLE.COM' does not match expected 'user1@EXAMPLE.COM'. Access denied
ERROR: p8188 t99998 c5 ProcessHandshakeResponsePacket() failed. Sending back 1045: Retrieved principal does not match expected Kerberos username
This error scenario is caused by attempting to connect as a SingleStore user with an SPN that differs from the SPN to which the SingleStore user is bound.'user1'@'%'
) is bound to the user1@EXAMPLE.
SPN.user2@EXAMPLE.
.'user1'@'%'
user, SingleStore will deny access because 'user1'@'%'
is not bound to user2@EXAMPLE.
.kinit
for the correct user1@EXAMPLE.
SPN and try the connection again.
Last modified: October 11, 2022