-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mlcp Export not working with < cts query #80
Comments
Do you have the mlcp command for us to reproduce the problem? |
This is the mlcp command . Any queryfilter with < symbol u will be able to reproduce |
Thanks for providing the mlcp command. Apparently it is not self-contained. Can you provide ssl-configfile and queryfilter.txt in order for us to investigate? |
Hey it may cause security issue for me .. the ssl-cofig file has the details for ssl authentication .. we can remove that parameter if ssl is not enabled in your local and for the query anything with < is going to cretat that issue . the skeleton of the query is as follows |
Right, it doesn't have to be exactly what you have. We just need a self-contained test case in order to investigate. |
Hi when i try to do a export using <= i am getting the following error . Iam storing the cts:andquery in a file Error
18/05/30 12:59:08 ERROR contentpump.LocalJobRunner: Error getting input splits:
18/05/30 12:59:08 ERROR contentpump.LocalJobRunner: com.marklogic.xcc.exceptions.XQueryException: XDMP-DOCATTRVALCHAR: xdmp:unquote("<cts:and-query xmlns:cts="http://marklogic.com/cts"><c...") -- Invalid attribute value character "<" or missing close quote at line 1
sample query :</cts:and-query>
<cts:element-range-query operator="<=">
<cts:element xmlns:sss=ns">sss:somevfiled</cts:element>
<cts:value xsi:type="xs:date" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">value</cts:value>
</cts:element-range-query>
</cts:and-query>
The text was updated successfully, but these errors were encountered: