How to allow domain users to login again?

203    Asked by darsh_6738 in SQL Server , Asked on Jul 26, 2023

 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?

Answered by Danna sahi

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.


Your Answer

Interviews

Parent Categories