0

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?

Dale K
  • 25,246
  • 15
  • 42
  • 71
Pani
  • 125
  • 2
  • 15
  • 1
    Your organization (or client) has waited FAR too long to upgrade tools. Version 7 is more than 20 years old - and neither that nor your version of sql server are supported any longer. It looks like you will need to re-enable TLS and live with the security implications. – SMor Feb 11 '20 at 20:04
  • I forgot to mention, issue occurring while connection from DEV machine to DEV DB. We don't have any issue with QA or Prod. even with disable of TLS 1.0 everything working on QA and Prod. – Pani Feb 11 '20 at 20:10
  • 1
    You have a networking issue and there are many discussions about enabling or disabling versions of TLS. It can be done on the client machine or the server machine. This is a discussion you should have with your network team to figure out where it is disabled. – SMor Feb 11 '20 at 20:22
  • You DEV machine likely doesn't have the MSOLEDBSQL provider libraries installed. But @SMor is correct - you are WAY behind. SO will only take you so far - better to update to newer, supported technologies – Frank Alvaro Apr 17 '20 at 00:16

0 Answers0