Skip to Content
0
Jun 10, 2020 at 09:22 AM

Updating Data source of old reports

80 Views

I have some third party reports that run from within a .net desktop application. The reports were developed many years ago by a software vendor. The issue is that they are using SQLOLEDB driver that doesn't work with TLS 1.2.

I'm trying to update the data source to sql native client 11 driver and it works for some of the reports but reports with stored procedure as data source throw the following error.

"Error in formula Record Selection: 'xxxand ' This field name is not known. Details: errorKind".

I have tried many different things and I just can't get it to work. Any help?

..

Generating Report ...