Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Having an issue with a Application not reloading, even though the Connection string is correct.
It works perfectly fine in the Desktop Version. But not reloading in Server.
Attached the log file. Its using a OLEDB CONNECT32 connection string.
This is the error in the log. Error: ErrorSource: (null), ErrorMsg: Class not registered
The connection is to a SQL Server to which the Sense Server has access.. Pinged it and its working fine.
In the App:
LIB CONNECT TO '<Server_Name>';
The String: OLEDB CONNECT32 TO [Provider=SQLNCLI11;Data Source=<Server_Name>;Initial Catalog=<DatabaseName>;]
Any suggestions?
Nico
Nvm.. fixed it.
I used SQL Native client as the provider instead of MS SQL Server.
Solved.
Nvm.. fixed it.
I used SQL Native client as the provider instead of MS SQL Server.
Solved.