We are now using UM Version 10.5, and we have a Version 9.12 IS and a Version 10.5 IS.
I create a new DocumentType on these two IS and create Messaging trigger on the Version 9.12 IS, when I publish on Version 10.5 IS,Messaging Trigger is not triggering the Subscribe service.
When I create a new DocumentType on these two IS and create Messaging trigger on the Version 10.5 IS and publish on Version 9.12 IS,Messaging Trigger is also not triggering the Subscribe service.
But when I create the documentType, trigger, and Publish on the same version of IS, the Messaging trigger can trigger the Subscribe service.
Does anyone know why? How can I solve this problem?
Version 10.5 UM does not support data publish between cross-version IS?
How specifically are the doc types being created? Create on one and import/deploy to the other? Or explicitly manually creating separately on each? Have you done a “Sync Document Type” on either/both?
IS coordinates with UM on the “Provider definition” name.Depending upon how you’re handling the doc type, it is possible that IS is “helping” to avoid a name collision and assigning a different underlying name to the second doc type created. On the property panel for the doc types review the webMethodsMessaging/Provider definition value to confirm they are the same in each IS and that the doc types are sync’d with UM.
Thanks for the screen shots. It would seem the suspicion about different doc names and queues in UM is not happening.
Another brainstormed thought – what is the “Client Prefix” value for the UM connection in each IS instance? Are the same? If so, the instances are forming a “message cluster” in which only one of the nodes will get any particular event. Which one gets a given event depends on a number of factors.
If the client prefix is not the same, will need to brainstorm about other possibilities.