Hello,
Just wondering if there is a way to only receive errors from the Error log through email notification in BODS job? I am using smtp_to function, which sends last N lines from the error log if you specify that in one of the parameters. However, this is only sending mostly warnings because workflows are running in parallel and the last 10 or 20 lines may not always contain the error which may have occured somewhere in the middle of job execution. If not directly possible to control this from smtp_to function call, is there a way to suppress the warning from error log in advance of scheduling the job?
Thanks.