Kbase P4805: Too many background processes causing error *** Cannot find
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/30/2003 |
|
Status: Unverified
FACT(s) (Environment):
SCO UnixWare 7.1.1
SYMPTOM(s):
Error running a batch job with mbpro.
mbpro command line ends with an ampersand (&).
Number of files opened not exceeding sfnolim (soft limit).
** Cannot find or open file <file-name>, errno = <number>. (43)
** Cannot find or open file <file-name>, errno = 24.(43)
CAUSE:
Too many background being exec'd out.
FIX:
Check how many times a new background process is being started when launching program. For example, Mbpro is a background process. An & at the end of the command line will open another background process. This is unnecessary.