Hello,
we try to read (larger) files with the filereadex function into a blob. Our application crashes with a "Bad runtime function reference" error. I tried with around 500 files and found 5 files with this error.
I also found this bug report https://apps.support.sap.com/sap/support/knowledge/preview/en/2475963 and I think it is the same problem. We use PB12.6 atm. Is this bug still there in PB 2017?
you mean like this?
do while FileRead(li_filenum, lb_temp) > 0
lb_file += lb_temp
loop
With my files it seams i'm running in an endless loop ... not sure ... try catch doesn't catch an error.
David