Tags:
IBM, Webphere Studio, 6.0.1, WSAD data prospective error.
I am trying to create a database connection using WSAD 6.0.1 and Db2 9.0 Express using Database Explorer feature. I am getting following Error
Connection to TEST failed IWASS0126E problems encountered while trying to establish connection :Reason Unknown
Steps Open database prospective Right click in Database Explorer New Connection : Choose database manager and JDBC driver click next JDBC DRIVER : IBM DB2 Universal database :TEST Host : Localhost port Number : 50000 JDBC driver class: com.ibm.db2.jcc.DB2Driver Class Location :C:\Program Files\IBM\SQLLIB\java\db2jcc.jar;C:\Program Files\IBM\SQLLIB\java\db2jcc_license_cisuz.jar Connection URL :jdbc:db2://localhost:50000/SAL301R User ID: 32001 Password : password
Note When I use a java program to connect to Test Database it works :
/* * Created on May 6, 2008 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package itso.bank.client;