Jump to content

Does JDBC Connection for Redbrick Warehouse available?


tomokyuki

Recommended Posts

Environment:

iReport Designer 4.5.0 

Redbrick Warehouse 6.2 JDBC Driver

Windows XP

Does JDBC Connection for Redbrick Warehouse available?

I added redbrick.jar and related jar files(jdbc2_0-stdext.jar, fscontext.jar, providerutil.jar)

in iReport designer's option window, but not listed redbrick jdbc connection in datasource dialog.

 

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

 Couple tips that may help,

 

iReport-4.5.1\ireport\modules\ext

Should work with the JDBC JAR files in that folder, you may have to define the entire JDBC URL connection string without the driver actually showing in the drop down,

So throw this in the connection string,

jdbc:rbw:protocol:[{ip-address|host-name}:port-number][/dbName/][?UID=user&PWD=password][&name=value]

And define the sections accordingly.

If it still doesn't work maybe some other problem with your ireport implementation but another sledgehammer style hit you can make to ensuring the JDBC driver is discoverable by java/jasperreports is to throw the JARS in the 

Java\jre6\lib\ext

folder of your java installation... It's not really the best thing to do but for testing why the driver is failing it should help you ...

Good luck,

Clark

 

Link to comment
Share on other sites

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...