Hi Hans, The only other logical conclusion seems to be a bug in mlcp, one I haven’t encountered so far yet though. Are you entitled to support? In that case you can file a bug report with them. Nothing in the ErrorLog about failed inserts?
Cheers, Geert From: <[email protected]<mailto:[email protected]>> on behalf of Hans Hübner <[email protected]<mailto:[email protected]>> Reply-To: MarkLogic Developer Discussion <[email protected]<mailto:[email protected]>> Date: Monday, July 4, 2016 at 12:09 PM To: MarkLogic Developer Discussion <[email protected]<mailto:[email protected]>> Subject: Re: [MarkLogic Dev General] mlcp and loading multiple files Hello Geert, the URLs that I generate are unique, and that is actually how I found out about the problem in the first place. In the load transformation, I extract the globally unique identifier that exists for each individual document in the aggregate and use that as part of the URL. When I ran multiple mlcp processes in parallel, I found some individual documents to be missing. When I processed the file that contained the missing document with mlcp manually afterwards, it was loaded correctly. Any other ideas? Thanks, Hans On Mon, Jul 4, 2016 at 9:29 AM, Geert Josten <[email protected]<mailto:[email protected]>> wrote: Hi Hans, My first thought would be that the uris you calculate might not be unique. Did you verify that? You can append xdmp:random() to see if that makes a difference.. Cheers, Geert From: <[email protected]<mailto:[email protected]>> on behalf of Hans Hübner <[email protected]<mailto:[email protected]>> Reply-To: MarkLogic Developer Discussion <[email protected]<mailto:[email protected]>> Date: Sunday, July 3, 2016 at 7:52 PM To: MarkLogic Developer Discussion <[email protected]<mailto:[email protected]>> Subject: [MarkLogic Dev General] mlcp and loading multiple files let $icn := $doc/TRANSACTION/LOOP2000D/LOOP2200D/TRN/TRN02/text() let $uri := concat('/responses/', $icn, '.xml') _______________________________________________ General mailing list [email protected]<mailto:[email protected]> Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general -- LambdaWerk GmbH Oranienburger Straße 87/89 10178 Berlin Phone: +49 30 555 7335 0 Fax: +49 30 555 7335 99 HRB 169991 B Amtsgericht Charlottenburg USt-ID: DE301399951 Geschäftsführer: Hans Hübner http://lambdawerk.com/
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
