cancel
Showing results for 
Search instead for 
Did you mean: 

Error ID in SMXB_MONI in XI 3.0

0 Kudos
108

Hallo,

during the execution of my graphical mapping, in a user defined function, when I find an error (for example about a query or a translation) I need to throw an exception.

How I can break the execution of the mapping and I send a good log to my Monitor?

At now I make = throw new RuntimeException("Application error"). The error message is reported only in the trace.

I'm try to report that exception with a different error ID (SXMSERRID) in the monitor SMXB_MONI.

Could you give me a suggestion?

Thanks,

Sergio

I think that's absolutely necessary because the error should be corrected by the end-user (for example with a new insertion in a table). What do you think about that? The end user must search in the trace which kind of application problem he has?

Message was edited by: Sergio Locatelli

View Entire Topic
former_member189324
Contributor
0 Kudos

Hi Sergio,

You have to model the message using BPM tool to collect the error and fix the eror in your case by updating a tbale entry, then finally deliver the message.

Regards

Prasad