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

anandharaj

Members
  • Posts

    500
  • 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 anandharaj

  1. Ya, myself also is looking for Tomcat/Java expert who can give some "tips" on how to tune it. Based on my experience, OS will never show actual memory used by java, this is what make us hard to troubleshoot.
  2. I think its not available in JS Community
  3. Not sure what could be the reason, is this happen every time you delete some files from JS?
  4. Hmm, it might be related to browser - last time people were complaining about Ajax in IE, you can try it in Firefox and see the same things happen again.. Also, please check the logs
  5. Do you mean sort the column after it has been generated? This is not supported in JS Community, perhaps Pro version have this
  6. Hi, no file attached. Please include "readme" file in your attachment to give clear instruction to users
  7. Hi Lucianc, Thanks for the info, today only i notice about $X{} but currently all my reports using -> "WHERE columnname IN ($P!{parametername})" and so far its work fine (but i have a method that will do the "clean-up" - put single quote for each value so that it become: 'a','b') Probably this is why my "$P!{parametername}" is working Post Edited by Anandharaj @ Raj at 03/26/09 01:10
  8. Do you create this parameter in JasperServer? Have you attach this parameter to the report when creating it in JasperServer?
  9. Are you sure that you have changed the hibernate dialect? The error message is related to the hibernate. BTW, what version of JS you installing?
  10. Please provide the JRXML file so that i can take a look
  11. well, you are welcome to explore the JS code
  12. CSS for report? you mean for HTML exporter? Well, there is no CSS involved for HTML exporter, whatever you design using iReport will render in HTML. So, do the "cosmetic" in iReport
  13. Hi, As rmukkamalla said, you need to define the multi-select parameter as "Collection" and your SQL should look like "WHERE columnname IN ($P!{parametername}) I dont have the sample right now, will provide later
  14. Why you want to delete if you going to migrate those needed information only?
  15. Well, no enough memory to process the request - therefore increase the Java Memory. Read my blog http://www.raj2u.net/jasperserver-installation-on-linux.html - look at section "Install/Deploy JasperServer into Tomcat" - Hope that will help you
  16. SImple create the master and sub-report in iReport. Before upload both report to JS, please change the path in main-report as per Lucianc reply. repo:<resource name> not necessary the actual file name. Its the name (resource ID) that you difine when you upload it
  17. repo: so it is not necessary actual file name. What is the ID you define when upload the JRXML file? that is the name you need to put there
  18. Hi, You have to put the JDBC driver in Tomcat's lib folder on first place :-) If you installing JS-3.1, then you need to change the "oid" to "bytea" type and also change the hibernate dialect to "com.jaspersoft.hibernate.dialect.PostgresqlNoBlobDialect" Regarding the error message "Cannot find the declaration of element beans" - simply remove the WEB-INF/lib/jasperreports-ofc-component-0.0.2.1.jar file from JS
  19. This feature is not supported in JS yet... I believe someone already requested this in Tracker, please check otherwise you may post this as "feature request" there
  20. As everybody knows, JS dont have the "cascading input control" feature yet - we already request this in Tracker, hope will available soon. What you can do (i was though to do last time) is write your own input control page and add is as "custom jsp page"
  21. Is that mean that you only want to migrate certain information (reports, datasource, etc) to the PRD server? If that is the case, i would just use the import-export tool to do the job If the user still insist to do any changes from UI, perhaps they can do it directly in DB (if they know how to do) :-)
  22. First of all, make sure the file is executable (chmod +x workbench.sh) and if the workbench doesnt not require root permission, simply run without "sudo"
×
×
  • Create New...