Check with your DNS administrator. Your DNS servers should talk to your
domain controllers if they're configured to be AD-integrated. Your DNS
servers might be the problem
The domain controllers are the DNS servers and they are configured on the SQL
server as the primary (DC1) and secondary (DC2). When DC1 is shutdown, rather
than immediately failing over to DC2, authentication requests to SQL server
fail with the SSPI error below. However, DNS resolution continues to work and
if SQL server is restarted it will authenticate against DC2. I'm wondering
how long it should take for authentication requests to switch to DC2, if DC1
becomes unavailable. The application that uses the SQL server is crashing
when it fails to connect to the database.
> Check with your DNS administrator. Your DNS servers should talk to your
> domain controllers if they're configured to be AD-integrated. Your DNS
[quoted text clipped - 17 lines]
> >
> > Will SQL server failover to the other DC, and how long should that take?
bass_player - 11 Jul 2008 06:31 GMT
Check your AD logs to see if it does authenticate correctly. Furthermore,
check if the service account password has been changed when the service
restart fails
> The domain controllers are the DNS servers and they are configured on the
> SQL
[quoted text clipped - 35 lines]
>> > Will SQL server failover to the other DC, and how long should that
>> > take?