Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I try to use tlogcatcher to catch an error and to send it by mail.
my problem is that its send multiple emails by the number of errors.
is there any solution for this .
Thanks
For send global email about Job execution - use onSubJobOk connection
for send information about all errors but in single email - change tLogRow to tFileOutputDelimited and use this file as attachment
Hi
1 email per job with all the errors that logcatcher will catch.
my job design look like:
tlogcatcher----> tjavarow--->tlogrow
|
onsubjobok
|
tsendmail
Is there another way beside file attatchment?
Hi
Thank for your answer . can you explain the last line?