Kbase 20454: Error with PROCOPY of Multi-Volume Databases
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/10/2005 |
|
Status: Unverified
SYMPTOM(s):
Error when using PROCOPY to replicate or move a database.
Unable to open file: <file-name>. Errno=24 (98)
** Cannot find or open file <file-name>, errno =24.(43)
CAUSE:
Errno=24 indicates too many files are being held open by the process. This indicates that the NOFILE or NFILE setting is set to low for this operation.
FIX:
Set NOFILE or NFILE to a higer value.
During a PROCOPY, the process needs all source and destination extents open at once. This can exceed the largest number of simultaneously open files set for the session. The number of extents being copied from source and the target need to be accounted for.