‎2007 Oct 15 8:29 AM
hi all,ve developed report is uploading text file, after that there is no errors for that.
in my report there is no errors. but i got am runtime error discription like ;
when the program was running, it was established that more memory was needed then the operating system is able to provide savely. to avoid system crash, u must prevent this situation.
so how to solve this problem.
Thanks in advance.
sudharsan.
‎2007 Oct 15 9:26 AM
It is possibly caused by the size of the file you are trying to upload, if the program tries to hold the entire file in memory (potentially alongside multiple database tables) this may be too much.
Try splitting the file into smaller files.
Regards,
Nick
‎2007 Oct 15 9:34 AM
Hi,
Ask your BASIS consultant to increase the Buffer & Memory size.
Show him the error message & he will fix it.
Best regards,
Prashant
‎2007 Oct 15 9:35 AM
Hi sudarshan,
Use a TRY block and catch the exception in the CATCH block. This will atleast make sure that code will not dump (runtime error). To know which exception to catch, just check the runtime error screen....it will tell you the exception. You will need to catch this exception within the TRY block.
This should solve your problem.
Regards,
Vijay
<b>PLZ reward points if helpful</b>