Question:
Hi pals,
My requirement is that Email need to send whenever BW jobs get failed.
We are using APO3.0A and BW(APO) ver2.0.
Thx in adv.
Answer:
Hi,
1. Define a event (i guess TC SM62). e.g. BW_FAILURE_OCCURED.
2. In all (most) BW-jobs you can define events that are triggered when the job is done, so enter the event BW_FAILURE_OCCURED in the event to be triggered after failure. Perhaps you can make the email more expressive by passing the BW-job (name) as parameter of the event.
3. Shedule a progam event-periodically for the defined event that sends the email.
Greetings,
Christian