cancel
Showing results for 
Search instead for 
Did you mean: 

Queue Monitoring

Former Member
0 Kudos

What is the need for Queue MONITORING . what are the steps for Queue monitoring?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Data elements from an application program are stored for transfer in a queue.

A queue is identified uniquely by a name, which is either defined by the application program or assigned automatically by the queue administration (time stamp) if you do not specify a name explicitly.

The attributes of a queue are determined when the queue is first opened via Queue Attributes.

A queue element (block) consists of a fixed header for queue administration and a variable data section.

Application data are stored transparently in the variable data section, so that any data objects can be stored in the queue.

Segmenting is supported for data structures, which exceed the maximum length of the variable data section. This data is stored, in a form that the application can recognize, divided into several logical storage blocks, and passed on complete to the application when it is called again. The application program makes available a sufficiently large reciever buffer.

Monitor queue with Tcode

SMQ1-> qRFC Monitor (Outbound Queue)

SMQ2-> qRFC Monitor (Inbound Queue)

WEOUTQUEUE - > to start the queue processing

SMQS - > to register the destination in QOUT scheduler

SMQR - > to register the queue

Try this

SMQ2 - Inbound queue.

Entires in this if are due to http response or something that could be due to temporary issue and that issue is now over then select the queue and right click it and do "Execute LUW".

SMQ1 - Outbound queue.

SXMB_MONI - Find the message and go to the right side and see in the queue option that it will show that it has blocked the queue.

As part of monitoring you can view these messages also in adapter engine but in error.

Monitoring through various componenets:-

Runtime workbench -

http://help.sap.com/saphelp_nw04/helpdata/en/88/21bc3ff6beeb0ce10000000a114084/content.htm

Trace and logs -

http://help.sap.com/saphelp_nw04/helpdata/en/64/0b59010a65de44be4f26cb57b9580d/content.htm

Data archieving -

http://help.sap.com/saphelp_nw04/helpdata/en/f5/d347ddec72274ca2abb0d7682c800b/content.htm

Software components monitoring -

http://help.sap.com/saphelp_nw04/helpdata/en/9d/f984809f41b74ba010d15e1ed49065/content.htm

Try the TCode smqr if Monitoring says data struck in Queue.

/people/community.user/blog/2006/09/21/xi-rfcadapter-reconnect-issue

Answers (3)

Answers (3)

0 Kudos

Hi

Quue Monitoring in the follwong ways:

Check of RFC Tunnels using SM58.

Check of Inbound Queues using SMQ2

Check of Outbound Queues SMQ1

Check of Business Process Engine SXMB_MONI_BPE

Check of Adapter Engine using RWB-> Component Monitoring->Adapter Engine

Check of Communication Channels

Check RFC Connections using SM59

Check Monitoring XML Messages using SXMB_MONI

-


Reward points if any

0 Kudos

Hi

Quue Monitoring in the follwong ways:

Check of RFC Tunnels using SM58.

Check of Inbound Queues using SMQ2

Check of Outbound Queues SMQ1

Check of Business Process Engine SXMB_MONI_BPE

Check of Adapter Engine using RWB-> Component Monitoring->Adapter Engine

Check of Communication Channels

Check RFC Connections using SM59

Check Monitoring XML Messages using SXMB_MONI

-


Reward points if any

Former Member
0 Kudos

Hi,

Check this

REgards

Seshagiri