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

Hi Sridhar,

thanks!

it's relatively hard to find docs on what variables may be used here just as {http_result}.
I remember to also have used the complete response body here, but can't find the variable any more.

Anybody knows a complete doc on this?

The custom error handling part of the REST adapter docs doesn't even mention the use of "custom result" they're completely omitting the action configuration part 😞

Thanks in advance,

Christian