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