on 2021 Mar 23 4:53 PM
Hello Folks,
How should we handle the exceptions in SAP Data Intelligence?
I want to provide a custom error message and handle the exceptions in the graphs.
Thanks,
Indu Khurana.
There is no standard operator to catch and handle exceptions from anywhere in a graph. Generally, operators catch and handle exceptions within their code. These are then either logged or sent to an error output port. Sometimes you can also configure operators to terminate the graph on errors. For operators (including your own custom script operators) that have an error output port (of type message.error) your can collect their error outputs and connect them to a custom error handling operator which you would have to create for that purpose.
Best regards
Kai.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello kai-michael.roesner,
Thank you for responding.
I'm looking for an exception management framework which could be used in general for the graphs and where we could provide custom error messages.
Do we have any standard operator to handle exceptions?
Or do we need to create a custom operator to achieve this, if yes then I would appreciate if you could provide insights on this.
Thank you,
Indu Khurana.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.