cancel
Showing results for 
Search instead for 
Did you mean: 

Hi PI Experts,

0 Kudos

We are facing 2 continues issues for few of the interfaces in common. I kindly, request PI Experts to help us on this one in production.

1. Error in ABAP Stack(SXMB_MONI): "Mapping program is not available in runtime cache: Object ID xxxxxxxxxx Software Component xxxxxxxxxxxxxxxxxx".

What will be the reason for this error. what will be the possible solutions to rectify this error. This error is continuously coming in our PI Production for few interfaces.

2. Error in ABAP(SXMB_MONI): Stack:com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 504 GATEWAY_TIMEOUT.

What will be the reason for this error. what will be the possible solutions to rectify this error. This error is continuously coming in our PI Production for few interfaces.

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

vicky20691
Active Contributor
0 Kudos

Hi Vijay,

1. for the first error your mapping is not refreshed and synced up with mapping runtime. Please do a cache refresh, that should solve the issue ( workaround- if it is dev system, you can edit the mapping and put a space in description and reactivate. Also in ICO/ interface determination re-add the mapping and re-activate)

2. this means that the connection to server couldn't be established at that moment. Please check connections and telnet to see the connection is fine.

HTTP-Fehler 504 Gateway timeout (Gateway Zeitüberschreitung) Erklärt

Regards,

Vikas

0 Kudos

Issue 1: Done the cache refresh in ABAP Stack SXI_CACHE. And in ID part Environment --> clear SLD Data cache. And using url http://<host>:5<sys#>00/CPACache/refresh?mode=full.


But still the issue is not been solved.


Issue 2: The interface is between RFC to SOAP Sync communication. We have some 40 interfaces that is communicating with the same 3rd party but only very few interfaces are getting failed with the error HTTP 504 GATEWAY_TIMEOUT.


Did the network team need to check for this connection issue or did the SOAP receiver 3rd party have to check for this error?. Whom is the respective person to report this issue?. Pls help.

vicky20691
Active Contributor
0 Kudos

HI Vijay,

1. As i said in my earlier reply edit the mapping and give space in description and activate it. Then edit ico/ interface determination and re-add the OM. save and activate.

2. This depends. Please check message log whether you are getting error while sending the message or while receiving response. Better ask the network team first if its failing while sending the request.

If it is failing while response as the 3rd party team and then your network team .

Regards,

Vikas

former_member186851
Active Contributor
0 Kudos

Hello Vijay,

For the first error do a cache refresh, It should sort out the issue.

For the second one check the firewall/port and proxy settings, Seems link PI is not able to reach the soap or http endpoint. Also make sure the endpoint is up and running.

0 Kudos

We have done cache refresh in ABAP Stack SXI_CACHE. And in ID part Environment --> clear SLD Data cache. And using url http://<host>:5<sys#>00/CPACache/refresh?mode=full.

But still the issue is not be resolved. Can you suggest did i need to do cache refresh in some other way?. Did any other further options are there?