cancel
Showing results for 
Search instead for 
Did you mean: 

Catching failure-messages

frank_schmitt3
Participant
0 Kudos

Hello,

we want to catch failure messages like in the mapping to insert this in a seperate data-base. It is possible to become this by standard-mechanism? Or is there a API?

Thanks in advance,

Frank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There is a log for the java mappings see. http://host:j2eeport/nwa. Under Monitoring -> logging it is possible to find the j2ee errors. Alternative the error logs can befound in visual administrator.

You can in you userdefined functions catch errors and write and api to storing the messages.

It could possible be possible to costimize the useage of the Trace API which is used in mapping to support you the configuration you want.

MichalKrawczyk
Active Contributor
0 Kudos

HI Frank,

if you use BPM you can catch a mapping error in a exception branch and do a seperate mapping over there

(inside the exception branch)

and send the message somewhere else

(to another database for example)

so yes this is standard but you have to use BPM

Regards,

michal