Page 1 of 1

main_program: APT_PMListenerPort: socket() call failed: Too

Posted: Tue Sep 29, 2009 3:51 pm
by sd
We have a single job where we have multiple stages to load datasets into Oracle 10.
Individually each one of these pairs of stages will run, but when we get 50 in a single job we get this fatal error :


main_program: APT_PMListenerPort: socket() call failed: Too many open files

We can run a job with 10 pairs of dataset to Oracle stages.

We are very new to DataStage and are wondering if there is a configuration setting somewhere that we need to tweak.

Thanks,

Posted: Tue Sep 29, 2009 4:16 pm
by ray.wurlod
Check with your Oracle DBA to determine the maximum number of Oracle listeners that have been configured. This will be a hard upper limit for your (system-wide) number of simultaneous connections.

Re: main_program: APT_PMListenerPort: socket() call failed:

Posted: Mon Feb 01, 2010 11:03 am
by Terala
sd wrote:We have a single job where we have multiple stages to load datasets into Oracle 10.
Individually each one of these pairs of stages will run, but when we get 50 in a single job we get this fatal error :


main_program: APT_PMListenerPort: socket() call failed: Too many open files

We can run a job with 10 pairs of dataset to Oracle stages.

We are very new to DataStage and are wondering if there is a configuration setting somewhere that we need to tweak.

Thanks,
Hi sd,
were you able to resolve this issue?