cancel
Showing results for 
Search instead for 
Did you mean: 

proxy response taking long time to reach destination

former_member215917
Active Participant
0 Kudos

Hello Experts,

We have interface using SOAP as follows: VB -> PI -> ABAP proxy -> back to PI -> VB.

We have issue when response is sent from ABAP. We can see the response has reached to PI, processed in SXMB_MONI and channel but,

it is taking really long time to reach VB (>40-50 minutes). We checked proxy interface and links which are fine.

We have other similar interface which is not having any issue.

Please advise what can be the issue here.

Thank you,

Gouri.

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Investigate using performance monitoring tool in RWB. This would give idea about what time the message arrived in pi and leave.  Please check any logic conditon checking in user defined function or mapping that cause any unknown delays in the response side. If the response from proxy to PI is not an issue then you might also see the volume of the response message. Also check any network slowness during outbound from PI to VB. Take help from network team.

rajasekhar_reddy14
Active Contributor
0 Kudos

40-50 minutes? really strange.

Check size of the response message and investigate how much time it is taking in ECC to give response back to PI. Check in SXMB_MONI ecc.

nabendu_sen
Active Contributor
0 Kudos

Hi Gouri,

Have you checked with SOAP UI whether the response is taking that much time for SOAP Tools also?