- This topic has 3 replies, 2 voices, and was last updated 20 years, 2 months ago by support-jeff.
-
AuthorPosts
-
m4swansonMember– System Setup ——————————-
Operating System and version: Windows XP SP2
Eclipse version: 3.0.0
Eclipse build id:
Fresh Eclipse install (y/n): y : from Yoxos 1.0 CDROM
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: std Yoxos set
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 3.7.200
Eclipse JDK version: j2sdk1.4.1_02
Application Server JDK version: N/A
Are there any exceptions in the Eclipse log file? no: no messages at all– Message Body ——————————-
When I attempt to open a connection to a DB2 database, DB Explorer pops up a progress box where the indicator keeps flashing to the end over and over. It will do this for a least 5 minutes. Eclipse does not listen: I have to kill it with Windows Task Manager.
No messages show up in .metadata/.log
The equivalent connection dta works immediately in RapidSql 7.0
Connection string: jdbc:db2//ammk21:60000/TACD1
Driver Class: COM.ibm.db2.jdbc.net.DB2Driver
To get it to load, has to add to Extra Class Path
C:\e3\odis\WEB-INF\lib\db2java.zip
support-jeffMemberWe are looking into the problem. I have not tested with a type-2 driver nor DB2 (no access to the latter ATM), but have seen a similar report for another database driver.
m4swansonMemberSupport says the DB Navigator is loading all schemas rather than just a default one, which is what prodocts like RapidSql do. The database in question has 2 schemas contaiining slightly different versionns of a design, so have tables and many foreign key defs that are almost the same. Maybe the duplication is causing problems?
Mark Swanson
support-jeffMemberMark –
Have you upgraded to MyEclipse 3.8.2? This release has features added to allow selection of schemas to fetch, as well as other performance enhancements. Has this resolved the issue with DB2 that you were experiencing?
-
AuthorPosts