How i can use _duration with query too long, i tried update a whole document
in XQuery:
update for $a in input()/ficha where $a[@identificador=1] do replace $a with
Juan
Jose
Perez
Soto
M
15-11-1979
Los Alarces s/n
Valdivia
10
Chile
but how use _duration=on here, exist some function ?
making the query to web
http://localhost/tamino/xml/Estudiantes1010?_XQUERY=update+for+$a+in+input()/ficha+where+$a[@identificador=1]+do+replace+$a+with+++Juan+Jose+Perez+Soto+M+15-11-1979+Los Alarces s/n+Valdivia+10+Chile++&_duration=on
the response is :
<?xml version="1.0" encoding="ISO-8859-1" ?>- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“http://metalab.unc.edu/xql/”>
- <xq:query xmlns:xq=“http://namespaces.softwareag.com/tamino/XQuery/result”>
- <![CDATA[ update for $a in input()/ficha where $a[@identificador=1] do replace $a with Juan Jose Perez Soto M 15-11-1979 Los Alarces s/n Valdivia 10 Chile ]]> </xq:query>
- <ino:message ino:returnvalue=“0”>
ino:messagelineXQuery Update Request processing</ino:messageline>
</ino:message> - <xq:result xmlns:xq=“http://namespaces.softwareag.com/tamino/XQuery/result”>
<ino:object ino:collection=“Estudiantes1010” ino:doctype=“ficha” ino:id=“1024” />
</xq:result> - <ino:message ino:returnvalue=“9155”>
<ino:messagetext ino:code=“INOXYE9155”>The requested document(s) could not be locked</ino:messagetext>
ino:messagelineLocking of document in doctype ficha failed (ino:id=1024).</ino:messageline>
</ino:message>
<ino:time ino:date=“2006-04-10” ino:time=“16:56:53.593” ino:duration=“12” />
</ino:response>
and the update is not working, in the XQuery works but when i want know the time of response not work?
i use tamino 4.2.1.8 on windows 2000 afdvanced server