‎2007 Mar 12 1:32 PM
Hi All,
I am trying to test a program but it failed due to low memory as input file size is 450MB + all the time . It's saying that the memory is low and leave the transaction before taking a break! This occures when the trasfer happened
" TRANSFER GT_T_DATA TO PATH_FILE2."
Just tell me how to solve this issue .
‎2007 Mar 12 1:36 PM
I'm guessing you're still in the development system - once you move to quality or production you probably won't see the problem any longer, since those systems tend to be more powerful and have more memory to handle big jobs like that.
Also, maybe try running in background?
If that's not possible or if that still causes the error, try as suggested above and split the file during testing.
Message was edited by:
Bryan Cain
Misread the post - didn't realize the OP said the program failed.
‎2007 Mar 12 1:35 PM
Hi
Ask your basis Guy to increase the memory.
Or split the file and work with less data.
Regards,
Anji
‎2007 Mar 12 1:36 PM
I'm guessing you're still in the development system - once you move to quality or production you probably won't see the problem any longer, since those systems tend to be more powerful and have more memory to handle big jobs like that.
Also, maybe try running in background?
If that's not possible or if that still causes the error, try as suggested above and split the file during testing.
Message was edited by:
Bryan Cain
Misread the post - didn't realize the OP said the program failed.