Hi all,
I am having an AS2 comunication with a partner.We are exchanging EDIINT message.Till recently I was getting the message from them.All of a sudden the transactions started failing at their end with following error [B]
An error occurred invoking the processing service wm.EDIINT.rules:processMsg for this document. The original error was com.wm.lang.flow.FlowException: sender and/or receiver unknown[/b]
[I][/i]The partner says that he has not changed anything.I have defined the external IDs for the partner in my TN profile.
I am not getting where its failing.
Get the content of a message that succeeded and compare that to the content of a message that failed. That should hopefully give you a lead on what changed.
Thanks,
I opened the failed transactions from TN and found out that we are not getting any payload in the content part.Also the ediintdata part is incomplete somethiong like this :
Any idea on how does TN separate the content-parts into ediintdata and payload. I am receivng data from a customer which is logged in TN with only payload content part. In my custom payload service I retrieve the file-name from Content-Disposition, which in turn is present in the ediintdata Content-Part.
Under what conditions does this ediintdata content part is generated.
I figured this out. The processing rule, Process EDIINT Message, had a pre-processing setting not to save the content. By turning that option on, the ediintdata got parsed in webMethods.