Hi there,
I am facing time to time the below error message in different environments.
Error FIL-080101: Cannot open file
/usr/sap/II1/dataservices/log/JobServer_1/dsrist__ii1adm/error_12_27_2013_22_20_11_695__91467b7c_db0e_41bb_b87a_c4b433d7191b.txt
.idx in 'rb' mode. OS error message <No such file or directory>. OS error number <2>. al_engine reached 'fileopen_retry_time' limit so exiting
The job has been working fine; basically the job extract data from SAP BW Open Hub and generate a CSV file on the server.
From the error message, I undestand that data services is trying to open 695__91467b7c_db0e_41bb_b87a_c4b433d7191b.txt file which is my exported shell script
to write something and is not able to do so.
Questions: Is this OS related? below my AIX Ulimit
file (blocks) unlimited
data (kbytes) unlimited
stack (kbytes) 4194304
memory (kbytes) unlimited
nofiles (descriptors) unlimited
When I re-run the job it works fine -- How to prevent this to happen again?
Thanks,
Blaiso