Author |
Message
|
varunraot |
Posted: Wed Dec 27, 2017 1:40 am Post subject: Generic IDOC Passthrough - IIB V10.0.0.8 |
|
|
Acolyte
Joined: 01 Jun 2011 Posts: 63
|
I have a working Generic IDOC Passthrough flow followed by individual MQ based flows to process generated IDOCs in IIB V10.0.0.4
The individual MQ based flows fails to parse (with parser error "XML Parsing error has occured" in the MQ input node) BLOB messages to SAP ALE IDOC format when I applied fix pack 10.0.0.8 where as it works with fix pack 10.0.0.4
SAP native libraries are at 3.0.16. I did not find any update pertaining to this in Release Notes.
Any comments/suggestions is highly appreciated. |
|
Back to top |
|
 |
timber |
Posted: Thu Dec 28, 2017 1:17 pm Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Please quote the full error from the XML parser - that's just a generic error. All of the information will be in the exception list. |
|
Back to top |
|
 |
varunraot |
Posted: Thu Dec 28, 2017 10:25 pm Post subject: |
|
|
Acolyte
Joined: 01 Jun 2011 Posts: 63
|
Here is the exception list tree.
Code: |
ExceptionList
RecoverableException
File:CHARACTER:F:\build\S1000_slot1\S1000_P\src\DataFlowEngine\MessageServices\ImbDataFlowNode.cpp
Line:INTEGER:1251
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Type:CHARACTER:ComIbmMQInputNode
Name:CHARACTER:DANGEROUSGOOD02#FCMComposite_1_1
Label:CHARACTER:DANGEROUSGOOD02.DANGEROUSGOOD02
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Node throwing exception
Insert
Type:INTEGER:14
Text:CHARACTER:DANGEROUSGOOD02.DANGEROUSGOOD02
RecoverableException
File:CHARACTER:F:\build\S1000_slot1\S1000_P\src\DataFlowEngine\SQLNodeLibrary\ImbComputeNode.cpp
Line:INTEGER:515
Function:CHARACTER:ImbComputeNode::evaluate
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:DANGEROUSGOOD02#FCMComposite_1_5
Label:CHARACTER:DANGEROUSGOOD02.Preserve Input Message
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Caught exception and rethrowing
Insert
Type:INTEGER:14
Text:CHARACTER:DANGEROUSGOOD02.Preserve Input Message
RecoverableException
File:CHARACTER:F:\build\S1000_slot1\S1000_P\src\DataFlowEngine\ImbRdl\ImbRdlStatementGroup.cpp
Line:INTEGER:792
Function:CHARACTER:SqlStatementGroup::execute
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2488
Text:CHARACTER:Error detected, rethrowing
Insert
Type:INTEGER:5
Text:CHARACTER:.DANGEROUSGOOD02_PreserveMessage.Main
Insert
Type:INTEGER:5
Text:CHARACTER:5.3
Insert
Type:INTEGER:5
Text:CHARACTER:SET Environment.InputMessage = OutputRoot.DataObject.*:*;
RecoverableException
File:CHARACTER:F:\build\S1000_slot1\S1000_P\src\DataFlowEngine\ImbRdl\ImbRdlFieldRef.cpp
Line:INTEGER:2705
Function:CHARACTER:SqlFieldReference::evaluate
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2498
Text:CHARACTER:Navigation error
Insert
Type:INTEGER:5
Text:CHARACTER:.DANGEROUSGOOD02_PreserveMessage.Main
Insert
Type:INTEGER:5
Text:CHARACTER:5.34
Insert
Type:INTEGER:2
Text:CHARACTER:3
ParserException
File:CHARACTER:F:\build\S1000_slot1\S1000_P\src\MTI\MTIforBroker\GenXmlParser4\ImbXMLNSCParser.cpp
Line:INTEGER:1036
Function:CHARACTER:ImbXMLNSCParser::parseFirstChild
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:5009
Text:CHARACTER:XML Parsing Errors have occurred
ParserException
File:CHARACTER:F:\build\S1000_slot1\S1000_P\src\MTI\MTIforBroker\GenXmlParser4\ImbXMLNSCDocHandler.cpp
Line:INTEGER:767
Function:CHARACTER:ImbXMLNSCDocHandler::handleParseErrors
Type:CHARACTER:ComIbmMQInputNode
Name:CHARACTER:DANGEROUSGOOD02#FCMComposite_1_1
Label:CHARACTER:DANGEROUSGOOD02.DANGEROUSGOOD02
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:5004
Text:CHARACTER:An XML parsing error has occurred while parsing the XML document
Insert
Type:INTEGER:2
Text:CHARACTER:1504
Insert
Type:INTEGER:2
Text:CHARACTER:2
Insert
Type:INTEGER:2
Text:CHARACTER:1
Insert
Type:INTEGER:2
Text:CHARACTER:1
Insert
Type:INTEGER:5
Text:CHARACTER:An invalid XML character (Unicode: 0x45) was found in the prolog of the document.
Insert
Type:INTEGER:5
Text:CHARACTER:/Root/DataObject |
|
|
Back to top |
|
 |
abhi_thri |
Posted: Fri Dec 29, 2017 12:33 am Post subject: |
|
|
 Knight
Joined: 17 Jul 2017 Posts: 516 Location: UK
|
|
Back to top |
|
 |
varunraot |
Posted: Fri Dec 29, 2017 1:56 am Post subject: |
|
|
Acolyte
Joined: 01 Jun 2011 Posts: 63
|
Thanks. I will upgrade with the latest fix pack and observe the pattern. |
|
Back to top |
|
 |
varunraot |
Posted: Thu Jan 04, 2018 11:03 pm Post subject: |
|
|
Acolyte
Joined: 01 Jun 2011 Posts: 63
|
Generic IDOC Passthrough worked as expected with conversion from raw hex to SAP ALE format with the latest fix pack 10.0.0.11. Thanks for the suggestion. |
|
Back to top |
|
 |
|