cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PI REST Adapter Error Response capturing

0 Likes
9,343

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

View Entire Topic
juan_vasquez2
Active Participant
0 Likes

Hello sridhar.babu.sridhar

You can use {http_result}

Then you can return the same error from your destination Server

Regards

Juan