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

pumaking

Members
  • Posts

    62
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by pumaking

  1. Hello, similar problem here with EAN-13. EAN-128 works fine, but for EAN-13 Barcode I get an error: it.businesslogic.ireport.barcode.BcImage.getBarcodeImage(11,$F{EAN},true,false,null,0,0) net.sourceforge.barbecue.BarcodeException:ÂInvalidÂdataÂlength I don't really understand because the Field which I use as Barcode Expression has 13 signs and is of type string. Is there any way to get this running? I'm using Ireports 2.0.5 and tried to use barbecue1.1 and 1.5beta1 in the classpath.
  2. I solved the problem myself. Had to copy the barbecue.jar in the /web-inf/lib folder.
  3. Hello, I successfully implemented a EAN-13 Barcode in Ireports. When I want to create the report Jasperserver, I get an error: 1 - Errors were encountered when compiling report expressions class file: 1. it.businesslogic.ireport.barcode.BcImage cannot be resolved to a type value = (java.awt.Image)(it.businesslogic.ireport.barcode.BcImage.getBarcodeImage(11,((java.math.BigDecimal)field_EAN.getValue()),true,true,null,0,150));//$JR_EXPR_ID=26$ --------------------------------------> 2. it.businesslogic.ireport.barcode.BcImage cannot be resolved to a type value = (java.awt.Image)(it.businesslogic.ireport.barcode.BcImage.getBarcodeImage(11,((java.math.BigDecimal)field_EAN.getOldValue()),true,true,null,0,150));//$JR_EXPR_ID=26$ --------------------------------------> 3. it.businesslogic.ireport.barcode.BcImage cannot be resolved to a type value = (java.awt.Image)(it.businesslogic.ireport.barcode.BcImage.getBarcodeImage(11,((java.math.BigDecimal)field_EAN.getValue()),true,true,null,0,150));//$JR_EXPR_ID=26$ --------------------------------------> 3 errors Does anyone have an idea?
  4. Sorry, I forgot to write how to configure the URL. It has to be: jdbc:as400://IP-Adress or DNSName/lib
  5. I had the same problem before and solved it that way: First you have to copy the jt400.jar file from your iseries access installation into the ireport/lib folder. Then you have to add the jt400.jar in Ireport in Options/Classpath. Then you create the datasource and type in the jdbc driver field: com.ibm.as400.access.AS400JDBCDriver You can fill the other fields with the assistant. That's it.
  6. Great, thank you. I just didn't know where to put the jt400.jar file.
  7. 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 ;-)
×
×
  • Create New...