Currently utilizing webMethods 9.12 and although I have searched the TN documentation and even the newer 10.5 documentation, I still can’t figure out the answer to this question, so am reaching out.
Here’s what I have to do:
In MWS, there are certain B2B documents that are set up for Immediate Delivery and they are sent to the external vendor by Primary HTTPS by MyWebmethods. Yes, I could go into MWS, go to B2B/Transactions, click Details, and look at Tasks under Transaction Details to see if the document (purchase order) was successfully transmitted by looking at the details under the Tasks column. Took a long time but finally figured that out yesterday. However, I am being asked to somehow extract that information in the flow code possibly by utilizing the adapter service, so that if there happens to be an error, code can alert everyone about the issue, versus someone having to dig manually through the levels mentioned earlier to see if each transaction was sent successfully. There’s thousands upon thousands of B2B transactions.
I can’t for the life of me figure out which TN flow code I would use in Designer and/or which table in the TN db that this task information (Delivery Method, Transport Status, Transport Status Message, Transport Time) is stored. Unsure if some sort of BIZDOC table join has to be done and if so, what to join. Hopefully overall, there’s just a flow code somewhere under wm.tn that can be run, but I would take any advice on this topic at this time. Time is running out on me to get this done.
Can someone please advise?
Thanks.