Jump to content
We've recently updated our Privacy Statement, available here ×

ttrostel

Recommended Posts

I'm having a weird problem.  I'm making a temporary embedded database using the embedded Apache Derby tJavaDBOutput functions.  I use the URL jdbc:derby:/home/ttrostel/Desktop/myETL/data;create=true 

The database is created just fine .... data seems to be inserted into tables .... I can scan the schema and see that the columns and rows are correct ... but

when I try to use the tJavaDBInput with the same URL I get an error which tells me "org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
    at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)"

It looks like when using input components and the Embedded database the software generator is using the wrong form as shown here:

                    java.lang.Class
                            .forName("org.apache.derby.jdbc.EmbeddedDriver");

when it should really be doing the same thing it does when doing the output job as shown here:

                Class.forName(jdbcDriver_tJavaDBOutput_1).newInstance();

This is running on 

"Jaspersoft ETL"

Version: 5.0.2
Build id: r78327-20120331-1108

I'd go in and fix the software maybe ... but where is it to repair?

Thanks in advance!
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...