I have an interface that creates XML files. I’ve been getting an error when the data is too big. I use odbc to get the data, then use GRMs to store the data, and I get the error when I try to encode the data from the GRM to a message handle. What resource am I running out of? Our server should have plenty of physical & shared memory available.
any ideas?