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

piro314

Members
  • Posts

    2
  • 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 piro314

  1. Where does "$P{SUBREPORT_DIR}" in the error message come from? Are you sure that all subreports on all levels are in the jasperserver repository and the subreport expressions in their parents are ok (like "repo:/..." )? You can try to upload to jasperserver only main report with middle level subreports, also only middle subreport with inner subreports, so you can see where does this error come from. About the iReport, I think it doesn't work in my case because I haven't conected it to jasperserver, but if it works for you, then it's even better :)
  2. Hi, I had the same problems and here's what I do to get it work: 1. In iReport create main report and subreport - jrxml files are in the file system. Subreport expression is like "$P{SUBREPORT_DIR}" +"subreport.jasper". Everything works in iReport this way. 2. Upload subreport.jrxml to the repository of jasperserver at some location - for example /MyFolder/subreports (of course has to exist). AddResource -> Other -> JRXML file. The name of the resource is without .jrxml at the end - for example sub1, the file is subreport.jrxml from file system. 3. Change Subreport expression in main report to "repo:/MyFolder/subreports/sub1". Now it doesn't work in iReport. 4. Add main report as a JasperServer report on the server. I don't use plugin to upload reports from iReport to jasperserver - just do it manually Good luck
×
×
  • Create New...