cancel
Showing results for 
Search instead for 
Did you mean: 

From ... DLNG ... to ... DLVD ... Take a long time !?!?

Former Member
0 Kudos

Hi,

We have a couple of synch (RFC) scenarios that are taking a lot of time ... passing from the DLNG status to the DLVD status ...

Sometime it can take up to 4 minutes from steps 1 to 4

1> Success The message status set to DLNG.

2> Success The application sent the message synchronously using connection RFC_http://sap.com/xi/XI/System. Returning to application.

3> Success The message was successfully transmitted to endpoint http://cnisp015:8021/sap/xi/engine?type=entry using connection RFC_http://sap.com/xi/XI/System.

4> Success The message status set to DLVD.

Anyone has experiment a such behavior ?

We have augmented the RFC parameters

(name=RFC_http://sap.com/xi/XI/System, messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=10, Recv.maxConsumers=10, Call.maxConsumers=20, Rqst.maxConsumers=20)

(name=JMS_http://sap.com/xi/XI/System, messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=10, Recv.maxConsumers=10, Call.maxConsumers=20, Rqst.maxConsumers=20)

help ... help ... help ....

A+ Merci !

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

From ... DLNG ... to ... DLVD ... Take a long time !?!?

there may be some problem in queue........like msg may struck .....i guess ....!

correct me if i am wrong ......

Regards,

Aziz khan.

Former Member
0 Kudos

There is not messages stuck in SMQ2 ...

The time is spent between the XI Engine (ABAP Stack) vs RFC Adapter (JAVA Stack) ...

Is there a way to tune this ?

Thank !

Former Member
0 Kudos

Hi ,

whats the status of ur SXMB_MONI..........if there is no problem in message queue ...........else u can try the cache -monitoring ....in RWB ..........hope this may help u.........!

Regards,

Azeez khan.

Former Member
0 Kudos

all messages complete succesfully, no error ... it just take too much time, between the IS (ABAP) vs AFW (JAVA) ...