cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Runtime exception

Former Member
0 Kudos

Hi

In message mapping i did the validation for Amount and date...if validation fails i am throwing the runtime exception.. when i did the testing using RWB its giving the Runtimeexception if validation fails but how could we find which field validation fails...and by using using that exception i wanna send an e-mail. how can i achieve that

venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Venkatesh,

There is better way to handle this situation....

rather than raising an exception you can raise an alert using UDF....now you can you own Message rather than exception message.. :)..you can validate all your fields as per requirement.

Now once you raised an exception go to ALRTCATDEF..goto Setting--Configuration.

Specify your email id..and all alert will come to your mail box.

Nilesh

Former Member
0 Kudos

How to raise an alert using UDF?

also how can collect exception message in UDF?

Former Member
0 Kudos

hey

>>and by using using that exception i wanna send an e-mail. how can i achieve that

you can configure Alerts for this and an e-mail will be send if u get any errors.

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

Thanx

Aamir suhail

Message was edited by:

Aamir Suhail