- Jalaja Thaipally
- PowerBuilder
- Saturday, 13 May 2023 02:52 AM UTC
Hello Team,
We have a Powerbuilder12.5 application which connects to SQL Server 2012.
We are upgrading SQL server to 2019 (multi-subnet listener.
Powerbuilder12.5 is not able to connect to the listener. It can connect to Primary Server
SQLCA.DBParam= "PROVIDER='SQLNCLI11',DATASOURCE='" + server + "'" + ", INTEGRATEDSECURITY='sspi'" + &
"PROVIDERSTRING='database=" + dbname + ";'"
Tried with 1) "PROVIDERSTRING='database=" + dbname + ";MultiSubnetFailover='YES''"
2) "PROVIDERSTRING='database=" + dbname + ";MultiSubnetFailover=YES'"
3) "PROVIDERSTRING='database=" + dbname + ";MultiSubnetFailover=true'"
connection is failing with error "Invalid connection string attribute for database"
Able to successfully connect to primary server.
Could you please advise?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.