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

Is there a way to view failed Scheduled Jobs


rommel.g.uy
Go to solution Solved by Swapnil Pawar,

Recommended Posts

I was looking at the following 2 ways for a user to be informed that the Scheduled Job has failed

1, When creating a schedule include a Notification that will Notify via SMTP email that a job has failed

2.  Use the Auditing feature to view a list of scheduled jobs that fail to run.

For my purposes neither of these will work. We would like to see all the failed jobs in 1 screen ideally.

Is there a way to retrieve ( eg via REST API ) a list of Scheduled Jobs that fail ?

Link to comment
Share on other sites

  • 2 months later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution

Hello,

You can see the list of scheduled jobs on the jasperserver.log file after adding this logger "com.jaspersoft.jasperserver.api.engine.scheduling.quartz"
(Path: JRS-> Manage -> Server Setting -> Log Setting) with the job id of the schedule got failed also you can see the list of schedules that failed

directly on the JRS UI itself. (JRS-> View -> Messages). You will see the job id, error, and reason for the schedule failure.

I hope it will help you to easily list the failed job on the jasperserver UI itself. 

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...