Re: Events sitting in $publishWait queue (v4.5) Was due to the using a RAISE EVENT within the Shipment Modify Agent. For various reasons we had a main Shipment Modify agent that did a series of RAISE EVENT actions to call other Agents (working on the same Shipment). This caused the original agent to hang and never complete. Also tried FOR EACH, but this had the same issue.
RAISE EVENT on objects other than the shipment (e.g. related OR's seems to work fine).
To workaround this we took all the code and put it into a single Shipment Modify Agent and all works OK now. |