cancel
Showing results for 
Search instead for 
Did you mean: 

Performance Tuning in HTTP -> RFC Interface

Former Member
0 Kudos

Hi,

I'm currently working on a HTTP --> RFC scenario and facing slow performance issues. When I test this interface with a transaction having 1 line item, the response from RFC is instantaneous. However, when there are about 400 line items, the average response time from RFC is about 8-9 seconds. When this interface goes live, there will be transactions with > 1000 line items. I'm really worried about the performance going down, as performance is a major criteria for deploying this interface.

Could you suggest any steps to improve the performance/reduce the response time?

Thanks,

Guru

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Guru,

Check the option of Server Proxy. Make your scenario this way.

HTTP- XI- Proxy.

With in Proxy make the call to RFC and pass the response back to XI.

This should be defenitely more performat than your previous HTTP-XI-RFC scenario.

Regards,

Jai Shankar

bhavesh_kantilal
Active Contributor
0 Kudos

Guru,

Disable all the Fields in the RFC which you are not using / populating.

One of my colleagues faced a similar problem and when they disabled the fields which were not being used when triggering the RFC call, the perfromance improved drastically.

Also, turn off logging of Synch Messages as this also can cause perfromance issues.

SXMB_ADM --> Integration Engine Configuration --> LOGGING_SYNC should be set to 0

Regards

Bhavesh