KB Article #181725

HME task terminated when parsing a Business Document (XSD)

Problem

-- getting this error when processing a map that uses a schema (XSD)

WARNING:20210330:05.58.11.33:r4edi(starter):process "HierchMsgTask_988_1025_1" terminated

WARNING:20210330:05.58.11.33:r4edi(starter):process "ProcengineTask_1025_1" terminated

-- this error is thrown in Integrator/data/log/starter.log

terminate called after throwing an instance of 'xercesc_3_2::XMLPlatformUtilsException'


Resolution

* the name of (at least) one of the schema used to create the Business Document contains a space (blank) character

* remove all space characters in the name of the xsd, in the name of the xsd referenced in the schemas

* recreate the Business Document using the modified xsd(s) and redeploy the flow

* the problem will be fixed in B2Bi UP2021-10