Posted: Mon Sep 06, 2010 6:17 am Post subject: MessageFlow works ok under debug, but doesn't work normal
Novice
Joined: 12 Jul 2010 Posts: 21
Message flow connect to SAP by wbiadpter. when I test the flow by operate in SAP client. there is a message in dead queue. but it is Ok when I test flow under debug in MBT.
Flow1:
FromSapRfcRequestFlow.msgflow:
MQinput -> compute(distribute message to diffrent Queue) ->MqOutput
FLow2:
Read message added by flow1's Mqoutput node.
Mqinput ->compute(process bussness data ) -> MqOutput(put success msg in Alias Queue point to replyQueue)
Flow3:
Read response message from replyQueue from Alias Queue added by flow2's Mqoutput node.
MQinput -> compute(distribute message to diffrent Queue) ->MqOutput(
SAPECCCONNECTOR/COMMONSYNRESPONSEQUEUE which is configed in cfg file)
If you're on v6.1 then the debugger can alter the error handling behaviour of a message flow - this is a known defect, and was fixed in v7. The debugger is useful, but it's not the only way to find a problem in a message flow. I suggest either/both of:
- look for errors in the Event Viewer ( windows ) or system log ( unix )
- take a user trace - it will give you the full text of any errors, which can be *very* useful.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum