Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FDMEE Email process status code

user17Nov 29 2015 — edited Nov 29 2015

Hello all,

What is the right way to get the process status code in an event script for email notification on successful export? Here I am looking to get the process status code instead of expstatus value (1) which is true for a successful export. As per the tlogprocess 21 is the process status code returned for a successful export



Help Appreciated!!

if fdmContext[EXPSTATUS] == "21":

OR

stat = fdmAPI.getProcessStates(fdmContext["LOADID"])

expStatus = str(stat["EXPSTATUS"])

if expStatus == "21":

This post has been answered by user17 on Nov 29 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2015
Added on Nov 29 2015
3 comments
1,368 views