Question & Answer
Question
Error 691 "Unrecognized XML element" on the Root Tag when processing XML data. (SCI85609) *|* -417281F9E8F3CBB485257918002E66C5- *|*
Answer
Technote (troubleshooting)
Problem(Abstract)
Error 691 "Unrecognized XML element" on the Root Tag when processing XML data. (SCI85609)
Symptom
Error 691 "Unrecognized XML element" on the Root Tag when processing XML data.
Cause
Namespace is being used in the map but namespace was not found in the data
being translated.
Resolving the problem
Ensure that the namespace that is specified in the map is also within the Root tag of the data file being used.? For instance:
If the namespace is "rrn:org.xcbl:schemas/xcbl/v3_0/xcbl30.xsd"
The the file must begin as follows:
<Order xmlns="rrn:org.xcbl:schemas/xcbl/v3_0/xcbl30.xsd" >
? ? ? ? ? <OrderHeader>
? ? ? ? ? ? ? <OrderNumber>
? ? ? ? ? ? ? ? ? <BuyerOrderNumber>83-272208</BuyerOrderNumber>
? ? ? ? ? ? ? </OrderNumber>
? ? ...
</Order>
Historical Number
PRI9692
Product Alias/Synonym
Fact
Gentran Integration Suite All Releases
SCI85609
Was this topic helpful?
Document Information
Modified date:
12 October 2021
UID
ibm10764797