on 2019 Mar 20 8:41 AM
Below shows the script written in Catch Block(CAPTCH_EXCEPTION), that used to captured and handled exception, by sending out mail notification to support team.
Below image showed that batch job in row 1, with status = Success, in case, exception has been handled.
How can status of batch job execution show as "Error" (rather than "Success") in SAP Data Service Management Console, after exception is handled in catch block inside batch job?
It should show status "Error" (rather than "Succcess"), even after exception is handled, so that Admin that monitor on this web page, can easily know which batch job are failed.
Request clarification before answering.
Call raise_exception or raise_exception_ext built-in function as last statement in the catch script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.