cancel
Showing results for 
Search instead for 
Did you mean: 

Error Handling

Former Member
0 Kudos

Hi,

Our client needs error notification in email with all details like source, target system names. The reason behind failure and audit logs in one sheet without logging into any SAP screens.

Regards,

Anitha M

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member200962
Active Contributor
0 Kudos
Our client needs error notification in email with all details like source, target system names.

create akert category in ALRTCATDEF tcode and a rule in RWB.

Make use of the SXMS_FROM_SERVICE and SXMS_TO_SERVICE containers to get the required details.

Check: http://help.sap.com/saphelp_nwpi711/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm

for sending alert as an email configure the settings in scot...blog available for detailed configuration.

Regards,

Abhishek.

Former Member
0 Kudos

Hi,

Thanks for reply.Client is not satisfied with alert emails.They need error logs with reason for every message and error handling also.

Regards,

Anitha M

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Hi

You can fix this by creating alert entries and specify your client email in it. This error message would have sending system, target system, interface and errors by mail.

Baskar

Former Member
0 Kudos

I don't think you can capture all the details of Integration Engine (SXMB_MONI) and Audit log from Adapter engine for a failed message to be sent as an email .

Instead You can Configure alerts which may brief you that an error has occured in IE or AE .

Regards,

Sainath Chutke

Former Member
0 Kudos

Audit log on ABAP stack; yes this is possible;

You can check this "RSAU_SELECT_EVENTS" copy this program to your custom version make your required modification in this program to get the report; (log on failure; execution of sensitive t-codes.)

1. convert the data into from ABAP spool into PDF

2. Attached the PDF

3. Send the email message.

Java stack; i am still hunting for a solution for this?

Former Member
0 Kudos

Hi Anitha,

I think this would not be possible, getting the audit logs and send mail.

If your client wants to get the sender and receiver business systems names then add the person email ID in the alert configuration to receive the alert mail and will also get to know the reason for failure.

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

Thanks,