Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there and thanks for posting this.
It works but I also get 2 emails instead of one.
In one email the +(String)globalMap.get("errorCode")+ component is "null", and in the other it contains the actual error.
My setup is exactly as described:
tLogCatcher-->tJavaRow-->onSubJobOk-->tSendEmail
Thoughts?
Hi
Am trying to get the error message notified through email and hence i had followed the below design
tinputdelimeter-->tmap--->toracleouptput
tlogcatcher --> tJavaRow1
|
onsubjob ok
|
tsendMail
Am using below script in tjavaRow :
globalMap.put("errorCode",row7.message);
in email below is the script :
"the error message is : "+(String)globalMap.get("errorCode")
Please help me here to get it resolved.Thanks in advance