In Jasperserver 5.5 the community version, it is not possible to schedule a report with parameters by a bug. In this post, I will tell you how to fix this bug.
First, download the zip file below. It contains the fix files you’ll need to override in your tomcat.
[wpdm_file id=4]
- After you downloaded these, go to your tomcat where you installed Jasperserver 5.5.
- Override the jobs.js file in /webapps/jasperserver/scripts/scheduler/collection/jobs.js.
- Then override the parameters.js file in /webapps/jasperserver/scripts/scheduler/view/editor/parameters.js.
- If you have done that, you must restart tomcat and clear your browser cache.
DOWNLOAD FILES HERE: https://laurenthinoul.com/download/jasper-bug-5-5/
I hope this worked for you. Enjoy and share! 😀
Where is the zip? I couldn’t find any.
Thanks,
Puneet
Sorry, I forgot to include the download link. You can find the here: https://laurenthinoul.com/download/jasper-bug-5-5/ enjoy!
Thanks for the response!.
I managed to fix it. In my case problem was that I haven’t created input controls on jasper server for my report. Adding controls fixed the issue and parameters tab was active.
Thanks,
Puneet