cancel
Showing results for 
Search instead for 
Did you mean: 

Performance Monitoring in SAP XI

Former Member
0 Kudos

Hi Experts,

We are using XI3.0 with sp19.

In general the messages pass thru XI less than 2 seconds.

Once a day (for 10 minutes) we are having performance issues in the DB_SPLITTER_QUEUING step in the production box. During the performance issue period the message is taking more than 5 to 10 minutes to complete the processing in the XI.

We would like to set up an alert to send a message if the message is sitting in DB_SPLITTER_QUEUING or any other step for more than ONE minute.

Is it possible? How to achieve it?

Thanks,

Peter

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Senthil,

Good to know some tips in performance monitoring,

Thanks for the answer

Best Regards

Praveen

prateek
Active Contributor
0 Kudos

DB_ENTRY_QUEUING / /DB_SPLITTER_QUEUING:

Check that all XI queues are registered in transaction SMQR. Check that enough dialog work processes on the Web Application Server are available for tRFC Processing. Transaction SARFC provides you with a momentary status of available dialog resource.

From XI Troubleshooting Guide

Regards,

Prateek

Former Member
0 Kudos

HI,

Check if you have ticked the disconnect from database for each message. Uncheck it. It has highly adverse effect on performance.

Please ensure that you have checked batch mode in your receiver communication channel.

Also you can set the below in the advanced parameters.Committing transactions is extremely disk I/O intensive and slow. You should always turn auto-commit off.

WSConnection.set-AutoCommit (false).

Thanks,

Sendil