I am trying to do a resubmit, and the user status changes to ignored and system status is done w/ errors. However the system does not go into waitMDN and finally shown that it has received the MDN successfully.
Yep that is the general procedure for resubmitting,but for EDIINT payloads it wont work when you try to resubmit.May be you have to write a custom flowservice which has to query TN DB and grab internalid for that failed document and reprocess to TN for delivery.
BTW,what doctype are you trying to reprocess/resubmit? it sounds in your initial post as EDIINT AS2/MDN??As far i know in IS/TN6.1 manual reprocess/resubmit for EDIINT payloads will not work unless you use IS/TN6.5.
If it is an EDIINT message you are trying to reprocess, then RMG is right, you can’t directly resubmit it and have it delivered. However, you should be able to reprocess the document that triggers the processing rule that invokes the wm.EDIINT:send service and cause a new EDIINT message to be created and, hopefully, delivered. For example, I use the EDI batch functionality in TN, so if I were to find the X12 Envelope with the EDI Batch attribute set I could right-click on it, pick reprocess, and get a new EDIINT message containing that batch. If for some reason you have to have the same message ID as the failed document, this will not help you, obviously.
We are using IS6.1 and the document I wanted to resubmit was an EDIINT payload so I understood from what you wrote that I needed a flow service that would send my doc to the TP.
I have found the flow service that would re-submit. Thanks to you my doc has reached them and I have received the MDN successfully.
HI All,
I have a service which takes a cxml document and converts into an EDI. If this transaction fails in TN due to some errors ( connection failures or device down failure) , I can reprocess that document and it should go through. But these transactions, when reprocessed do not work. They work only if i RESUBMIT . I dont want to resubmit to make it work ( dont want an extra transaction in TN), i just want it to work if I reprocess.
Is their something that needs to be configured in the doc types ? or processing rule ? or the service itself ?
Hi Stepheny,
I encountered a similar issue and it turned out that a value being used by the service that handled the document (X12 Envelope in this case) was present on resubmit, but not on reprocess. The values were in documents created by TN (editn_env or TN_parms I think). Debugging will probably help you locate. I changed to use bizdoc.
It’s at the processing rule level that you have to set the “may have errors” in the recoginition errors part. Mine was checked " Has no errors" which is why i could not reprocess.