Connecting to DB2 with jdbc driver on Mac OSX

I’m trying to connect DB2 with the jdbc driver. I can connect and view the database with SQL 4X Manager J with the driver. However, when I try to add the DB connection in Sevoy, nothing happens. I added the Jar(db2jcc.jar) to Servoy drivers directory as I got a class not found error earlier.

I’m running OSX 10.3.2

Any help would be appreciatied.

Do you have a file db2jcc_license_cu.jar with the db2jcc.jar in same folder? I had same problems with connection to DB2 on our Win 2000 Server.

Becouse using JDBC I think it could be the same.

I got a fix pack 4 version of the db2jcc.jar and added db2jcc_license_cu.jar to the /Library/java/extentions and the servoy drivers folder. More drivers show up in the DB drivers list, but nothing happens when I go to add it. Is there anyway to debug this?

Thanks,
Jamie

What driver are you using?
Could be the problem of connect string (URL) too.
For me only com.ibm.db2.jcc.DB2Driver is working.