Comments on: Microsoft Error Messages https://thomaslarock.com/2009/06/microoft-error-messages/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Mon, 13 Jul 2009 13:46:40 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Jorge Segarra https://thomaslarock.com/2009/06/microoft-error-messages/#comment-767 Mon, 13 Jul 2009 13:46:40 +0000 http://thomaslarock.com/?p=2284#comment-767 Recently I’ve come to deal with (again) the dreaded “Cannot generate SSPI context” message from client. Nothing changed and the SQL instance (2000 SP4+HF) was running under a domain account that is made for running as a service. But after a recent restart of service I got the error message. Only fix I found was to change the service to run as Local System. I’m still investigating as to why that account had issues. What made it stranger is that the account was a local admin on that box (I know, I know not best practice but this one was legacy and getting upgraded soon anyhow).

]]>
By: Buck Woody https://thomaslarock.com/2009/06/microoft-error-messages/#comment-766 Fri, 26 Jun 2009 17:28:06 +0000 http://thomaslarock.com/?p=2284#comment-766 And of course you can always peruse various forums. A lot of users post the full error messages they are getting in certain circumstances there.

]]>
By: Buck Woody https://thomaslarock.com/2009/06/microoft-error-messages/#comment-765 Fri, 26 Jun 2009 17:27:26 +0000 http://thomaslarock.com/?p=2284#comment-765 Well, I’m assuming you’ve already opened sysmessages….

]]>
By: Thomas LaRock https://thomaslarock.com/2009/06/microoft-error-messages/#comment-764 Fri, 26 Jun 2009 17:22:13 +0000 http://thomaslarock.com/?p=2284#comment-764 In reply to Buck Woody.

thanks for the info Buck. I know the system is quite complex and it would be difficult to have perfect errors messages for every possible scenario. the point of my question is to gather some information on error messages so that I can make an effort to perform some RCA testing. i would love to take some examples from around here but everything seems to be working perfectly as of late…

]]>
By: Buck Woody https://thomaslarock.com/2009/06/microoft-error-messages/#comment-763 Fri, 26 Jun 2009 17:04:19 +0000 http://thomaslarock.com/?p=2284#comment-763 You’ve hit an interesting topic. In a complex system, you’re never really sure which component delivers an error message – it could be a discrete component (such as the SQL Server Engine Locking mechanism) or the system just above it (the Query Processor) or even an interaction between the two. For that matter, most errors you never see – the SQL Server base code intercepts them and deals with it. After all, it’s not that we want you just to know what went wrong – if we know that, we can often just fix it for you. It’s that complex interaction that makes the messages difficult to interpret.

]]>