Jump to content
Changes to the Jaspersoft community edition download ×

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. Hi, Im running JS 3.5 on Linux platform (PostgreSQL as backend) and its been quite didnt follow the trend to keep it updated to latest version. Now JS 4.7 is available and im thinking to upgrade my existing JS 3.5 to this latest version. So, can i simply upgrade from 3.5 to 4.7? or i need to upgrade in sequence? Will there be any issue with existing reports / schedule after upgrade to 4.7? Does the permission all will be intact?
  2. To remove/edit the menu, refer to file WEB-INF/classes/JI-menu.xml To change the menu location, refer to file WEB-INF/decorators/main.jsp Hope this help you.
  3. Simple way, test the connection from other SQL tool like SquirrelSQL just to be sure no issues on DB. What tool actually you wanted to use?
  4. Well, you can simply copy the whole JS files and move it to your production server, provided both are same version.
  5. I believe there is some additional steps need to be done for Glassfish. Let me try find it or hope our Admin help on this.
  6. If your tool not on the same server where the Jasper DB is running, than use the actual IP address instead of localhost / 127.0.0.1
  7. @hu97224 Refer to attachment section, after "References"
  8. Well, i do not understand your question exactly. Some of the data do have the Indexes (you also can create if required). Those Indexes are to speed up the process "searching" / "accessing" the data. Is this clear?
  9. As far i know, nobody asked this question before, so i not able to give any clue on this.
  10. This is related to Tomcat, perhaps permission issue. Do you install using JS bundled? or JS WAR file? I would suggest to install Tomcat separatly and install the JS using WAR file. You might follow the instruction on my blog http://www.raj2u.net/jasperserver-35-with-postgresql-83-on-linux.html
  11. I wonder how the JS bundled can sucessfuly installed as the port will conflict (provided your earlier Tomcat run on different port) You can install this service as different name, execute like this in command prompt (jasperserver is the new service name) -> service.bat install jasperserver
  12. Its nothing to do with CSS as only 1 common css for all the menu. I did tested, and its render nicely. In your JI-Menu file, you do have duplicate menu (for menu.home). Please check your Ji-Menu file again, and if possible, send me the print screen
  13. Hmm, somehow the data not properly get populated in database. What i would suggest, please do the re-installation. I always prefer WAR installation, but not sure whether this available for Pro version
  14. You can use the WAR installer. On the DB part, just populate the JS schema and data only, and remove the Sugarcrm and FoodMart details from the META-INF/context.xml file (not sure how this file used for Glassfish)
  15. If you are using JDBC, the setting should be like below: Driver class name: com.mysql.jdbc.Driver Connection URL: jdbc:mysql://localhost/databasename?user=yourusername&password=yourpassword Hope this is wht you looking for
  16. I dont think so, but i saw there was a workaround for this. Basically you need to edit the java code and re-compile it. Please search the forum while i search from my site..
  17. #1. I do not know how the function beeing creted and the purpose. This is related to the database. I used to created so-called view / "method" to pass the value - but this is part of column name: SELECT mymethod(somevalue), column1, column2 FROM table. If you have problem on funtion, simple use the common SQL: SELECT column1, column2 FROM table WHERE column1 IN ($P!{PARAM2}) #2. Same as above. #3. My Param is String, so the output will be: 'value1', 'value2' You may change it to Integer and play around with replaceALL so that your output will be: value1, value2 (without quotes) #4. Then, you need to have the validation in the Parameter (if else clause)
  18. This is absolutely a great news to our community... :-)
  19. Simple way that you can do is using Trigger, you may copy the data to other table before it get deleted by JS
  20. Also, i have some guide in my forum. www.raj2u.net
×
×
  • Create New...