Products | Versions |
---|---|
TIBCO BusinessConnect EDI Protocol Powered by Instream | all versions |
- First, the inbound document should have the "TP (trading partner) interchange id (sender)" and "Host Interchange id (receiver)" listed in the log.
In the above use-case the inbound document is using the same value for the TP interchange id and the Host Interchange receiver and not the Interchange qualifier of the host.
- Because of the data problem, you can see " No biz agreement exists between CompanyB and CompanyB" error in Interior Server log. Because both ids are pointing to TP only.
NOTE: The ids should point to Trading Partner as well as to host.
- Here is an example of a faulty EDIFACT document -> Please see below:
This '123456789' is Trading Partner interchange id and this 123456789 is also the Host interchange id. Instead of 123456789, it should be something like (987654321 extracted from host configuration)
UNB+UNOA:1+123456789:1:REVERSE ROUT+123456789:1:ROUTING ADDR+100128:1437+2+RECEIVER PSWD:AA+APPL REF+A+1+COMM AGREE ID+1'
If you change the inbound document like below, it will correct the issue as the document will contain both i.e "TP interchange id(sender)" and "Host Interchange id (receiver)".
UNB+UNOA:1+123456789:1:REVERSE ROUT+987654321:1:ROUTING ADDR+100128:1437+2+RECEIVER PSWD:AA+APPL REF+A+1+COMM AGREE ID+1'