Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Error in Connecting to Server
mdu_gprabh
I tried to login using the below Driver class and Database url
com.actuate.jdbc.db2.DB2Driver (Actuate DB2 UDB Driver)
jdbc:actuate:db2://192.5.6.16:55;DatabaseName=abc
The attached error is poped up.Please let me know is it problem in connectivity or the url entered is wrong.
Find more posts tagged with
Comments
Virgil Dodson
Hi mdu_gprabh,
I looked this error up on Google and found several people seeing this with DB2 and DataDirect driver. Things they recommend checking are the IP address and port. If those are correct then there might be a version mismatch between the driver and the version of DB2. What version of DB2 are you using? If that is the case, you don't have to use the JDBC drivers that are embedded with Actuate BIRT but can simply point at your own DB2 JDBC drivers. Are you able to connect to this DB2 instance from another application? If so, then use that same version of the driver with BIRT and it should solve the problem.
sara_criss
absoutely right guide vdodson i am agree with u .