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.

 View Only
  • 1.  Designer 9.6 not showing pipeline variables in SEQUENCE inside BRANCH

    Posted Tue March 08, 2016 06:29 PM

    We’re moving from 8.2.2 to 9.6, and I’ve noticed a strange quirk in Designer 9.6. This is best shown with an example:

    BRANCH: on some pipeline variable that equals "true"
    → SEQUENCE label "true"
    → -> MAP: set value to new pipeline variable String1
    → -> MAP: String1 is not shown on the Pipeline (!)
    → SEQUENCE label "$default"
    → -> MAP: set value to new pipeline variable String2
    MAP: Now I can see String1 and String2

    This doesn’t affect the server at runtime - the second MAP step is able to interact with String1, even though it can’t be seen at design time.

    We’ve applied Fix9 on the server side, is there perhaps a Designer fix as well? Our license is through an OEM so we’re not able to research directly on Empower.

    Thanks in advance if anybody is able to help!

    (edit to reflect current IS fix level)


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


  • 2.  RE: Designer 9.6 not showing pipeline variables in SEQUENCE inside BRANCH

    Posted Wed March 09, 2016 07:15 AM

    Hi Trevor,

    please check for ESB_9.6_Fix5.
    This is the Service Development part of Designer.

    Regards,
    Holger


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


  • 3.  RE: Designer 9.6 not showing pipeline variables in SEQUENCE inside BRANCH

    Posted Mon March 14, 2016 11:12 AM

    Hi,

    as a workaround, you can add the required variables in input section. input variables will be available in all flow steps. once development is completed, you can remove unnecessary variables from inbound section.

    Regards,
    Naga.


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


  • 4.  RE: Designer 9.6 not showing pipeline variables in SEQUENCE inside BRANCH

    Posted Wed March 16, 2016 11:58 AM

    True, Normally when you want to map to output variables you can put it in input tab.
    Then do the mapping and remove it from input tab after mapping.

    If you forget to remove it from input tab then entire pipeline variable will be lost :stuck_out_tongue:

    Regards,
    Syed


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


  • 5.  RE: Designer 9.6 not showing pipeline variables in SEQUENCE inside BRANCH

    Posted Wed March 16, 2016 12:55 PM

    Trevor,

    First Have you checked this fix mainly Service Development part of Designer 9.6?

    We have the similar issues with the Designer 9.7 and it resolved having with latest ESB fix.

    HTH,
    RMg


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


  • 6.  RE: Designer 9.6 not showing pipeline variables in SEQUENCE inside BRANCH

    Posted Thu March 17, 2016 04:46 PM

    Thanks, everybody. Our software partner will be downloading the latest ESB_9.6 fix for us to install, and we’ll give it a try.


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