Receive document doesnbt match with any conversation and Modeler not triggeredurgent

Hello.I’m doing with Pip 3C3…the send role is invoice provider, and the receive role is invoice receiver,I have a test in the same server, this way, payload vilidation is successful, and the RNO (S/R) files are
all generated , but there errors:‘XMLCoder decode invalid dada type :com.wm.util.coder.RemoteReference’ and ‘Receive document doesn’t match with any conversation or conversation scripts’, besides, the invoice receiver modeler is not triggered.
Any help is appreciated.

Hello,this is error description in detail:
2005-10-26 15:36:56 CST [ISU.0000.9999V1] New doc is a PIP3C3vV01.01 Invoice Notification Action Invoice Receiver Document [TRNSERV.000019.000001]
2005-10-26 15:36:56 CST [ISU.0000.9999V1] New doc is a RN20BizDocType [TRNSERV.000019.000001]
2005-10-26 15:36:56 CST [ISU.0000.9999D] Inserting doc 5bu5o60u0sltncco0000007c into datastore [TRNSERV.000016.000073]
2005-10-26 15:36:56 CST [ISU.0000.9999D] Doc 5bu5o60u0sltncco0000007c has unknown or deleted attribute responseCode; ignored [TRNSERV.000016.000106]
2005-10-26 15:36:56 CST [ISU.0000.9999D] Doc 5bu5o60u0sltncco0000007c has unknown or deleted attribute transportName; ignored [TRNSERV.000016.000106]
2005-10-26 15:36:57 CST [ISU.0000.9999V1] In service wm.ip.cm.handlers:processUnhandledDocument [ESIPRT.000000.000029]
2005-10-26 15:36:57 CST [ISU.0000.9999V1] CID 544734668-0abf1706f70dbdb70000b29e-Invoice Provider: In service wm.ip.trp:http: Data using protocol http posted successfully. The response code was 202 [ESIPRT.000020.000018]
2005-10-26 15:36:57 CST [ISU.0000.9999V1] In service wm.ip.cm.handlers:processUnhandledDocument: Received document thatdoes not match with any conversation or conversation scripts. ConversationID 544734668-0abf1706f70dbdb70000b29e-InvoiceReceiver [ESIPRT.000070.000020]
2005-10-26 15:36:57 CST [PRT.0101.0026V1] Custom logging: cannot find value for .sendErrorMessage (tried path sendErrorMessage)
2005-10-26 15:36:57 CST [PRT.0101.0026V1] Custom logging: cannot find value for .isResponse (tried path isResponse)

thanks,
cranefei

Fei,

Search the WmUsers with your question and you will find many threads discussing a similar problem. Even if they don’t provide you a complete solution, they may point you towards probable causes. Here are a couple of the ones that came up in my search using ‘Conversation Script’:

[url=“wmusers.com”]wmusers.com
[url=“wmusers.com”]wmusers.com

HTH, R

Fei,

I think the problem would be with correlationID which you may not be matching or lost,so the modeler component the subscribed PIP3C3 Invoicedocument.

Can you debug your flow?

HTH,
RMG

Thanks for ur reply.
Just now I check my RNO file carefully, and I find a interesting thing, it seems the length of line is limited, when the xml tag is too long, it will change line with ‘=’ , eg:
<thisdocumentidentifier>
ProprietaryDocumentIdentifier>BRCD20051014191610781</ProprietaryDocume=
ntIdentifier>
</thisdocumentidentifier>
<torole>
<partnerroledescription>
<globalpartnerroleclassificationcode>Invoice Receiver</GlobalPartnerR=
oleClassificationCode>
<partnerdescription>
I don’t know the reason why this error occur, and I just generate the RNO file by default.
thanks,
Fei Can

Oh its weird why that happened?as long as tag name matching with the dtd/schema RNO document type should work.really its interesting…
Did you report it to WM tech support?

HTH,
RMG