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

nojha

Members
  • Posts

    10
  • Joined

  • Last visited

nojha's Achievements

  1. I'm a newbie using jasper reports server (version 6), and stuck while creating job schedule through Rest API. I'm trying to schedule jobs to run reports and dashboards using "jaspersoft/rest-client" package in Laravel (PHP Framework). Its working perfect for reports but not for dashboards. For dashboards, the input controls are not passed/saved with the newly created job. I guess this might be caused by the fact that dashboards do not have their own input controls but they take them from the reports attached to dashboard. The API do not throw any error and it creates job successfully but the input parameters values are not retained for dashboards (works for reports). I also checked server error log and it shows an unexpected error for input controls (full error message below). I have confirmed that all parameter values are passed correctly. If dashboard jobs are created directly from Jasperserver UI, it works perfectly and all the parameters are saved with Job. Can anybody help me to fix this issue? ERROR: GenericExceptionMapper,http-nio-443-exec-12:47 - Unexpected error occurs com.sun.jersey.api.NotFoundException: null for uri: URI/inputControls//values?_=1526278138825 I have spend couple of days just to find solution to this problem without any good luck so any help would be highly appreciated. Thanks
  2. It will most probably be Amazon Simple Nootification Service.
  3. Hello everyone, I am trying to implement the SMS alert notification to customers when a scheduled job runs successfully in Jasperserver. Currently, we can only set recipients for email messages but I like same feature for SMS alert on mobile phones by providing the recipients mobile numbers. I know Jasperserver do not support this at the moment but could anyone tell me best workaround to get this done. Thanks for your time and effort.
  4. Hello, I am trying to create new job from jaspersoft rest php client api but am unable to create new job. However, searching and updating job codes are working fine. Initially I got the exception An unexpected HTTP status code was returned by the server and somehow I have managed to resolve this by removing the toJSON() method call from createjob as it was already in json format. After this it throws 502 - Bad Gateway Error and I could not find any solutions yet. The sample code taken is from https://community.jaspersoft.com/wiki/php-client-sample-code url. Any help would be highly appreciable. Thanks
  5. I want to have back button in drill down report within dashboard but I could not make it work as expected. The reports are created in jasper studio and I have a dashboard with many dashlets (each containing reports). Some of the dashlet report have drill down hyper link to go through sub report. The drill down hyperlink works perfectly. However, when I am in child report and click back button from there I get The report is empty error message instead of getting parent report loaded. The back link is working correctly, if the reports are not within dashboard. Is there anything that I am missing or back button does not work within dashboards? Any help/guidance is highly appreciable. Thanks
  6. Finally I found the solution of the above problem and I am posting it here so that it might save someones time. To fix above issue we have to put export code to the changeTotalPages event callback because it makes sure that the export process start to run after the report is loaded. Hope it helps!
  7. Hi, I have to integrate Ad Hoc Views in another application but jaspersoft visualize.js currently have no support for Ad Hoc Views. I can achive it with the help of HTTP API using iframe but the problem is I don't like to use iframe in my application. As they have mentioned in community, the visualize.js will support Ad Hoc Views in its future releases. Does anyone know about their plan for next release of visualize.js and its Ad Hoc Support status? Thanks in Advance!
  8. I have used visualize.js to export jasper report to PDF, XLSX and CSV. Everything works fine except I get export error for XLSX and/or CSV from time to time. When I got export failed, the response from jasper server is status = cancelled. The strange thing is same report can be downloaded successfully sometimes and sometimes it fails with the status cancelled. If the report is exported to XLSX or CSV from jaspersoft interface, there is no issue. I have tried everything that looks like possible solution but none of them helped. Can someone guide me how could I fix this issue? Thanks!
×
×
  • Create New...