I was working on an end to end B2B scenario.
While testing one of the inbound scenarion (Partner link to host using external listening channel).
I got following error
Machine Info: (Token) Description: Agreement not found for trading partners: FromTP Partner, ToTP Host with document type PORequest-0.1-INBOUND.
The reason for the error was the correct naming convention for file was not used.
It is important to name the file being polled effectively for internal and external listening channel properly.
Referred to the following document
http://www.oracle.com/technetwork/middleware/b2b-integrations/learnmore/tnb2b11g002-326857.pdf
Corrected the naming convention of my file to be polled and resolved the issue.
2 comments:
what naming convention did you use?
Based on the protocol you are using you can select the naming convention. You can check out the subsequent post for an end to end scenario with the name of the doc
Post a Comment