Re: Problems migrating from Progress 9.1D05 to Mysql 4.1.9 using generic jdbc
Posted by: Thorbjørn Weidemann
Date: August 08, 2005 01:19AM

Hi again,

Thanks to your thread on debugging I tracked down the debug-problem I had. Basically its PATH related - it's described here: http://forum.java.sun.com/thread.jspa?messageID=3794351

So, running the MT with -debug, debugging through eclipse, suspending thread when the error dialog box appears, I get this the stacktrace below. Seems your suspicion was correct, its the progress jdbc drivers. I will see if I can get som newer ones. For now I guess there is not much more you can do - thanks for all your help so far.

Thorbjørn

Thread [main] (Suspended)
JdbcProgress.primaryKeys(long, byte[], boolean, byte[], boolean, byte[], boolean, byte[]) line: not available [native method]
JdbcProgress.SQLPrimaryKeys(long, String, String, String) line: 4630
JdbcProgressDatabaseMetaData.getPrimaryKeys(String, String, String) line: 2981
ReverseEngineeringGeneric.reverseEngineerTablePK(Connection, Catalog, Schema, Table) line: 307
ReverseEngineeringGeneric.reverseEngineerTables(Connection, Catalog, Schema) line: 250
ReverseEngineeringGeneric.reverseEngineer(Connection, GrtStringList) line: 199
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object[]) line: not available
Grt.callModuleFunction(Class, String, String, String) line: not available

Options: ReplyQuote


Subject
Written By
Posted
Re: Problems migrating from Progress 9.1D05 to Mysql 4.1.9 using generic jdbc
August 08, 2005 01:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.