If you can provide the full RecordLoader logs we may be able to diagnose the problem.
One potential problem I see is that your CONNECTION_STRING doesn't seem to have a username or password. -- Mike On 19 Apr 2013, at 11:36 , Mohanraj Chozhan <[email protected]> wrote: > Which version of MarkLogic are you using? > We are using ML6. > > Which version of RecordLoader? > > recordloader.jar – We can’t find the version > xpp3-1.1.3_8.jar > > What’s the exact command you’re issuing to invoke the JAR? > > We are using the below code to execute the recordloader > > String[] args = { "resources/ recordloader.properties " }; > try { > RecordLoader.main(args); > } catch (Exception e) { > throw new MarocMLDBException("Uploading bulk files > unseccessful", e); > } > recordloader.properties > > CONNECTION_STRING=xcc://localhost:8100/test > INPUT_PATH=D:/test > OUTPUT_COLLECTIONS=wikipedia > DOCMENT_TYPE=binary > URI_PREFIX=/FR/ > > What’s the error message you’re getting? > XML files are getting load into ML repository. > > Can you provide the MLCP Sample working , We tried and unable to use it. > > That’s reason we are using chosen recordloader. > > It will more helpful if we get the sample of MLCP to use. > > Thanks in advance > > Mohanraj > > From: [email protected] > [mailto:[email protected]] On Behalf Of Justin Makeig > Sent: Friday, April 19, 2013 11:49 PM > To: MarkLogic Developer Discussion > Subject: Re: [MarkLogic Dev General] Record Loader - not able to load binary > files (pdf, images) > > Which version of MarkLogic are you using? Which version of RecordLoader? > What’s the exact command you’re issuing to invoke the JAR? What’s the error > message you’re getting? If you’re using MarkLogic 6, you might also take a > look at mlcp <http://docs.marklogic.com/guide/ingestion/content-pump>. > > Justin > > Justin Makeig > Director, Product Management > MarkLogic Corporation > [email protected] > www.marklogic.com > > > > > On Apr 19, 2013, at 11:11 AM, Mohanraj Chozhan <[email protected]> > wrote: > > > Hi, > > I am using the ML record Loader. But unable to load the binary files pdf, > images into ML repository. > > In the record loader properties file we added > > DOCUMENT_TYPE=binary > > But still facing the issue to load it. > > Can someone help me out on this. > > Regards, > Mohanraj > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely > for the use of the addressee(s). If you are not the intended recipient, > please > notify the sender by e-mail and delete the original message. Further, you are > not > to copy, disclose, or distribute this e-mail or its contents to any other > person and > any such actions are unlawful. This e-mail may contain viruses. Infosys has > taken > every reasonable precaution to minimize this risk, but is not liable for any > damage > you may sustain as a result of any virus in this e-mail. You should carry out > your > own virus checks before opening the e-mail or attachment. Infosys reserves > the > right to monitor and review the content of all messages sent to or from this > e-mail > address. Messages sent to or from this e-mail address may be stored on the > Infosys e-mail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
