Clarity

  • 1.  Can we schedule a report through Gel Script?

    Posted Jul 11, 2018 03:29 AM

    We are looking to create automatic schedule of the report so that required user gets the notification once the report execution is completed.



  • 2.  Re: Can we schedule a report through Gel Script?

    Posted Jul 11, 2018 04:23 AM

    Hi Viraj, 

     

    Hope you are doing well. Check these couple of discussions as that might help you. 

     

    Launch a job from gel. 

    Run Parameterised Job via GEL & Process 

     

    All the best!

    Cheers!



  • 3.  Re: Can we schedule a report through Gel Script?

    Posted Jul 11, 2018 04:54 AM

    Thanks Abhishek,

     

    Those links are referring to the JOB Execution through GEL. I am looking for Reports.



  • 4.  Re: Can we schedule a report through Gel Script?

    Posted Jul 11, 2018 07:15 AM


  • 5.  Re: Can we schedule a report through Gel Script?

    Posted Jul 11, 2018 07:26 AM

    Hi Viraj.khara 

     

    Since gel support invoking java methods, i will suggest looking into Report scheduling API and implementing that via gel, reference link Report Scheduling API | Jaspersoft Community 

     

    Regrads,

    Prashank Singh



  • 6.  Re: Can we schedule a report through Gel Script?

    Posted Jul 12, 2018 04:28 AM

    Thanks Prashank,

     

    With 15.4, CA has come back with the Reports & Jobs Option where we can include the jasper report as well.

     

    I want to schedule a report over there so that users gets the notification as well. So, I m just thinking if we can invoke some Scheduler Listener class to do so.

     

    API solutions can be looked into. 



  • 7.  Re: Can we schedule a report through Gel Script?

    Posted Jul 12, 2018 07:21 AM

    That might need bit of exploring into scheduling methods, currently i wont have any knowledge around that 



  • 8.  Re: Can we schedule a report through Gel Script?

    Posted Jul 12, 2018 08:26 AM

    No Problem, I was trying with Rest API within GEL for scheduling a job in jasper report. However, I am getting authentication issues.

    What would be the HTTPRESTURL?, i need to hit.



  • 9.  Re: Can we schedule a report through Gel Script?

    Posted Jul 12, 2018 08:57 AM