Hi all,

I'm getting the above error on running an xdmp:document-load in one of the 
modules in the MarkLogic Dev II course. All the other modules run OK. 

The error persists after locking on the databases, top-sopngs-dev, ...modules, 
and ...triggers is set to Strict.

The offending lines are:

        for $d in 
xdmp:filesystem-directory("/home/ardal/mls-developer-2/top-songs-dev/content/songs/")//dir:entry

        return xdmp:document-load($d//dir:pathname,
                <options xmlns="xdmp:document-load">
                        <uri>/songs/{fn:string($d//dir:filename)}</uri>
                        <collections>...</collections>
                        <forests>
                                 
<forest>{xdmp:forest("top-songs-dev-01")}</forest>
                        </forests>
                </options>

Any help appreciated.

Thanks,
Ardal
_______________________
Ardal Powell
[email protected]
518.779.6188











_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to