jatin_sanghi
22nd May 2013, 12:31
Hi All,
I'm trying to read a file on baan server using the standard seq.open() command. The file size is 9.5 GB.
Now, in debugger when I go past the file_pntr = seq.open(...), the file_pntr returns nothing..neither zero nor any other value. The program continues to execute and exits smoothly without any errors. However, I'm not able to open the file and read records from it.
All smaller files (I have checked upto 800MB) are being handled successfully. Is there any limitation of file size that Baan can handle in seq.open?
Please help.
Thanks and Regards,
Jatin
I'm trying to read a file on baan server using the standard seq.open() command. The file size is 9.5 GB.
Now, in debugger when I go past the file_pntr = seq.open(...), the file_pntr returns nothing..neither zero nor any other value. The program continues to execute and exits smoothly without any errors. However, I'm not able to open the file and read records from it.
All smaller files (I have checked upto 800MB) are being handled successfully. Is there any limitation of file size that Baan can handle in seq.open?
Please help.
Thanks and Regards,
Jatin