Products | Versions |
---|---|
TIBCO BusinessConnect EDI Protocol Powered by Instream | - |
Not Applicable | - |
Resolution:
Description
==========
When processing an inbound EDIFACT document from a trading partner, validation errors are thrown on any field that contains leading zeros. How to configure SpecBuilder and BusinessConnect (BC) to ignore this condition?
Environment
===========
BusinessConnect EDI Protocol 5.X.X
Resolution
==========
To turn off leading zero checking in SpecBuilder, update the XEregistry file for SpecBuilder (\Edifecs\SpecBuilder\Config\XEngine\XERegistry.xml)
Look for this line:
<Item Name="ValidateLeadingZeros">true</Item>
and change it to this:
<Item Name="ValidateLeadingZeros">false</Item>
For BC EDI 5.X, the same thing can be accomplished by modifying the same line under $BC_HOME/protocols/edi/tpcl/config/XERegistry.xml