Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm loading data close to 700,000 rows with around 10 input fields.Once i load the data and Hit save,i run out of virtual memory and eventually end up not saving the QVW file.Any one faced similar issues before?
Thanks,
Santhosh.
Sure have, do you have any synthetic keys in your script?
NO,I'm loading from one table so i dont have any synthetic keys.
if you run your load script in a QVW with no graphs, charts, etc. does it happen?
Yes,With no sheet objects at all,it still happens!
Try separate the table into two and use a key to join.
Hi, Reduce the amount of InputFileds that you have in your script .. and tets ..
Gabriel
HI Gabriel,
I have reduced the input fields,but still the problem persists.
Thanks,
Santhosh.
Santhosh
you may have to analyze your data a bit more sometimes if you have datetime in one field then try to seperate this into 2 diff fields.do you load any images or large strings, if so then try to break it down and analyze your logs and if still not working then try to load from other system (PC) sometimes it helps.
Talha