cancel
Showing results for 
Search instead for 
Did you mean: 

Need Alert Email for message failuer in SXMB_MONI of ECC

jagesh_lakdawala
Active Participant
0 Kudos

Hi Experts,

I have a live running Scenario where SAP PI gets the data from Third party system and passes it to the SAP ECC system using the Proxy concept. It is the Asynchronous mode of data transfer.

Issue is Sender system passing the data to PI and when PI is forwarding the data to Integration engine of the ECC and here it is failing.

when I opened the SXMB_MONI in ECC system I can see the failure payload. error at step as 'Call Inbound Proxy'.

The error message is

there is no dump in ST22 and this error is due to the Sender system is sending the Exponential value in one of the Decimal field.

I think this failure is occurring even before execution of the code written inside the Server Proxy class method.

My requirement is to raise an Email alert message in such incidence.

Please suggest.

Regards,

Jagesh

Accepted Solutions (0)

Answers (3)

Answers (3)

rasjoshi
Active Contributor
0 Kudos

Hi

Muniyappan
Active Contributor
0 Kudos

check these links.

jagesh_lakdawala
Active Participant
0 Kudos

Hi,

My ECC system is with EHP 0. I think ECH concept is EHP4 onwards.

Regards,

Jagesh

former_member184720
Active Contributor
0 Kudos

May be you can use SALRT_CREATE_API to generate alert email from your proxy code.

Muniyappan
Active Contributor
0 Kudos

what is your pi version?

can you check this?

jagesh_lakdawala
Active Participant
0 Kudos

Hi,

Forgot to mention that its PI 7.1 system we are using.

Regards,

Jagesh

former_member312864
Active Participant
0 Kudos

Check below thread for alert configuration