RRDI 2.0 - RIDW Data source connection -Fails
|
I have the following configuration for the RIDW database.
DB2 database name: |
| RIDW |
|
|
| DB2 connect string: |
| jdbc:db2://localhost:50005/RIDW |
|
|
| Collation sequence: |
|
|
|
||
|
|
|
||
|
|
|
|
|
|
Timeouts |
|
|
|
|
|
|
Specify the time in seconds, in which you want the database to connect or wait for your reply before timing out. |
|
|
|
|
|
|
|
|
Signon |
|
|
|
|
|
|
Select whether or not authentication is needed, and if so, the type of authentication to use, whether a password is required and whether to create a signon. |
|
|
|
|
|
|
|
|
Testing |
|
|
|
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 answers
Hi Murali, have you checked the validity of the username/password combination for the rptuser sign-on? I've been caught out before with this.
Comments
Actually LIBPATH was not set properly on my AIX server. Updating the LIBPATH with DB2 32 bit libraries made the job easy.
Also while using the data warehouse database from a different server, we need to create db2 catalog and connect to the remote node to make the database locally. Otherwise it again fails.
Example : 1. db2 catalog tcpip node <node name=""> remote <remote server="" ip=""> server <port>
-
db2 catalog database DW at node <node name="">
-
db2 list node directory
-
db2 connect to DW user <username> using <password>
Thanks Mark.
Actually LIBPATH was not set properly on my AIX server. Updating the LIBPATH with DB2 32 bit libraries made the job easy.
Also while using the data warehouse database from a different server, we need to create db2 catalog and connect to the remote node to make the database locally. Otherwise it again fails.
Example :
1. db2 catalog tcpip node <node name> remote <remote server ip> server <port>
2. db2 catalog database DW at node <node name>
3. db2 list node directory
4. db2 connect to DW user <username> using <password>
Also while using the data warehouse database from a different server, we need to create db2 catalog and connect to the remote node to make the database locally. Otherwise it again fails.
Example :
1. db2 catalog tcpip node <node name> remote <remote server ip> server <port>
2. db2 catalog database DW at node <node name>
3. db2 list node directory
4. db2 connect to DW user <username> using <password>