Hi Dave,

We have defined fragment root for the tag "users".

The issue is not reproduced once I reloaded the document again.

I am interested to know about the error. In what scenario this error occurs.
So that we can avoid getting this in future.

Thanks,
Prasanth

On Thu, Apr 30, 2015 at 5:14 PM, Dave Cassel <[email protected]>
wrote:

>   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]>
> Reply-To: MarkLogic Developer Discussion <[email protected]>
> Date: Thursday, April 30, 2015 at 7:58 AM
> To: MarkLogic Developer Discussion <[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".
> The doc-available is returning false. fn:doc-available("/mlusers/
> 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
>
>
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to