June 25, 2013 at 9:25 am
Hi All,
I need your help.
Configuration: SQL Server 2012 Express Advanced Services
I need to create SSRS reports for a Progress Database.
Could you explain me how to add a odbc connector to SSRS ?
Thank U for your help.
June 25, 2013 at 9:38 am
you could easily add a linked server and connect to that.
since you specifically mentioned 2012, you are probably running 64 bit, and so you need 64 bit progress drivers before you can add the linked server. Those drivers must be installed ont he server, adn then you can add the linked server to it.
http://www.google.com/search?q=linked+server+to+progress
Lowell
June 25, 2013 at 9:40 am
what version of Progress?
________________________________________________________________
you can lead a user to data....but you cannot make them think
and remember....every day is a school day
June 25, 2013 at 10:23 am
Hi Livingston.
Thank U for your answer.
I use the 10.2B version PROGRESS.
June 25, 2013 at 10:25 am
Hi Lowell,
Thank u for your answer.
I tried to connect via linked server and that wooooorks !!!!!!!!!!!!!!! 🙂
Thank U.
So, now I can create a report and deploy it ??
Or I must to do something else ??
Lidou 123
June 25, 2013 at 10:31 am
Lidou123 (6/25/2013)
Hi Lowell,Thank u for your answer.
I tried to connect via linked server and that wooooorks !!!!!!!!!!!!!!! 🙂
Thank U.
So, now I can create a report and deploy it ??
Or I must to do something else ??
Lidou 123
awesome, glad it's working for you!
now it's up to you and how up-to-date the data needs to be.
for a report, does the report REALLY need up to the second data, or can it be a little behind?
linked servers are notoriously slow, and you can also run into permissions issues, depending on how you set up the linked server.
i personally prefer to grab the data from a linked server at intervals with a scheduled job, and let my reports read the slightly-out-of-date-but-orders-of-magnitude-faster local data.
so my process might grab data a couple of times a day for reports, and any SSRS reports just hit a local table on my server with the data i grabbed from some remote linked servers.
Lowell
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply