Hi James, Yes, that tries to load all 67.000 docs in one transaction. MarkLogic Server can process it much more efficient in batches of 500 to 1000. I recommend looking into utilities like recordloader or xmlsh. You can find links to them here http://developer.marklogic.com/code ..
Kind regards, Geert > drs. G.P.H. (Geert) Josten Consultant Daidalos BV Hoekeindsehof 1-4 2665 JZ Bleiswijk T +31 (0)10 850 1200 F +31 (0)10 850 1199 mailto:[email protected] http://www.daidalos.nl/ KvK 27164984 De informatie - verzonden in of met dit e-mailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend. > From: [email protected] > [mailto:[email protected]] On Behalf Of > James Ragland > Sent: donderdag 29 juli 2010 15:56 > To: General Mark Logic Developer Discussion > Subject: Re: [MarkLogic Dev General] Database Bulk File Load > ( Load Failed : SVC-EXTIME: Time limit exceeded ) > > I am running the ENTERPRISE EDITION (4.2-20100514) On the > Database Configuration Page: I run the Load Program > > -James Ragland > > Lee, David wrote: > > What program or process/commands are you using to load the files ? > > The timeout means a single transaction took longer than the > specified > > timeout. > > You can either increase the timeout (using the MarkLogic > Admin Tool), > > batch file loads into smaller transactions, or use a tool > which does > > such a batching (like RecordLoader, or the put command in the > > MarkLogic extension to xmlsh) > > > > -David > > > > > > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On Behalf Of James > > Ragland > > Sent: Thursday, July 29, 2010 8:15 AM > > To: 'General Mark Logic Developer Discussion' > > Subject: [MarkLogic Dev General] Database Bulk File Load ( > Load Failed : > > SVC-EXTIME: Time limit exceeded ) > > > > My Name is James Ragland and I am new to MarkLogic. > > This is my first time creating and loading data into MarkLogic. > > I need to know the basic to/for creating Marklogic > Databases,Forests, > > Triggers and ???. > > > > I tried to create and load 67,000 *.xml files into a > database, and got > > the above errors, can someone help me with this problem. > > > > Thanks, > > James Ragland > > Phone: 256-313-7419 > > > > _______________________________________________ > > 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 > _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
