Hi Ramya,
The second option may work for you. Assuming that you want to allow the inbound EDIINT document to post to wM TN and return the MDN, you can create a processing rule (or rules) to ‘intercept’ specific partners/doc types. The processing rule can update the User Status to some meaningful value to allow you to locate the unprocessed payloads, but not perform further processing.
One rule should suffice. It could be something like Any document type FROM Any (or specific partners) TO Enterprise profile (or whatever applicable receivers). Processing rule action could be Change User Status to something like “Held for ERP downtime”. You would put the temporary rule after the EDIINT processing rules and before the rules that you DON’T want to execute.
When you are ready to process the documents, you can disable the temporary rule, query on the User Status “Held for ERP downtime” and resubmit from MWS. This is a manual effort, however, and may not be practical in the case where many documents are involved. In that case, you can probably write a service to query TN and invoke wm.tn.doc:resubmits.
It should be tested thoroughly first, of course. We are at 8.2, quite down level, so perhaps there are other alternatives at more current levels.
-Mary
#B2B-Integration#Integration-Server-and-ESB#webMethods