Jump to content
JasperReports Library 7.0 is now available ×
  • Include scheduled job in the audit report


    jzhou_1

    Requirement:

    Our customer want to monitor both scheduled reports and executed reports with scheduler. 

    I checked the ready-made audit report (/public/audit/reports/Audit_Report) but I think it includes only executed reports with scheduler. The customer want to include the current scheduled report into the audit report.

     

    Solution:

    The auditing report only records the reports which have already been executed. For those reports which are still in schedule, but not executed, they will NOT be included in the auditing report. 

    You will have to create your own report by yourself to show those reports which have been scheduled, but not executed. If you connect to our repository database, you can find all scheduled report jobs from table jireportjob. 

    SELECT * FROM jireportjob; 

    You should be able to find the report uri which have been scheduled, but not executed. For details about the schedule, you can refer to other tables: jireportjobsimpletrigger and jireportjobcalendartrigger. 

     

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...