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

Akshay Khedkar

Jaspersoft Staff
  • Posts

    34
  • Joined

  • Last visited

Akshay Khedkar's Achievements

  1. Hello, Please let me know when exactly you are getting this error message and provide me the complete error message
  2. Hello, Can you please provide me the report JRXML and sample data to reproduce this issue at my end:
  3. Hello I found few articles which might help you: https://community.jaspersoft.com/knowledgebase/how-to/subreports/ https://copyprogramming.com/howto/jasperreport-ireport-subreport-shows-blank-not-displayed#google_vignette
  4. Hello Pavan, javax.net.ssl.SSLException: Received fatal alert: protocol_version which usually indicating an incompatibly version of Java runtime between your SSL and our application. How did you deploy the certificate in the server and in the Studio? Do you have problem access JRS through web UI. Please check for the supported java version as mentioned in our support platform sheet. With supported java the problem can be resolved. Thanks!
  5. Hello, Please refer below articles. I hope this will help you: https://stackoverflow.com/questions/46468144/how-to-use-csv-as-datasource-in-jaspersoft-server
  6. Hello, The exception is thrown because the locale format in the URL is incorrect: it should have underscore as a separator (en_US) but instead the separator is a dash (en-US). I'm not sure why the issue is intermittent, but i believe that in order to solve it you have to pass a correct locale format. Thank You1
  7. Hello, This could be an Enhancement. please raise an Enhancement request. I'm pleased to let you know about an improved method to make it easier for TIBCO Jaspersoft users to report enhancement ideas, track the status of those enhancements, and vote for ideas/enhancements that you consider to be most useful. This will be done by using the new Jaspersoft Ideas Portal https://jaspersoftideas.tibco.com/
  8. Hello Please refer below articles: http://jasperreports.sourceforge.net/sample.reference/jsonqldatasource/index.html https://community.jaspersoft.com/wiki/how-create-domain-json-file https://community.jaspersoft.com/wiki/using-data-adapters-fill-reports-json-data-remote-url https://community.jaspersoft.com/wiki/web-service-data-adapters
  9. Kindly set the following loggers in the debug mode and provide the jasperserver.log file to us. (JRS-> Manage-> Server Setting-> Log Setting) 1. com.jaspersoft.jasperserver.api.metadata.common.util.ValidationUtil 2.SQL query executer -> net.sf.jasperreports.engine.query.JRJdbcQueryExecuter 3.Cascading input control parameter resolution -> com.jaspersoft.jasperserver.war.cascade.token.FilterCore 4. Input control value queries -> valueQueryLog 5.Cascading input control parameter resolution -> com.jaspersoft.jasperserver.war.cascade.token.FilterCore
  10. Hello, Each of the APIs requires user authentication to access the server and it is up to external application to implement the authentication based on requirements Please refer below REST API guide for more details: chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/https://docs.tibco.com/pub/js-jrs/8.2.0/doc/pdf/js-jrs_8.2.0_REST-API-Reference.pdf Thanks!
  11. Hello Can you please provide me the JRXML Report and the jasperserver.log(jaspersever-pro/WEB-INF/logs) file for further investigation.
  12. In our old jasper studio versions there was a option "Stretch with overflow". This option was used to allow the text field to stretch downwards in order to display all its text when it doesn't fit in the defined text field height. This property will work irrespective of cell height that you provide. This option is now removed in our newer versions and replaced with Stretch Height (which is the same as the old stretch with overflow)Stretch with overflow is now part of the text adjust options: Cut Text (which is the default)Stretch Height (which is the same as the old stretch with overflow)Scale Font (which instead of stretching the element, JasperReports will try to decrease the font size until the full text fit the textfield size).Please find attached screenshot.
  13. Hello , Can you please provide me the report jrxml and sample data to replicate the issue. Please refer below wiki for downloading sample data: https://community.jaspersoft.com/wiki/create-mock-or-sample-query-data-using-jaspersoft-studios-export-sql
  14. Hello Nick, Can you please provide me the report jrxml and sample data to give a try at my end. > https://community.jaspersoft.com/wiki/create-mock-or-sample-query-data-using-jaspersoft-studios-export-sql
  15. Hello, I could see you have two subdatasets with data adapter selected and SQL queries are written to retrieve data from DB but you don't have data adapter selected for main report. You can right click "Leaf_Red" in outline view and and choose "Dataset and Query". Then choose the required data adapter and write sql query. I hope this will hwlp you.
×
×
  • Create New...