[attachment=1]error_conn_db2.jpg[/attachment][attachment=0]conf.jpg[/attachment]Hi,
Anybody could help me with the DB2 connection in WebMaker, actually the connection return a error about the Driver "db2jcc"... So, I donwload the last version and I try to connect, but the error is the same.
Regards,
Anybody could help me with the DB2 connection in WebMaker, actually the connection return a error about the Driver "db2jcc"... So, I donwload the last version and I try to connect, but the error is the same.
Regards,
Attachment
RE: connection DB2
I think there is a slight issue with the default driver name when you select a DB2 connection, in that it has a space at the end, which can cause the ClassNotFoundException that you are seeing. (This has been discussed previously in this thread: http://www.hyfinity.com/node/188)
Can you check if this is the case for you, and if so see if removing the space resolves the problem?
Regards,
Gerard
RE: connection DB2
Thanks for youre time, but, Unfortunately the space at the end was not the problem...but now the connection return me a different error that show you in the attached...
It be possible, tha the error be to the data base?....
"which was either not found or does not support transactions"
Regards
RE: connection DB2
You have made some progress, as its now finding the JDBC driver class ok.
From some quick searching online, that new error seems to be the generic one provided when it can't connect to the database.
I would suggest checking the database configuration to make sure it is set up to allow connections from the machine running WebMaker, and also check what port number it is listening on? If this is not the default (50000?) then you will need to adjust the connection URL accordingly.
It may also be worth trying to connect to the database using a different tool running on your machine to prove the connection is possible. (Does DB2 provide a client GUI application?)
Regards,
Gerard