I am not able to point db2java.zip, There are these setting to do
${DB2UNIVERSAL_JDBC_DRIVER
${UNIVERSAL_JDBC_DRIVER_PA
${DB2UNIVERSAL_JDBC_DRIVER
Please provide me the steps how to configure them
when i test the connection following error comes
java.lang.classNotFoundExc
when i copy the db2jcc.jar from db2 server to my PC in c:\workdir and select class path c:\workdir then following error is coming
est connection failed for data source claim on server server1 at node ISRARNode01 with the following exception: java.lang.Exception: java.sql.SQLException: Expired JDBC driver. IBM DB2 JDBC Universal Driver Architecture 1.2.34 Test Build expired on Sun Jun 01 00:00:00 PDT 2003DSRA0010E: SQL State = null, Error Code = -99,999. View JVM logs for further detail
please help me out
Main Topics
Browse All Topics





by: damonfPosted on 2005-06-21 at 08:32:10ID: 14266922
You'll need to go to the admin console. Go to resources. JDBC providers. Add a provider. Pick DB2. Point to your db2 driver (db2java.zip). Once you've created the provider, click on it. Then expand the datasources node under it. There won't be any. Click add to add a datasource. Give the datasource a name and the SAME JNDI name as specified in your code. For name, specify the db2 alias you created with Client Configuration Assistant.
I'm assuming that you aren't using resource refs because otherwise you wouldn't have been able to deploy your application in the first place. After you get this working you can try using resource refs ... it's the preferred way.