ORA-20100 FND-FILE.put_line . "cannot write to the file lxxxxx.tmp"
I am calling a common code which has fnd_file.put_line from concurrent program, workflow and SOA ISG webservices.
I see the call intermittently failing and with the error cannot write to <log file name>.
We are in 12.2.4 and SOA 12c and multi node.
This was perfectly working fine and off-late the issue started popping up in production. We havent seen this so far in any other instance and is not reproducible. A webservice once failed with this error, if retried works perfectly fine.
We also tried wiping out all the tmp file frm temp_file directory and ran the webservice. It worked.