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.  Huge problems with updating attributes

    Posted Tue May 31, 2005 03:30 PM

    Here’s a problem, I can’t seem to solve.

    Using an XQuery for updating documents that has alway worked, I’m now getting some problems with.

    Using this query to change the STATUS attribute :

    update for $wet in input()/NDFR where $wet/@ID=“W6169-3.11”
    do replace $wet/ART/@STATUS with attribute STATUS { “AUTEUR” }

    It updates the status. The changed status is visible when using the following query:

    for $q in input()/NDFR
    where $q/@ID = “W6169-3.11”
    return $q

    But within approx. five minutes the changes are rolled back. Sometimes the ‘Maximum transaction duration’ hits the high water mark. But not all the time.

    The query is executed from within the XQuery tool of the Tamino X-plorer.

    I’ve got no idea what could cause this.

    BTW I’m using Tamino v 4.2.1.1 and Universal Transaction platform v 1.2.1.8


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Huge problems with updating attributes

    Posted Tue May 31, 2005 05:07 PM

    Okay, what I’ve tried is the following, changing the Max duration to 3000 seconds seems to work. But, I get High water marks of 2400 and even 2760 on a single node update. This seems very high to me.


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: Huge problems with updating attributes

    Posted Wed June 01, 2005 10:17 AM

    Another day, another drama. This morning I’ve tried to update an attribute of a single node. With the Max Trans Duration still at 3000 seconds. The high water mark hit 3000 and the update was rolled back.

    I can’t believe a single update would take 3000 secs to commit the changes. There have recently been added a lot of documents, but before there was never a problem.


    #Tamino
    #webMethods
    #API-Management


  • 4.  RE: Huge problems with updating attributes

    Posted Fri June 03, 2005 02:48 PM

    Alternatively whe’ve synchronised another installation of Tamino, on a different server, to the dataset from our production machine. Hoping that this problem was a local one. But to no effect.

    The same problems appeared on the test environment as well…

    As we are facing a production stop at this time, help would be very welcome.


    #webMethods
    #API-Management
    #Tamino


  • 5.  RE: Huge problems with updating attributes

    Posted Fri June 03, 2005 03:19 PM

    Please request help from your local support.


    #webMethods
    #API-Management
    #Tamino