IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Error while tracing - wM 7.1.2

    Posted 11/10/08 03:37 PM

    Hello!!

    I´m trying to execute a flow imported from wM 6.5.
    The problem occours when executing a Branch:

    hub_1.services:findFileMediumByte BRANCH on ‘/next’
    $null: SEQUENCE
    MAP
    INVOKE clearPipeline
    EXIT ‘$loop’

    Next is a document that contains a string and a node. If I try $default it works. Any other string or $null I get this:

    An error occurred while tracing.
    [ITU.0001.0001] An internal error has been encountered.

    It works perfectaly on wM 6.5
    Any ideas?

    Thanks
    Vivian Satie


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Error while tracing - wM 7.1.2

    Posted 11/10/08 03:48 PM

    Not sure if it is something before this - but it would definitely choke on the EXIT ‘$loop’ if this is all your flow does (since there is no loop in the code you have written here). Choose EXIT ‘$parent’.

    Now if all this is nested in a loop, that’s different, but then you’ll need to give a larger code sample.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Error while tracing - wM 7.1.2

    Posted 11/10/08 07:21 PM

    Hi Phil

    I found out something very weird.
    My process basicaly is:

    INVOKE getFile
    INVOKE xmlStringToXMLNode
    INVOKE getXMLNodeIterator
    INVOKE getNextXMLNode
    INVOKE xmlNodeToDocument
    REPEAT
    BRANCH on ‘/next’
    $null: SEQUENCE
    MAP
    INVOKE clearPipeline
    EXIT ‘$parent’

    If I change the xml tags of this file that I´m getting on getFile, it works!! It seems to be some kind of bug…


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Error while tracing - wM 7.1.2

    Posted 11/10/08 09:09 PM

    Even though, I do need a solution. I cannot change all xml tags…


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Error while tracing - wM 7.1.2

    Posted 11/10/08 09:17 PM

    Can you elaborate on what changes you’re making?


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 6.  RE: Error while tracing - wM 7.1.2

    Posted 11/11/08 11:39 AM

    Hi Reamon,

    This way I get the error:

    Item 1 100 100.00

    This way it works:

    Item 1 100 100.00

    Bug? No idea what´s happening!


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 7.  RE: Error while tracing - wM 7.1.2



  • 8.  RE: Error while tracing - wM 7.1.2

    Posted 11/19/08 11:52 PM

    Vivian,

    in your sample XML I notice that first sample has “OrderItemList” as an array but in the second sample it isn’t, am i right on that ? If this is the case then try to populate “documentTypeName” input in your xmlNodeToDocument service.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 9.  RE: Error while tracing - wM 7.1.2

    Posted 11/20/08 12:37 AM

    Hello!!

    Software AG confirmed this bug. I’m waiting for the fix.

    Thank you
    Vivian Satie


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods