Abator did not generate that message so you won't find it in the source code - it looks like the text of an SQLException to me.  Abator does not execure any stored procedures, and only executes a few JDBC calls:
 
Connection.getDatabaseMetaData()
DatabaseMetaData.getColumns()
DatabaseMetaData.getPrimaryKeys()
 
Probably one of these calls is what's throwing the exception.  You could try these calls in plain JDBC to see if you can reproduce the error.  However, it doesn't look like a standard DB2 message either, so maybe your DBA can be of help. 
 
BTW - Look in the class org.apache.ibatis.abator.core.internal.db.DatabaseIntrospector to see all the JDBC calls.
 
Jeff Butler
 
 

 
On 12/22/05, Minjae Kim <[EMAIL PROTECTED]> wrote:
Hi,
When I did the "Generate iBatis Artifacts" menu using Abator, I got a message following.
 
----------------------------------------------------------------------------------------------------------------------
Generation Failed
Reason:
 The required stored procedure is not installed on the server. Contact your DBA.
----------------------------------------------------------------------------------------------------------------------
 
I am handling a DB2 shema. Please let me have some clue to solve this problem.
 
I want to try to find that syntax in Abator source codes, but what I can do right now is I think just browsing. Is there zip file for source codes?
 
BTW I want to post some answers instead of questions in the near future, I hope. ;-)
Additionally I am working for a SI company in South Korea. I hope I can make friends by this mailing list.
Even though I lived in Chicago for about 5 years, still English is not easy to me.
 
Thanks,
Minjae

Reply via email to