As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
1) I have a "chain" of RC jobs being processed, executed via a system scheduler (OpCon).
2) This consists of two groups of jobs, 41 in all, which needs to inform the on-call staff of when the chain starts and when it ends.
3) Notifications: 3a) I have the notifications set to "Always" for the first and last jobs, with a subject line of "Job chain started" 3b) I have the notifications set to "On Error" for the other jobs, with a subject line of "Job chain ended"
The Problem:
4) I get the same notification for the first and last job REGARDLESS of the completion status.
The Solution: (still looking on how to do this)
5) Alter the subject line of these two notifications or get RC to be able to send emails based on the return code / completion status.
I do know that the completion status is in both the brief and full notifications. But, that's not enough when you're woken up during the night with these notifications (you would need to open the notification and read it rather than just seeing the status in the subject line.
Is it time for a NFR?This message has been edited. Last edited by: Kerry,
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
I checked with our expert and was suggested that, there may be some semi-complicated sequence to do what you want, so if you have not done so, please open a case with Customer Support Services so that we can work with you. The phone number is 1-800-736-6130, or InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
Doug, I know you're looking for something inbuilt because it *should* be able to do this, but what about rolling your own?
I'm thinking like a jobs table and a status table. Jobs table contains what "should" run as part of the nightly processing stream, status table contains what did run (runid, when ran, for how long, who, # of records, etc).
Hourly status job can compare the 2 and use EDAMail to alert upon issues.