Hi everyone!
I currently have a issue when mi PB app is communicating with driver SQL Native Client v11.0, when try to make the connection I received the following message:
SQLSTATE = 1S00
Microsoft SQL Server Native Client 11.0
Invalid connection string attribute
This connection was working without problems and suddenly the application started to had this issue.
I make a test connection with the odbcad32.exe to validate if there are issues with the driver, but the connection was created successfully.
The string connection looks like this:
DBMS = SNC SQL Native Client(OLE DB)
ServerName = XXXX
DataBase = XXXXX
DBParm = XXXX
PROVIDER='SQLNCLI11';SERVER='XXXXX,PORT';DATABASE='XXXX'
LogId = XXXX
LogPassword = XXXX
Lock = RU
Any suggestion?
Could you validate what was the RCA of this issue? I also validated with the following changes and it worked, but i'm still in the research of the origin in the error, because there are no changes in the app or DB.
DBMS = OLEDB
DBParm= "PROVIDER='SQLOLEDB',DATASOURCE='XXXX,Myport',PROVIDERSTRING='DataBase=MyDBName'"