About this question
We had faced a power cut the previous night and when the server got restored our domain users could not access the SQL server 2000 instance name: MASSQL. What has occurred? How to allow domain users to login again?
We had faced a power cut the previous night and when the server got restored our domain users could not access the SQL server 2000 instance name: MASSQL. What has occurred? How to allow domain users to login again?
Log in to share your answer and help other learners.
Log in to answerBest Answer · By JanBask MS SQL Server Expert
Answered on Jul 26, 2023
The error message is seen when SSPI utilizes Kerberos authentication to delegate over TCP and Kerberos authentication is unable to finish the required tasks to delegate the user security token to the destination system that is executing SQL server. When you run the SQL server service under the localsystem account, the SPN is registered and Kerberos authentication communicates well with the desktop that is executing SQL server. If you execute the SQL server service under the domain account, the trial to generate the SPN will fail since the domain account does not have the authority to create their personal SPNs. The mid server must be authenticated for delegation in the current directory if you are deploying a local system account.
The SQL Server Online Training offered atJanBaskTraining gives an experience like offline classes and prepares the students by covering the core concepts in MS SQL server certification making them ready to face the competitive job market. The students are also saved from the burden of traveling to physical locations to take classes. JanBask Training also aims to teach the wise methods of how the databases are generated and controlled in the business.
Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.
Step-by-step SQL Server guides from industry experts
Common SQL Server interview questions, answered
Guides, tips and career advice on SQL Server from JanBask experts.
SQL Server Top 75 SSAS Interview Questions and Answers For Beginners & Experts
Prepare for your SSAS interview with our comprehensive guide featuring 75 top SQL Server Analysis Services interview questions…
SQL Server How to Become a SQL Database Administrator?
How to become a sql database administrator In 2025, discover what these professionals do, explore how much they earn and learn…
SQL Server OLAP vs OLTP: Key Differences, Architectures, Performance & Real-World Examples
Compare OLTP vs OLAP with clear definitions, architecture diagrams, real-world examples, and FAQs. Learn when to use each system…
SQL Server 70+ Most Asked SSIS Interview Questions for Freshers & Experienced
Prepare for your next SQL Server Integration Services (SSIS) interview with our top 70+ SSIS interview questions and answers.…