2.监控 inbound queue (qRFC) SMQ2 这个地方是查看qRFC在XI abap端处理是否正常,如果这里的处理速度比较慢,或者qRFC的数量一直在涨,可以双击进去看一下,是否有报错信息,这里可以常试重发(点执行按钮),如果重发也不可用的情况可以考虑删除此qRFC,这时在sxi_monitor 里可以看到刚刚删除的qRFC的内容,可以在这里重发,但...
3.监控oubound queue (qRFC) SMQ1 这个地方监控oubound queue从XI发出的message,与SMQ2操作相似。 4.监控tRFC SM58 这个地方是监控从XI发出的Q,比较XI发到R3系统,一般情况下,比如file adapter已取走文件,在java端已成功,abap端mapping也成功,但是R3却看到信息,SM58就可以用了,在这里如果出错可以用F6进行重发。
When deleting the SMQ2 queue you do not delete the message, but it's registration for asynchronous execution. I suppose you already have identified the messages. Simply select them in SXMB_MONI and press the 'Restart' button. This way a new queue entry is generated and pipeline processing of...
·SMQ1 - qRFC Monitor for the outbound queue. You use this transaction to monitor the status of the LUWs in the outbound queue and restart any hanging queues manually. ·SMQ2 - qRFC Monitor for the inbound queue. You use this transaction to monitor the status of the LUWs in the outbound...
●A lock has been set explicitly (SMQ2or programs) on this queue or on a generic queue (such as BASIS_*) . The qRFC never locks a queue during processing. Once you have informed the relevant application, you can unlock this queue using transactionSMQ2. ...
My problem is that my Queue gets stuck up if one of the xml message has a simple application error ..! Current situation is like i have to delete the Message with the exception form SMQ2 and the queue is free flowing again after activition ...This over head is to be avoided how do...
2.如下图,监控XML消息处理列表可以看到错误消息,message ID,点击状态图标就可以查看报错信息,在上面的工具栏有两个重要的按钮,restart :就是用来重发,Cancel processing of message with errors:这个按钮用来取消message,使message不在处理。一般出错后要进行重发,试试可以过不,但要根据具体错误信息确定。
(and you can use it to restart smq2 entries once too) Regards, Michal Krawczyk Former Member 2012 Jul 12 0 Kudos Hi Michal, Thanks. I found the F6 button It is "Execute LUW". However, when I select option F6 (execute LUW), I still got the error message again "SMQ2 error...
· SMQ1 - qRFC Monitor for the outbound queue. You use this transaction to monitor the status of the LUWs in the outbound queue and restart any hanging queues manually. · SMQ2 - qRFC Monitor for the inbound queue. You use this transaction to monitor the status of the LUWs in the outb...
If there is an error all the remaining messages are stopped in the queue. You can view the status of these queues in SMQ1 and SMQ2. You have queue management in XI as well as the R3 servers. Nagesh!!! You must be a registered user to add a comment. If you've already registered,...