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.  Strange Error

    Posted 12/12/03 09:48 PM

    Hello,

    I have a flow service. If I “run” the flow service it gives me a exception saying .

    com.wm.app.b2b.server.ServiceException: [ART.117.4036] Adapter Runtime (Adapter Service): Unable to rollback transaction. Transaction state:Transaction is rolled back .

    If, instead of “run”, I “trace” the flow service, It goes through, and gives me my desired output. I can’t understand the difference.

    This only happens for a large flow service (with say more than 10-15 steps). For small flow services both “run” and “trace” give me output.

    Can anyone please help.

    Regards,
    Vikas.


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


  • 2.  RE: Strange Error

    Posted 12/12/03 11:41 PM

    vikas

    I have seen similar things in the past, try really cleaing up the pipeline to remove any unwanted objects.

    regards

    graham


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


  • 3.  RE: Strange Error

    Posted 12/13/03 12:27 AM

    Vikas,

    Your DB might have a lock on the table. are you using AS400 DB ?
    I only see that happen in AS400.
    Two Options:

    1. Using a ART transaction context.
    2. Using an ansyc process for the store proc execution.

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


  • 4.  RE: Strange Error

    Posted 12/15/03 09:05 PM

    Graham and Mike, Thankyou for your suggestions. But that problem is only with “my” integration server. When I run my services on other servers it runs just fine (both “run” and “trace” give me outputs). Any other clues ??

    Vikas.


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