cancel
Showing results for 
Search instead for 
Did you mean: 

error handling in asynchronous communication

0 Kudos

Hi Guys,

Can anybody throw some light on how to handle error handling in asynchronous communication ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

Please ask error handling pertaining to your specific scenario.

REgards,

Anurag Garg

0 Kudos

Hi Anurag,

I need to handle errors in asynchronous scenario when using adapters if the field values do not match e.g., invalid ISIS key,invalid value,invalid property etc.,

Former Member
0 Kudos

For any errors in Adapter , you can Configure and raise Alerts. Hence when your Channel Communication fails, it will raise the Alert in Inbox as well as will send a mail to Particular Recepient configured in Alert Category Definition.

Regards,

Anurag Garg

Former Member
0 Kudos

Hi Srinivas,

As Krishna mentioned your question seems to be quite generous. You can use krishna blog if your query is related to proxy comunicaiton.

For other adapters you can use Alerts in PI. With alerts you can catch both the integration and adapter engine errors. Once you caught you can send them to the mailbox so that production support guys can easily track. If you talk about this then you can do a search in sdn as alerts.

You can also write your own errors whenever a message fails in PI which you usually write in mapping and triggers during exectuion with some java coding.

Regards,

---Satish

kkram
Contributor
0 Kudos

Your query is too generic, but I did write some blogs on error handling framework for ABAP proxies.

/people/krishnakumar.ramamoorthy3/blog/2008/12/19/error-handling-framework-for-abap-proxies--part-2