BlueIT
2010-06-15 17:54:09 UTC
I have been poking away at this issue from some time now without
prevail. The following is a highlight of my environment:
DC01 - 2003 R2 (all FSMO roles)
DC02 - 2008 R2
DC03 - 2008 R2
The machine in question is running 2008 R2 with SQL 2008 (SQL01). Our
original problem stemmed from authentication issues in which we soon
realized that 2008 R2 has a minimum of 128-bit encytion for NTLM.
Once I ruled that out by setting to no restriction on the domain
controllers I still have an issue which has me exhausted. Basically,
if the machine (SQL01) logon server is DC01(2003 R2) proprietry app
(built with SSPI) timeouts. After speaking with the development team,
the proprietry app has a 15 second timeout interval.
Windows 2003 R2, by default is No minimum. All the 2008 R2 domain
controller have NTML set to no restrictions:
Computer Configuration\Windows Settings\Security Settings\Local
Policies\Security Options:
Network security: Minimum session security for NTLM SSP based
(including secure RPC) clients = No minimum
Network security: Minimum session security for NTLM SSP based
(including secure RPC) servers = No minimum
Network security: LAN Manager authentication level = Send LM & NTLM -
use NTLM2 session security if negotiated.
Observation:
If the logon server for SQL01 is either of the two 2008 R2 domain
controllers, proprietry app has no issues that we can replicate. Any
dependent apps work at par. If the logon server is the 2003 R2 domain
controller, proprietry apps timeouts and any dependent apps fail or
are horribly slow. I use echo %logonserver% command to determine the
logon server.
My next steps were to set no restrictions on SQL01 since it is a 2008
R2 machine and have the preference logon server to DC01 (2003 R2) but
to my surprise I still have the same issue. I have tried numerous
thing with the help of GOOGLE, but still no luck. Yes, one can say
problem solved once I upgrade DC01 to 2008 R2, but that defeats the
purpose of appreciated the true solution.
Thanks in advance and let me know if more information is required.
BlueIT
prevail. The following is a highlight of my environment:
DC01 - 2003 R2 (all FSMO roles)
DC02 - 2008 R2
DC03 - 2008 R2
The machine in question is running 2008 R2 with SQL 2008 (SQL01). Our
original problem stemmed from authentication issues in which we soon
realized that 2008 R2 has a minimum of 128-bit encytion for NTLM.
Once I ruled that out by setting to no restriction on the domain
controllers I still have an issue which has me exhausted. Basically,
if the machine (SQL01) logon server is DC01(2003 R2) proprietry app
(built with SSPI) timeouts. After speaking with the development team,
the proprietry app has a 15 second timeout interval.
Windows 2003 R2, by default is No minimum. All the 2008 R2 domain
controller have NTML set to no restrictions:
Computer Configuration\Windows Settings\Security Settings\Local
Policies\Security Options:
Network security: Minimum session security for NTLM SSP based
(including secure RPC) clients = No minimum
Network security: Minimum session security for NTLM SSP based
(including secure RPC) servers = No minimum
Network security: LAN Manager authentication level = Send LM & NTLM -
use NTLM2 session security if negotiated.
Observation:
If the logon server for SQL01 is either of the two 2008 R2 domain
controllers, proprietry app has no issues that we can replicate. Any
dependent apps work at par. If the logon server is the 2003 R2 domain
controller, proprietry apps timeouts and any dependent apps fail or
are horribly slow. I use echo %logonserver% command to determine the
logon server.
My next steps were to set no restrictions on SQL01 since it is a 2008
R2 machine and have the preference logon server to DC01 (2003 R2) but
to my surprise I still have the same issue. I have tried numerous
thing with the help of GOOGLE, but still no luck. Yes, one can say
problem solved once I upgrade DC01 to 2008 R2, but that defeats the
purpose of appreciated the true solution.
Thanks in advance and let me know if more information is required.
BlueIT