Products | Versions |
---|---|
TIBCO BusinessConnect EDI Protocol Powered by Instream | - |
Not Applicable | - |
Resolution:
Description:
============
The BC engine stops when processing some EDI transactions. It happened for both outbound and inbound transactions.
Environment:
============
TIBCO BusinessConnect™ 5.3.3
TIBCO BusinessConnect™ EDI Protocol powered by Instream® 6.3.0
Resolution:
===========
This can be caused by an incorrect map file whose SourceGuideline value is empty.
The incorrect one,
<SourceGuideline value="" />
<TargetGuideline value="D:\qKF47748\BC-UPDATE-FILES\810\810_004010.xsd" />
It should be,
<SourceGuideline value="D:\Foresight\EDISIM\User Files\Public Guidelines\810_004010.std" />
<TargetGuideline value="D:\qKF47748\BC-UPDATE-FILES\810\810_004010.xsd" />
Updating the map file in BusinessConnect operation using the correct one. The BC engine can now process the EDI file correctly.