Hi,
I have a suggestion to write your own wrapper on top of recordloader.

I have faced the same issue once.
So i extended the record loader and written my own wrapper in java to
handle all the exception message in my own try,catch block and for failed
files i have created LoadFailureException class to take care of all files
which failed to load during the loading process.
It helped me.
On May 13, 2013 11:57 PM, <[email protected]> wrote:

> Send General mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://developer.marklogic.com/mailman/listinfo/general
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of General digest..."
>
>
> Today's Topics:
>
>    1. Re: Recordloader (Michael Blakeley)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 13 May 2013 10:45:50 -0700
> From: Michael Blakeley <[email protected]>
> Subject: Re: [MarkLogic Dev General] Recordloader
> To: MarkLogic Developer Discussion <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> Grep the logs. Different errors will produce different messages. A common
> one is:
>
>     WARNING: Error while processing [filename]
>
> Another useful string to look for is "Exception".
>
> -- Mike
>
> On 13 May 2013, at 02:49 , Mohanraj Chozhan <[email protected]>
> wrote:
>
> > I am using recordloader to load bulk data to ML database. I have a
> requirement wherein whenever a document fails to load to the database,
> document name should be returned. Could you please let me know how this can
> be achieved with recordloader.
>
>
>
> ------------------------------
>
> _______________________________________________
> General mailing list
> [email protected]
> http://developer.marklogic.com/mailman/listinfo/general
>
>
> End of General Digest, Vol 107, Issue 29
> ****************************************
>
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to