Re: [MarkLogic Dev General] Error while loading large XML document

2009-09-24 Thread Michael Blakeley
Josh, That error message suggests that your query is trying to insert items.xml after all (and probably not getting far enough to see if the EXPNTREECACHEFULL will happen or not). What does your full query look like now? As Tim mentioned, you could also set a fragment root on "item". However

RE: [MarkLogic Dev General] Error while loading large XML document

2009-09-24 Thread Tim Meagher
I had the same problem, so I set the fragment root to one of the commonly occurring elements in the document. It split the document into more fragments when loading it. Best to you! Tim Meagher - AAOM Consulting -Original Message- From: general-boun...@developer.marklogic.com [

Re: [MarkLogic Dev General] Error while loading large XML document

2009-09-24 Thread Josh Daymont
Hi Mike, Thanks your idea of not loading items.xml into the database seemed to sort out the cache issue. I also reset the ingestion and other buffers back to their default sizes as you suggested. At this point I am getting this error: XDMP-FRAGTOOLARGE: Fragment of items.xml too large for in-me

Re: [MarkLogic Dev General] Error while loading large XML document

2009-09-24 Thread Michael Blakeley
Josh, Your immediate problem is that you're changing the wrong settings. You have changed the ingestion buffer size, not the cache size. That's a common mistake, but it's important that you reset those in-memory list and tree sizes to their original values. Ignoring this advice may cause the