cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear Experts,

We are using Asynchronous REST receiver interface (using JSON conversion) for that we need to view or capture the detailed error response. In PI monitoring it only displays the error code like 400 or 404 but no further description.

But when I tried with Postman/SOAPUI detailed error message receiving.

I tried error handling with HTTP status code{http_result} and also tried useResponseErrorMessage in module but I’m unable to view the detailed error message in monitoring.

So is there any way to view detailed error message in monitoring or some other without involving new interface.

P.S. I also tried to monitor in SXMB_MONI while using useResponseErrorMessage didn't work

0 Likes
View Entire Topic
christian_hamacher
Discoverer
0 Likes

well for now it looks like there are only these three:
{http_result}, {http_status} and {http_status_text}

I'm dreaming of an official doc 😉

meanwhile I found this good blog post again:

PI REST-Adapter – Error-handling | SAP Blogs