Jump to content
Changes to the Jaspersoft community edition download ×

max_max_mir

Members
  • Posts

    53
  • Joined

  • Last visited

max_max_mir's Achievements

  1. I have a dataset, and I'd like to pass the IN and NOTIN as a parameter to $X{IN, a.col, SomeCollection} When I try $X{$P!{In_NotIn}, a.col, SomeCollection} I get an error. Any other way of accomplishing this? Basically, I have a dataset with a comnplicated query, and I am creating two tables from this dataset. One where values are in a set of values, the other, where values are not in the set of values.
  2. Hello, I would like to reuse a dataset across reports. Currently, I find myself copying and pasting the same dataset in multiple reports, but everytime I make a chance on one, I have to change it on all the reports. Needless to say, this seems inefficient and error prone. Are there any guidelines as to how to address this? Can one create a dataset independent of a report, and then use that in multiple reports? Regards,
  3. I have JasperServer CE 5.6 installed on a server (Ubuntu 14.04) and have created a bunch of artifacts (reports, input data types, data connections, resources, etc.). I have another JasperServer installed on a whole new server machine. I'd like to basically move all of the artifacts over to the new JasperServer - don't want to recreate (I have new settings etc. on the JasperServer, so migrating Tomcat is out of the question). What's the best way of accomplishing this?
  4. The only workaround for this so far seems to be to try different browsers and stick with the one that works. It definitely doesn't work on FF.
  5. When I right click on the folder in the server, and select Add Resource -> Data Source I get an empty blue screen! Does anyone else have this problem? It is debilitating! I am trying to create this using JasperStudio connected to the Server, but I can't figure out how to register the MySQL JDBC driver! Update: This happens only in Firefox. With Chrome, after a second or two, the page loads. So Whew!
  6. Changed Assigned User from @User_306070 to @anonymous Not sure what that is. Are there any guides that can help me understand how to do such an installation?
  7. Thanks hozawa, but this doesn't help. There are way too many steps I'll need to automate if I have to install the war file. What I need is a way to use the jasper server default install, but passing parameters so I don't have to type in a "Y" for license agreement and a "N" for installing the sample reports. Is there another way out?
  8. Hello, Can anyone point me to documentation on unattended installation of JasperReprots Server CE v 5.6? Regards, Max
  9. I think the question is too generic. Are you asking for best practices?
  10. Hello - I am not sure what you are trying to do. Do you want the output to be 101, 102 and 103 for John, James and Jack? Also, are they three separate rows in the report?
  11. Changes I had to make to get this working report.scheduler.mail.sender.host=smtp.gmail.com report.scheduler.mail.sender.protocol=smtps report.scheduler.mail.sender.port=465 <prop key="mail.smtps.auth">true</prop> <prop key="mail.smtps.starttls.enable">true</prop>
  12. I had to make multiple changes (highlighted below) /home/ubuntu/JasperServer/apache-tomcat/webapps/jasperserver/WEB-INF/js.quartz.properties report.scheduler.mail.sender.host=smtp.gmail.com report.scheduler.mail.sender.protocol=smtps report.scheduler.mail.sender.port=465 /home/ubuntu/JasperServer/apache-tomcat/webapps/jasperserver/WEB-INF/applicationContext-report-scheduling.xml true true
×
×
  • Create New...