webMethods

webMethods

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.  javax.transaction.RollbackException

    Posted Mon January 21, 2008 09:58 AM

    I am getting this error when EDIINT transaction is send to
    TN.
    Before that there are lot of transalations done which involves database query.

    When large number of transactions are send then error thrown as

    com.wm.pkg.art.error.DetailedServiceException: [ART.117.4036] Adapter Runtime (Adapter Service): Unable to rollback transaction. Transaction state:Transaction is rolled back .

    Can anyone please suggest the reason and how to get rid of it.


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


  • 2.  RE: javax.transaction.RollbackException

    Posted Mon January 21, 2008 11:47 AM

    Have you mapped transactionName to your rollbackTransaction input?


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


  • 3.  RE: javax.transaction.RollbackException

    Posted Mon January 21, 2008 12:40 PM

    I have not used any start or end transaction fuctioality.
    I have called the ibuilt service sendEDIINT serivce.

    Actually error is handled in the service,we dont get errors when the above error as given in the subject occurs.

    But the errors are logged in the Monitor.

    Can’t figure out where the error is occurring…IN Flow service or in TN.


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


  • 4.  RE: javax.transaction.RollbackException

    Posted Mon January 28, 2008 10:27 AM

    I got the solution.

    There was an adapter which used an adapter connection with Transaction Type as “LOCAL_TRANSACTION”.

    Changed tha adapter connection to “NO_TRANSACTION”.

    Now the error is not coming anymore.


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