cancel
Showing results for 
Search instead for 
Did you mean: 

message recorded in sxmb_moni

Former Member
0 Kudos

Hi,

I am doing a client proxy scenario.

When i am running a client report it is successfully passing the data to class--> method but in sxmb_moni, the message shows a green flag with status 'Recorded'. To mkae the process automatic, I have to go in the inbound queue and then execute LUW manually. Please suggest me how can i make this process automatic.

Thanks..

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Use Transaction SMQR

& change settings there.

Former Member
0 Kudos

sxmb_adm-> manage queries-> register queues....

solved the problem...

Thanks everyone..

Former Member
0 Kudos

Hi,

Try schedule the report RSQOWKEX (Outbound Queues) and RSQIWKEX (Inbound Queues) to restart the queues automatically.

Hope it helps..

Thanks,

vasanth

Former Member
0 Kudos

Hi Snehal,

This type of messages due to improper termination of transaction on R/3 end which leads to this error. Proxy is called 'BAPI' Related to a transaction R/3 end. If the transaction is terminated abnormally the code calls the proxy but transaction commit will be missed. which generally needs this type of messages in R/3 end.

Regards,

SKumar.

Former Member
0 Kudos

Hi,

For this you need to register the queue in SMQR and then process the mesasge.

Thanks

swarup

Former Member
0 Kudos

Yes, i could figure out that queues are not registered in smqr.

Please help me how to do that ...