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.  Unable to commit transaction.

    Posted Thu May 13, 2010 06:01 AM

    Service is very simple:

    Sequence(main)
    try:sequence
    Branch on DATA[0]
    /+./:SEQUENCE
    LOOP over /‘DATA’
    pub.art.transaction:startTransaction
    TEST.adapter.jdbc:insert_table
    pub.art.transaction:commitTransaction
    catch:sequence
    publ.flow:getLastError

    Get error in the log. I found commitTransaction will return null. It is not error, right? Thanks for any reply!

    [1234]null
    [1233]2010-05-12 12:41:12 CDT [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ART.114.303] Adapter Runtime (Transaction): Unable to commit transaction.


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


  • 2.  RE: Unable to commit transaction.

    Posted Thu May 13, 2010 11:43 AM

    make sure you are using the same transaction name parameter at both places, startTransaction and CommitTransaction and it should not return null.

    -nD


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