cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in DB2 JDBC Scenario

Former Member
0 Kudos

Hi Friends,

My XI scenario has to pick data from the DB2 database which runs on AS400. To perform this scenario,

--> Which JDBC driver should i use for DB2 AS400?

--> Do i need do any config in the AS400 machine?

--> What are all configurations and deployments do i need to do in XI instance?

Your guidance greatly appreciated.

Thank You.

Regards,

Senthil.

Accepted Solutions (0)

Answers (2)

Answers (2)

GabrielSagaya
Active Contributor
0 Kudos

drivers for DB2 for the JDBC adapter.

1. db2jcc.jar

2. db2_license_cu.jar

3. db2_license_cisuz.jar

Driver = com.ibm.db2.jcc.DB2Driver

URL = jdbc:db2://<hostname>:5021/<dbname>:

http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/ad/rjvjcdif....

http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.apdv.java.doc/do...

Former Member
0 Kudos

Hi Senthil,

Check this Disscussion

REgards

Seshagiri