We are using PB 6.5 version, which uses ntwdblib.dll for DB connection, We are suing SQL Server 2008 R2. recently TLS1.0 on the SQL Server is disabled. As a result, we are not able to access the database from PB. Every time when the application tries to open the connection, it throws an error
Server not found for (DB server)
However the same database can be accessed from the same system using SSMS or .NET applications.
How can we overcome with this issue?