Jump to content

JDBC Driver jt400 Jasperserver


pumaking

Recommended Posts

Hello,

 

I'm new to Jasper*. I'm trying to improve our reporting and the things I have seen so far Jasper Reports/Server seems to be a good product to achieve this.

 

So, here's my problem. I succesfully installed and configured IReports and added the com.ibm.as400.access.AS400JDBCDriver driver with jt400.jar. So far no problem, everything works fine.

 

Now I want to add the driver to jasperserver. So I imported the datasource from Ireports to Jasperserver and saved a report to the server. When I run this report I get the error: java.lang.ClassNotFoundException: com.ibm.as400.access.AS400JDBCDriver

 

I tried to edit the mondrian.properties file as follows:

JdbcDrivers=sun.jdbc.odbc.JdbcOdbcDriver,com.ibm.as400.access.AS400JDBCDriver;

Then I restarted Jasperserver but the error remains.

 

I also put the jt400.jar file in every lib directory I could find.

 

So I'm sure I'm doin something wrong because I'm new to this, perhaps you can tell me what it is ;-)

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

We are using jasperserver with the jt400 driver and everything works fine.

 

So it should'nt be a jasperserver problem.

 

Make sure you copied the driver in the /webapps/jasperserver/WEB-INF/lib

folder and that you restart jasperserver after that.

 

driver class name as you posted it. if that doesn't work maybe there is a problem with your jt400 driver version.

 

hth,

 

jens

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