ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Generic IDOC Passthrough - IIB V10.0.0.8

Post new topic  Reply to topic
 Generic IDOC Passthrough - IIB V10.0.0.8 « View previous topic :: View next topic » 
Author Message
varunraot
PostPosted: Wed Dec 27, 2017 1:40 am    Post subject: Generic IDOC Passthrough - IIB V10.0.0.8 Reply with quote

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
View user's profile Send private message
timber
PostPosted: Thu Dec 28, 2017 1:17 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Aug 2015
Posts: 1280

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
View user's profile Send private message
varunraot
PostPosted: Thu Dec 28, 2017 10:25 pm    Post subject: Reply with quote

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
View user's profile Send private message
abhi_thri
PostPosted: Fri Dec 29, 2017 12:33 am    Post subject: Reply with quote

Knight

Joined: 17 Jul 2017
Posts: 516
Location: UK

Hi Varun...this could be related to the issue described at Apar IT20709 (BIP5004 error when DataObject is copied) which is fixed at 10.0.0.9 level only

http://www-01.ibm.com/support/docview.wss?uid=swg1IT20709

Regards, Abhi
Back to top
View user's profile Send private message
varunraot
PostPosted: Fri Dec 29, 2017 1:56 am    Post subject: Reply with quote

Acolyte

Joined: 01 Jun 2011
Posts: 63

Thanks. I will upgrade with the latest fix pack and observe the pattern.
Back to top
View user's profile Send private message
varunraot
PostPosted: Thu Jan 04, 2018 11:03 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Generic IDOC Passthrough - IIB V10.0.0.8
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.