Tengo un portátil el cual tiene instalado Windows 7 de 64 bits. De un momento a otro luego de instalar seguro algunas de las actualizaciones de Windows, dejo de poder conectarse a un servidor que tiene instalado Windows 2003 Server, tanto para ver las carpetas compartidas, como para conectarse a las bases de datos. Lo curioso es que los otros equipos que tienen Windows XP, conectan sin problemas. Luego de dos horas y medias, halle por fin la solución... lástima que Microsoft no reconozca este tiempo.... :C
SOLUCIONES
1. Las versiones Home de Windows no traen el "Administrador de Políticas de Grupo" (Group Policy Editor), por ende no tienen esta herramienta.
Si no es versión home, puede ir a inicio y ejecutar gpedit.msc
Dirijase a Opciones de Seguridad > Seguridad de Red: LAN Manager Authentication Level. Establesca este valor a Enviar NT and NTLM - Use NTLMv2 security if negotiated.
2. Debe de modificar el registro de windows, creando una entrada:
Ir a inicio —> Ejecutar —> Escriba regedit click ok
Ahora necesita navegar hasta esta ubicación en el panel izquierdo
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa
Cree el siguiente valor tipo DWORD (si este ya no existe):
LmCompatibilityLevel
y establescalo en 2, aunque dejo el listado completo de las opciones (lo dejo en ingles para no perder exactitud en la traducción):
0 – Clients use LM and NTLM authentication, but they never use NTLMv2 session security. Domain controllers accept LM, NTLM, and NTLMv2 authentication.
1 – Clients use LM and NTLM authentication, and they use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.
2 – Clients use only NTLM authentication, and they use NTLMv2 session security if the server supports it. Domain controller accepts LM, NTLM, and NTLMv2 authentication.
3 – Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.
4 – Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controller refuses LM authentication responses, but it accepts NTLM and NTLMv2.
5 – Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controller refuses LM and NTLM authentication responses, but it accepts NTLMv2.