Tag Archives: FND_FILE

ORA-20100: File o0150175.tmp creation for FND_FILE failed

Problem:

When running the Diagnostics: Apps Check from the Purchasing responsibility in Oracle Applications E-Business Suite 11i, the concurrent request completes in error and following error appears at the bottom of the output log:

declare
*
ERROR at line 1:
ORA-20100: File o0150175.tmp creation for FND_FILE failed.
You will find more information on the cause of the error in request log.
ORA-06512: at “APPS.FND_FILE”, line 407
ORA-06512: at “APPS.FND_FILE”, line 581
ORA-06512: at line 120

Solution:

Ran out of disk space on the db machine. The temp directory used by EBS is in the /var directory, which is only 1GB in size. The /var directory is being filled by yum updates.

As root user, execute the command ‘yum clean all’. Stop the yum updates by issuing the command ‘/etc/init.d/yum-updatesd stop’.

ORACLE error 20100 in FDPSTP

Problem: When running the Payments batches process in Oracle, the following error occurs.

ORACLE error 20100 in FDPSTP 

Cause: FDPSTP failed due to ORA-20100: File o}|#{|.tmp creation for FND_FILE failed. 
You will find more information on the cause of the error in request log. 
ORA-06512: at "APPS.FND_FILE", line 396 ORA-06512.

Solution: Free disk space.

The drive on which temp files were created (pointed to by %TEMP% or %TMP%) ran out of space. Clear some disk space, and then rerun the Payments batches process.