Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

Not Receiving email when validating Data in FDMEE

Dear Gurus,

I followed an Oracle blog and came up with an email script for Jython for generating emails.

Scripr runs fine and validation fish tuns gold ,but am not receiving any emails.

Below is the script

import smtplib

strLoc = fdmContext["LOCNAME"]

strCat = fdmContext["CATNAME"]

strPer = fdmContext["PERIODNAME"]

strFromAddress = "noreply-hyperion@example.org"

strToAddress = "Examplename@example.org"

strSubjectPV = "Oracle Hyperion FDMEE Data File Validation was Successful for Location:" + strLoc

strSubjectFV = "Oracle Hyperion FDMEE Data File Validation was not Successful for Location:" + strLoc

strEmailMSGLinePV = "Oracle Hyperion FDMEE Data File Validation was successful for Location:" + strLoc + ',' + "Category:" + strCat + ',' + "Period:" + strPer

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center