You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are in the process of migrating to the cloud, new servers etc
I don't want to modify all the existing reports and update SQL Driver - SQL Server Native Client 10.0 and new server is 11.0
I have tested without modifying the report and it fails login, even though it feeds back the correct info.
If I update the DB details in the report it works ok.
Need to be able to change the setting on Runtime.
I have updated the CRExport code to respond with the ACTUAL log on info, rather then what is set in the Parameters
I moved the "_logger.Write..." line into the Loop and changed the returned values to the variable being set.
It now returns the INTERNAL Report DB info if no parameters supplied, or the set info if supplied, see attached snip! PerformDBLogin .txt
The text was updated successfully, but these errors were encountered:
fabian-sta
changed the title
Failed Login to DB when you specify the logon info correctly but the DATASOURCE in the Report file is for a different server
Need to be able to change the SQL Native Client from v10.0 to 11.0 etc on runtime, otherwise it causes failed login
May 18, 2021
We are in the process of migrating to the cloud, new servers etc
I don't want to modify all the existing reports and update SQL Driver - SQL Server Native Client 10.0 and new server is 11.0
I have tested without modifying the report and it fails login, even though it feeds back the correct info.
If I update the DB details in the report it works ok.
Need to be able to change the setting on Runtime.
I have updated the CRExport code to respond with the ACTUAL log on info, rather then what is set in the Parameters
I moved the "_logger.Write..." line into the Loop and changed the returned values to the variable being set.
It now returns the INTERNAL Report DB info if no parameters supplied, or the set info if supplied, see attached snip!
PerformDBLogin .txt
The text was updated successfully, but these errors were encountered: