COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => ReportNet Administration => Topic started by: soma.bss on 23 Jun 2008 08:06:49 AM

Title: Disable the Scheduling of Report when our ETL jobs fail
Post by: soma.bss on 23 Jun 2008 08:06:49 AM
Hi Gurus,

We have a Requirement from our client to disable the scheduling of the reports whenever the ETL jobs fail.

Unfortunately since there is no such dependency between the ETL Jobs and Scheduling of reports in our environment. Even if the ETL load fails, the report schedule delivers the yesterdays data to users and it is annoying to the users.

We have SDK environment available, please suggest some ideas on this.

Thanks,
Soma
Title: Re: Disable the Scheduling of Report when our ETL jobs fail
Post by: avitabj on 23 Jun 2008 10:03:56 AM
Hi!  In my environment, reports are run based on a trigger being sent on success of ETL jobs.  You set the trigger name in the "Run Options" of the report.  I have multiple reports that run off the same trigger.  I think there's even a pre-made java program to trigger an event that is found in the /sdk/java/EventTrigger folder. 

hth...jean
Title: Re: Disable the Scheduling of Report when our ETL jobs fail
Post by: Ty Clabbers on 24 Jun 2008 05:56:04 AM
Try event studio.
Title: Re: Disable the Scheduling of Report when our ETL jobs fail
Post by: Rocks on 24 Jun 2008 10:13:20 AM
We also use triggers in our environment, that are called via the completion of an ETL job.  We use them both for report triggers to call reports or jobs, as well as cube builds.