Page 1 of 1

Unable to allocate communication resources...

Posted: Mon Feb 06, 2012 1:42 pm
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.

Posted: Mon Feb 06, 2012 11:41 pm
by kandyshandy
Did you try view data in sequential file?

Posted: Tue Feb 07, 2012 10:16 am
by srds2
Did you check if your temp space is full

Posted: Tue Feb 07, 2012 11:11 am
by kaps
I figured it out. It's because of the null value in the transformer...

Thanks