Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  Rules, Regulations, and FAQs    Generating Email Alerts

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Generating Email Alerts
 Login/Join
 
Member
posted
Hi,

My Name is Payal and I am new to IBI Web Focus.
I wanted to generate an alert email for certain conditions on the real-time data.
e.g.
If the furnace temperature >= 100 degree centigrade then an alert email report should to be sent automatically to the supervisors.

Please help.
 
Posts: 5 | Registered: February 05, 2019Report This Post
Master
posted Hide Post
How is WebFOCUS supposed to know when the temperature >= 100 degrees? Are temperatures being written into a file?

Say WebFOCUS sends the email, how is it supposed to reset it self. For example, you said real time. So if the temperature stays over 100 degrees for 10 minutes, surely you don't want WebFOCUS to keep sending emails every second or minute. You want/need something that tells WebFOCUS to not send another email until the current event ends and the temperature drops below 100 degrees or at least wait a specified time, i.e. 10 minutes, before sending another round of emails.

Assuming you have all of that figured out, there are several ways to have a Report Caster job run and send the email: Restful Web Services; DSTRUN; Update the Next Run Date/Time of the job (not supported by IBI). I'm sure there are other ways.


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
Member
posted Hide Post
Hi Paypal. Interesting post. I agree with igelona, You would most definiately have to have a process that loads the tempto a table readable by WF. WE do something similar.
BACKGROUND & OBJECTIVE: Monthly financial data is loaded between Day 6 and Day 15 of each month. THE actual load date is VARIABLE. So, we have a ton of reports that can only be processed by RC AFTER the financial data is loaded.
SOLUTION: the process that loads the data "ends" with a process that resets two flags in a WF RC control file. That file contains ALL RC job titles. The RC jobs that are dependent on the fin data load contain two PRE-PROCESS fexes and one POST-PROCESS fex. The RC jobs are scheduled to run on days 6 - 15. The PRE-PROCESS jobs interrogate the control table with the RC job title "passed", the Pre process fex looks at the Data loaded flag and if = Y and the Report Run flag = N then the process continues and the RC job runs. Only then does the POST Process fex run and that executes a SQL statement that updates the flag Report run flag to Y. SO, back to the pre process fex (#2) if the Data loaded flag is N, the RPC KILL switch is set and the job terminates with a status of warning. That is ok with us.
My former manager engineered this solution. I creates parts of it and a former coworker created the other parts. This works for us.
Hopefully this will assist you.
Thanks!


8.2.3 PROD/DEV 826 TEST
AIX, DB2 All Outputs
 
Posts: 14 | Registered: July 06, 2016Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Rules, Regulations, and FAQs    Generating Email Alerts

Copyright © 1996-2020 Information Builders