I looked around a bit and the only references I found to this error also 
mention fragmentation. Do you have any Fragment Parents or Fragment Roots 
defined?

--
Dave Cassel<http://davidcassel.net>, @dmcassel<https://twitter.com/dmcassel>
Developer Community Manager
MarkLogic Corporation<http://www.marklogic.com/>
Data Innovation Summit<http://fedscoop.com/events/datainnovationsummit/2015/> 
May 7th in DC


From: Prasanth N V R <[email protected]<mailto:[email protected]>>
Reply-To: MarkLogic Developer Discussion 
<[email protected]<mailto:[email protected]>>
Date: Thursday, April 30, 2015 at 7:58 AM
To: MarkLogic Developer Discussion 
<[email protected]<mailto:[email protected]>>
Subject: [MarkLogic Dev General] XDMP-PARENTLINK Error

Hi,

I am getting XDMP-PARENTLINK error while doing cts:search.
cts:search(//users,
        cts:and-query((
        
cts:element-range-query(xs:QName('user'),"=","MarklogicUser",("collation=http://marklogic.com/collation/codepoint";)),
        
cts:element-range-query(xs:QName('id'),"=","id415",("collation=http://marklogic.com/collation/codepoint";))
    ))
)

But when I try using cts:element-valules I got the results.
cts:element-values(
    xs:QName('schemeid'),
    (),
    ("limit=1", "collation=http://marklogic.com/collation/codepoint";),
        cts:and-query((
        
cts:element-range-query(xs:QName('user'),"=","MarklogicUser",("collation=http://marklogic.com/collation/codepoint";)),
        
cts:element-range-query(xs:QName('id'),"=","id415",("collation=http://marklogic.com/collation/codepoint";))
    ))
)

The results are returned from the document 
"/mlusers/marklogicusers.com<http://marklogicusers.com>".
The doc-available is returning false. 
fn:doc-available("/mlusers/marklogicusers.com<http://marklogicusers.com>").

What is the XDMP-PARENTLINK error.
Please help me out.

Thanks,
Prasanth
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to