Posted: Mon Aug 07, 2006 12:09 am Post subject: Debugger or flow problem ?
Acolyte
Joined: 17 Aug 2005 Posts: 62 Location: Bengalooru
Hi All,
I have developed 2 message flows which performs below operations. WBIMB V5.0 FP 5
1>Flow1
1.1 Get message from INQ
1.2 Call SubFlow1
1.3 Check return status from SubFlow1
1.4 If status is OK then call SubFlow1 Again
1.5 If Status not OK put message in NOTOK Queue
1.6 If Status in UNKNOWN put message in UNKNOWn Queue
1.7 If second time call from SubFlow1 returns OK put mesage in OK Queue
2> Flow2
2.1 Get message from UNKNOWN Queue
2.2 Modify message and do some DB insertion operation
2.3 Put message to REPONSE queue
And both these flows running under same execution group.
Without attaching debugger the flow works fine. But if I tried to debug the message flows then I am facing some problem. But the execution of the message works fine.
The problem is the flow debugger will not come out from Flow1 when the message moves to step 1.6 then I am able to see the message coming to flow2 but the debugger session from flow1 never ends.
Flow2 execution completes without any problem, if again i send one more requests that is also processes without any problem.
Why the debugger session not comes out from Flow1 once it puts the message to UNKNOWN queue. ?
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