RE: Is NAV 2009 Compatible with Windows 11.0
We have the same problems as Marcw
Environment:
Our SQL database runs on a SQL Server 2005 on a Windows Server 2003
"No connection to server" error
But if I access a SQL database with a SQL Server 2012 on a Windows Server 2012, everything works under Windows 11 22H2
It looks like the update has issues with the old SQL Server 2005...or Windows server 2003
I found the following entry in a forum
SQL server 2005 is out of supported for many years, suggest you upgrade your SQL server 2005 to a newer version. And SQL server 2005 is not supported for TLS 1.2. TLS 1.2 is supported for SQL server 2008 and
But that didn't worknewer version.
Please disable TLS 1.2 and enable TLs 1.1 or 1.0 from registry key. Refer to this MS document to get detail steps. Or upgrade SQL server 2005 to a newer version.
But that didn't work for me...
Maybe someone else has an idea