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
Expand all | Collapse all

errror in flow Error while closing transaction -Error(s) occurred while closing adapter connections.

  • 1.  errror in flow Error while closing transaction -Error(s) occurred while closing adapter connections.

    Posted Tue December 24, 2013 01:52 AM

    what is this? the basic try/catch no catch this error

    in developer app if flow is executed step by step the error does not appear, but yes if it is run normally (green play button)

    -the flow is very complex, with many internal flows and adapters
    -not use start,commit/rollback steps

    any relation to this? Error while closing transactions. - webMethods - Software AG Tech Community & Forums

    thanks!


    #webMethods
    #webMethods-BPMS
    #BPM


  • 2.  RE: errror in flow Error while closing transaction -Error(s) occurred while closing adapter connections.

    Posted Fri January 17, 2014 11:29 AM

    Hi,
    You can’t trace/debug the flow service if you are calling any start/commit.

    if you are calling multiple adapter service which belongs to different adapter connection then you will get this type of error.
    calling an adapter service refers to implicit transaction which means IS will auto start an transaction for this and if you want to call another adapter service with in same flow service which does not belongs to the same adapter connection then we will get an error.

    Thanks.


    #BPM
    #webMethods-BPMS
    #webMethods