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
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Unable to allocate communication resources...

Post by kaps »

Seq File --- Transformer -- DB2Stage API stage.

I get the following error from Sequential file stage.

sqf_States,0: Fatal Error: Unable to allocate communication resources

It's a new project and this is the first time we are trying to load a table in this database.

I tried few options mentioned in the forum like creating APT_PM_CONDUCTOR_TIMEOUT=60, APT_PM_NODE_TIMEOUT=60, APT_DISABLE_TRACKER_STARTUP = 1 and disabling operator combination but still does not work...

Any input is appreciated.
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

Did you try view data in sequential file?
Kandy
_________________
Try and Try again…You will succeed atlast!!
srds2
Premium Member
Premium Member
Posts: 66
Joined: Tue Nov 29, 2011 6:56 pm

Post by srds2 »

Did you check if your temp space is full
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Post by kaps »

I figured it out. It's because of the null value in the transformer...

Thanks
Post Reply