Unable to allocate communication resources

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mekrreddy
Participant
Posts: 88
Joined: Wed Oct 08, 2008 11:12 am

Unable to allocate communication resources

Post by mekrreddy »

Lately our jobs with Aggregator stage started failing with Below errors:
"sendWriteSignal() failed on node <Server name > ds = 1 conspart = 0 Broken pipe"
"Fatal Error: Unable to allocate communication resources"
"Premature EOF on node <Server> Socket operation on non-socket"
Only jobs with aggregator are failing. I checked Scratch disk, tmp space. everything looks good. Looks like a space issue, But not sure which space is full. Please advise.

Thanks a lot in advance..
stuartjvnorton
Participant
Posts: 527
Joined: Thu Apr 19, 2007 1:25 am
Location: Melbourne

Post by stuartjvnorton »

Did you monitor the disk space while the job is running?
Not much point checking afterwards.

Also try running it with a subset of the data. Does it run successfully?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why do you think "unable to allocation communication resources" is a disk space issue?

Does your configuration file mention more than one fastname value?
What stage types are upstream and downstream of the Aggregator stage? What operators are upstream and downstream of the group operator in the score?
Are you using Sort method or Hash method in the Aggregator? How many distinct groups are there/will there be?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply