Kbase P98769: Batch job fails with error 49
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/14/2004 |
|
Status: Unverified
FACT(s) (Environment):
HP-UX 10.20
Progress 8.3A
SYMPTOM(s):
Batch job fails with error 49
Batch job succeeds after being restarted.
protrace references functions - utrealloc, realloc, malloc
CAUSE:
Temporary memory resource issue on server machine.
utrealloc is a Progress-internal function called when more resources are required to be allocated. utrealloc calls the os functions realloc and malloc. The fact that these are the functions where the failure occurs and that the job succeeds when restarted suggests (most likely) that there was a temporary shortage of resources on the machine.
FIX:
1. Check what else might be running and consuming memory.
2. Check if enough swap is allocated and increase as necessary.