Ashley Leggore Posted March 5, 2021 Posted March 5, 2021 Does anyone know a way to set up some type of notification for failure to run reports within a portal For example, we have a portal that our executives can run to look at several reports within different tabs. If for any reason they dont run and an error message pops up, we may not be aware until someone brings it to our attention. Is there an way to set up an email notification/alert for this I believe there is a way to do this with the scheduler but we are not currently using that for anything within this portal page.
Dawn Thurber Posted March 5, 2021 Posted March 5, 2021 Great Question! Hopefully someone has an answer.
Manoj Chaurasia Posted March 11, 2021 Posted March 11, 2021 This is completly untested because I dont have a smtp mail server I can set up on the reporting server but in theory this should work. On the reporting server console under the Settings menu choose Workspace SET then SMTP Server settings and set it up and test it. image.png1039729 70.1 KB Then at the bottom of your fex(s) add the following code. -IF &FOCERRNUM EQ 0 THEN GOTO FINISH; -MRNOEDIT BEGIN EX EDAMAIL cwolff@tibco.com , Testing EDAMAIL , , this is the body of the email -MRNOEDIT END -FINISH You may want to test for specific &FOCERRNUMs instead of EQ 0 but at least you can test it to see if it works. You would have to add this code to each fex you want to screen this for.
Warren Hinchliffe Posted March 14, 2021 Posted March 14, 2021 You could also extend the notification fex to be executed from the report if a &FOCERRNUM of non zero or specified list or numbers is encountered. (Requires Dialog Manager knowledge)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now