Out of Memory Error with CFXML tag
After spending several days successfully constructing an XML data extract template and getting it to work as needed, I'm frustated to discover that when I try to run a large batch, I get an "outofmemory" error. I have tons of data to extract covering several years and my client wants the data in monthly batches. But the most I can run without getting the out of memory error is about 5 days.
I've read in the Forums about being able to append to an existing file, but it requires reading in the existing output and placing the new entry in the appropriate spot, then re-writing the entire file. That does not sound like a viable solution for me.
Is there any other way to resolve this without trying to find another solution outside of ColdFusion? The data is stored in a SQL Server 2005 database in multiple tables, and has to be manipulated before outputing it into XML (stored code values have to be intrepreted, dates set in a specific format, etc.). The thought of starting over with something else besides CF makes me want to puke! So I'm desparately hoping that someone has a quick fix to what I've already written using the CFXML tag.
