Java loader: Error parsing the XQL query

Hi,

This invocation of inojload:

inojload -u https://..DBURL../answers -o C:\tmp\answers1.xml -unload -query /answer[@questionnaireId='4947989' and @questionNumber='1'] -i -p
</pre><BR>I get the error:<BR><pre class="ip-ubbcode-code-pre">Load Error INOXIE8320:  Error parsing the XQL query</pre><BR>Same result if space is replaced with <pre class="ip-ubbcode-code-pre">%20


The query works fine in Interactive Interface

Any input appreciated.
Regards HC Hammerstoft

Hi HC,
According to the documentation the query should be enclosed in quotes if it contains spaces

Finn

Hi Finn,

Oops - always RTFM. I only looked at the options description provided by inojload.

Thank you.

HC