- This topic has 3 replies, 2 voices, and was last updated 19 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
duckman75MemberI am on Windows XP sp2 trying to connect to a DB2 7.x db on Mainframe.
The error message should give you the remaining information you need.
Here is the error message:eclipse.buildId=I20041216-2000
java.version=1.5.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -Xmx512M -Xms256M
Command-line arguments: -os win32 -ws win32 -arch x86 -Xmx512M -Xms256M!ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2005-04-28 11:47:22.933
!MESSAGE Error creating database model
!STACK 0
com.ibm.db2.jcc.c.DisconnectException: unsupported encoding for result set column
at com.ibm.db2.jcc.c.f.a(f.java:351)
at com.ibm.db2.jcc.a.bt.a(bt.java:1893)
at com.ibm.db2.jcc.a.d.a(d.java:1080)
at com.ibm.db2.jcc.a.be.a(be.java:1523)
at com.ibm.db2.jcc.a.be.l(be.java:376)
at com.ibm.db2.jcc.a.be.k(be.java:294)
at com.ibm.db2.jcc.a.be.e(be.java:89)
at com.ibm.db2.jcc.a.s.e(s.java:108)
at com.ibm.db2.jcc.a.bq.i(bq.java:143)
at com.ibm.db2.jcc.c.cf.j(cf.java:966)
at com.ibm.db2.jcc.c.cg.a(cg.java:1551)
at com.ibm.db2.jcc.c.ch.executeQuery(ch.java:124)
at com.ibm.db2.jcc.c.p.a(p.java:7296)
at com.ibm.db2.jcc.c.p.getSchemas(p.java:6206)
at net.sourceforge.squirrel_sql.fw.sql.SQLDatabaseMetaData.getSchemas(SQLDatabaseMetaData.java:242)
at com.genuitec.eclipse.sqlexplorer.model.DatabaseModel.Ą(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.model.DatabaseModel.<init>(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.model.SessionTreeNode.<init>(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.model.SessionTreeModel.createSessionTreeNode(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.actions.RetrievingTableDataProgress$A.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)thx for the help.
duckman75MemberSorry forgot:
Eclipse 3.1
MyEclipseIDE 3.8.4
duckman75MemberAny information on this?
Riyad KallaMemberDuck,
What is the version and name of the driver you are using to do this connection?Also what M-build of Eclipse and what Beta version of MyEclipse are you using? Keep in mind that with M-builds (like M6) there are very specific builds of MyEclipse you should be using, so I want to maek sure of this first.
I would additionally suggest trying JDK 1.4.2_08, I know that the new MySQL driver has issues with JDK 1.5 and the DB explorer, so I wonder if that is the case here.
-
AuthorPosts