cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

queue problem

Former Member
0 Likes
378

Hi,

We are using XI 3.0 system.

When messages number for certain period exceed some level, some queues stop.

We make do with slow queue but stopped queues make us using manuel operations to send messages.

Is there a solution for preventing queue stopping.

Thanks.

View Entire Topic
Former Member
0 Likes

Hi,

You can specify each queue's settings from transaction SMQR - Registration.

Kindly provide more details to your problem so that you can get better assistance.

Regards,

Gökhan

Former Member
0 Likes

Hi,

I called SMQR transaction

It writes below

Queue name: *, type:R, Mode: D, Max Run Time: 60, Attempts: 0000, Pause: 300

are 60 and 300 seconds?

Thanks.

Former Member
0 Likes

It is CPU time used by an algorithm.. the higher the value, the more time the CPU will spend processing that queue.

Kindly refer to:

http://help.sap.com/saphelp_nw70/helpdata/en/68/bffa40badbf46fe10000000a1550b0/content.htm

Edited by: S. Gökhan Topçu on Nov 15, 2009 2:05 PM

Former Member
0 Likes

Hi,

the values are not constant values,please find some more information

Queue Name u2013 Enter the name of your registered destination

EXEMODE u2013 D or B: D indicates that the qRFC LUWs in this queue run in a dialog work process; B indicates that they run in a background work process.

MAXTIME u2013 Maximum runtime in seconds : 60

NRETRY u2013 Number of retries If the LUW had a CPICERROR error when it was first processed, a background job is scheduled to restart the LUW. This job is scheduled NRETRY times if a CPICERROR error occurs.

TDELAY u2013 Delay between a background job and the next background job in the same LUW

.

Regards,

Raj

Former Member
0 Likes

Hi,

on SMQR transaction menu ,

Goto --> QRFC Administration

There are queues listed table like below

thanks.

Queue Name Type Display Program

XBQ1* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBQ9* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBQA* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBQB* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBQI* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBQO* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBQX* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBQY* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBQZ* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBT1* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBT9* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBTA* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBTB* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBTI* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBTL* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBTM* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBTO* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBTX* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBTY* P RSXMB_SHOW_ENTRY

P RSXMB_SHOW_ENTRY

XBTZ* P RSXMB_SHOW_ENTRY

Former Member
0 Likes

Hi,

how can it be changed values of max.runtime, attempts,mode?

Thanks.

Former Member