> Lately, when I deploy a message flow, the > DataFlowEngine process > jumps to 99% and the deploy times-out. This is > preventing me from > deploying my flow for testing. >
Do you have any messages on the flow's input queue? If so try removing them and deploying again. It sounds like there is a looping problem with your flow, which causes the flow to remove the next message from the queue and get stuck in some kind of error scenario or something. (E.g. the message cannot be processed, and exception occurs which you trap/backout and when you try to recover/reprocess, the same exception occurs again). > We run Windows NT 4.0 SP6a and MQSI 2.0.1 > Can you update to WMQI 2.1? I thought 2.0.1 was out of service now. WMQI 2.1 may handle the error better (though it will still occupy 100% CPU when a dataflow engine starts looping). Regards John Scott. __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive
