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

alex.chan

Members
  • Posts

    50
  • 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 alex.chan

  1. Leo Do you mean you want to keep the tree visible all the time even when you open resources like report? -Alex
  2. David Do you have the release candidate of JS 3.0, or final release? The bug exists in the release candidate, and should have already been fixed in the final release. -Alex
  3. Sulaiman Are you using release 3.0? It allows multiple deletion. -Alex
  4. Todd Yes, the objects are stored in the repository (in the form of db tables), not directly on hard drive. -Alex
  5. Rubern There might be DB schema changes between two different versions. The change is that you might get some errors at run time, depending on what you might be doing. -Alex
  6. Ruber Could you post the log file? Assuming you are using tomcat, you can go to $TOMCAT_HOME/logs/stdout_<timestamp>.log e.g. $TOMCAT_HOME/logs/stdout_20080722.log The stack trace in the log file, if any, could give a hint what the issue mihgt be.
  7. David In JasperServer, there is an icon on the top left corner to bring the user from child report to the parent report. -Alex
  8. Vinvar Make sure the permissions are set correctly. I've seen cases that permissions were set to non-writable, and hence the reports can be "saved" into the target folder.
  9. Dashboarding is only available in the Pro version
  10. Looks like it's timed out, and the ajax returns didn't take care of the case. At the mean time, logging off and back in will solve that problem.
  11. Some of the functionality that's available only in Pro version include: Dashboarding Adhoc Report Designer Saved Report Options Portlet Support, etc
  12. Dimas I tried it on a fresh install copy, and I had no problem logging out as a non-admin user (e.g. joeuser). Did you change some permission since the installationg? -Alex
  13. I tried a few simple examples in the released version, and they worked fine for me. There are couple of known issues, e.g. if the domain name includes dash (-), it rejects the pattern. A bug has been filed for that matter. Post edited by: alex.chan, at: 2008/06/30 18:18
  14. Could you let us know what the format/pattern looks like?
  15. The source will be available soon, probably within 2 weeks, please look for the announcement. -Alex
  16. ruoso The column jiuser.previouspasswordchangetime is a new one for 3.0. You need to update your db by running the upgradescript or manually add to it. It's datetime type. -Alex
  17. hkjang login_welcome.jsp is the default login page. You can either modify the content of the file to your like, or modify the following files to point to your own login page: JSCommonController.java: add a new method to handle the new login page jasperserver-servlet.xml: modify the id=paramResolver section to use a new mapping for /login.html -Alex
  18. prashanth.talkad Did someone change the permission of the reports or the folder that contains the report?
  19. jleroy You can modify the file JasperServerUtil.java Method: public static boolean regExValidateEmail(String email) {} The method is used to validate the email address. You can relax the rules (regular expression).
  20. kamir Based on the attachment, looks like the jdbc setting is not correct. Could you take a look at the /META-INF/context.xml?
  21. You need to call ResourceDescriptor.setParentFolder()
  22. When you see errors like: jsexception.null.uri Usually it means a particular uri is referred by the reports doesn't exist in JasperServer with the specific uri path. You can take a look at the report jrxml, and see what resource it's looking for. In iReport, it might point to a local resource, but you need to upload the resource to JasperServer to certain location. e.g. /datasource/my_datasource, and then have the jrxml point to that uri
  23. JasperServer currently doesn't support it. One would have to update the existing JSP and write some Javascript to achieve that.
  24. 2.1 shipped with jfreechart-1.0.3.jar. If you run into probelms with 1.0.4, please try 1.0.3.
  25. Actually, started in 2.1, the password change functionality is available provided the authentication is through JasperServer. If you open up JasperServer-servlet.xml, go to the following section: <bean id="jsCommContr" class="com.jaspersoft.jasperserver.war.control.JSCommonController"> ... <property name="allowUserPasswordChange" value="false" /> ... </bean> change allowUserPasswordChange to true. Restart the server, you will see in the login page, there is a password change link above the login button.
×
×
  • Create New...