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