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!

Unable to fetch loadid information from fdmcontext

User_YZQL2Nov 9 2017 — edited Nov 13 2017

Hi All,

I am trying to create email script using jython in fdmee, the purpose of which is to return the status of a particular data load job. I am trying to get the same using the following statement in the script

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

but the script fails, with the following information in the logs

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

Exception: java.lang.Exception: NO Details Found for Loadid:1234

where 1234 is the loadid of the job as seen in process details.

Is fdmcontext failing to initialize here ? how can I check the same.

Thanks,

Dev

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2017
Added on Nov 9 2017
3 comments
446 views