- This topic has 2 replies, 2 voices, and was last updated 15 years, 7 months ago by Loyal Water.
-
AuthorPosts
-
Loyal WaterMemberI’m trying to connect using the jTDS driver, and the connection suceeds when I create it, but I cannot view any tables in any datbase in the explorer pane when I connect.
What database are are you working with?
baldgeekMemberI am using Sybase. Also, I was able to connect via the weblogic driver (wlsybase.jar) been when I try to do reverse engineering I get the following error:
An internal error occurred during: “Generating Artifacts”.Here is the error details:
eclipse.buildId=unknown
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -cleanError
Mon Apr 27 10:30:17 PDT 2009
An internal error occurred during: “Generating Artifacts”.java.util.NoSuchElementException
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$ValueIterator.next(Unknown Source)
at com.genuitec.eclipse.hibernate.tool.MESingleClassExporter.doStart(MESingleClassExporter.java:59)
at com.genuitec.eclipse.hibernate.tool.hbm2x.VAbstractExporter.start(VAbstractExporter.java:97)
at com.genuitec.eclipse.hibernate.wizards.GenerateArtifactsJob$3.execute(GenerateArtifactsJob.java:552)
at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:64)
at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:95)
at com.genuitec.eclipse.hibernate.wizards.GenerateArtifactsJob.run(GenerateArtifactsJob.java:417)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Loyal WaterMemberThis sounds like a driver related problem. Can you try this driver:-
https://www.genuitec.com/forums/topic/db-where-can-i-download-a-sybase-jdbc-driver/ -
AuthorPosts