|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 11:26 AM
Points: 123,
Visits: 222
|
|
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.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 2:04 AM
Points: 151,
Visits: 1,029
|
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 11:26 AM
Points: 123,
Visits: 222
|
|
| 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?
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 11:26 AM
Points: 123,
Visits: 222
|
|
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;
|
|
|
|