main_program: APT_PMListenerPort: socket() call failed: Too

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sd
Premium Member
Premium Member
Posts: 5
Joined: Fri May 15, 2009 9:29 am

main_program: APT_PMListenerPort: socket() call failed: Too

Post 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,
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Terala
Premium Member
Premium Member
Posts: 73
Joined: Wed Apr 06, 2005 3:04 pm

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

Post 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?
Post Reply