We are facing a problem in which sometime background jobs read the file from al11 and sometimes it says file not found.
Steps we are doing
1) reading .xls file from foreground job
2) right to AL11 in .xls format
3) submit program in background mode
4) read the file from AL11 . here sometimes file read from al11 and sometimes it throw message file not found. but if we check after few seconds or run the background job again using JDBG , it work perfectly..
Anyone face this kind of problem
My assumption is .xls format take few second more and submit program run before file actually created at AL11.