February 19, 2013 at 1:12 pm
Hello,
We want to create new data source connecting to DB2 database. My boss installed OLEDB drivers for IBM DB2 onto the SSRS server.
But I'm not sure on how to create a datasource i.e. connection string? Also whether to use OLEDB or ODBC connection?
Did somebosy has the same issue?
Thanks in adavance.
February 19, 2013 at 2:07 pm
February 19, 2013 at 2:47 pm
In the above link, it showed how to create a linked server. But i need to create a datasource on SSRS server to which my reports needed to be pointed?
February 20, 2013 at 9:07 am
I used below conncetion string and it worked.
Provider=DB2OLEDB;Network Transport Library=TCPIP;Network Address=0.0.1.23;
Initial Catalog= Adbcfg;Package Collection=Default Schema;Default Schema= adc;User ID=user;
Password=pass;
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply