In Spotfire Web Player under Tools > Diagnostics there is a tab for reviewing Scheduled Updates. Information presents there to indicate the status of the latest run. When a Scheduled Update fails for any reason the customer would like an email notification sent to a prescribed list of recipients. The email should include the name of the Scheduled Update and all related error information. In addition, each Scheduled Update event should be recorded in a unique log file for review and auditing purposes. This log file should have records listed in a table format so an analysis could be created from it. Each Scheduled Update iteration/event should be logged as ‘Successful’ or ‘Error’, with limited error information included.
That's great! Thanks for sharing Christian!
You can easily do this by setting up an automation job that loads data from the DB view JOB_INSTANCES_DETAIL_VIEW in the Spotfire schema. Then restrict the data to those with STATUS=3 and e.g. CREATED > sysdate-1.
I get daily e-mails from this job to check whether any automation job or scheduled update was failing.
Hi, any update on this? I'm sure all Spotfire admins would greatly benefit from this.
Any update on this one?