How i can know the time of a query?
i use Xquery with tamino xml server 4.1.4.1 evaluation version on windows 200 advanced server, how i can see the time of response of a query? or exist some aplication for that?
the function _duration=on is to X-Query, i have a query but i don´t work:
http://localhost/tamino/xml/Estudiantes1010/ficha?_XQL=/ficha[//nombrePrincipal=‘Pedro’]
the result is :
- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
xql:query/ficha[//nombrePrincipal=‘Pedro’]</xql:query> - <ino:message ino:returnvalue=“0”>
ino:messagelineXQL Request processing</ino:messageline>
</ino:message> - xql:result
- Pedro Alejandro Mella Lopez M 20-12-1974 Los LAureles 528 Valdivia 10 Chile
- <ino:message ino:returnvalue=“0”>
ino:messagelineXQL Request processed</ino:messageline>
</ino:message>
</ino:response>
when i use _duration=on dont show the result of query
http://localhost/tamino/xml/Estudiantes1010/ficha?_duration=onXQL=/ficha[//nombrePrincipal=‘Pedro’]
the result is :
- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
- <ino:message ino:returnvalue=“8554”>
<ino:messagetext ino:code=“INOXME8554”>No message received</ino:messagetext>
</ino:message>
<ino:time ino:date=“22.03.2006” ino:time=“20:18:02.890” ino:duration=“0” />
</ino:response>
how is the correct sintaxis of the query to i can see the result and the time?
if exist some method (program) to show the response time or documentation (in X-Machine is very poor)
Thanks