Error:No conductor nodes found in export node pool

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
Sridhar Sivakoti
Participant
Posts: 35
Joined: Tue Feb 13, 2007 5:30 am

Error:No conductor nodes found in export node pool

Post by Sridhar Sivakoti »

Hi,

When I am loading the data into sequential file I am getting below error

Error:No conductor nodes found in export node pool

Please let me know what could be the reason for this error.

Regards
Sridhar
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

How about posting your APT config file, where this type of information is stored? Also, do you specifically address node pool resource constraints in your sequential file stage?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Simple, and clear from the error message. You have an export node pool defined but it has no conductor node mentioned in it. This may because you have set APT_PM_CONDUCTOR_NODENAME to a node that is not in that node pool.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
suresh.angadi
Participant
Posts: 17
Joined: Tue Jun 23, 2009 6:44 pm

Re: Error:No conductor nodes found in export node pool

Post by suresh.angadi »

Hi Sridhar,

whenever you are reading from file or writing to file you need to user the
two environemnt variables called APT_GRID_SEQFILE_HOST and APT_GRID_SEQFILE_HOST2 which runs on conductor node, so use APT_GRID_SEQFILE_HOST2 on the file name before the file path name.

Regards
Suresh R Angadi
Sridhar Sivakoti wrote:Hi,

When I am loading the data into sequential file I am getting below error

Error:No conductor nodes found in export node pool

Please let me know what could be the reason for this error.

Regards
Sridhar
Suresh Angadi
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: Error:No conductor nodes found in export node pool

Post by ray.wurlod »

suresh.angadi wrote:whenever you are reading from file or writing to file you need to user the
two environemnt variables called APT_GRID_SEQFILE_HOST and APT_GRID_SEQFILE_HOST2 which runs on conductor node, so use APT_GRID_SEQFILE_HOST2 on the file name before the file path name.
That's only true if executing in a grid configuration. There's no evidence in the original post that such is the case.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Suresh,
APT_GRID_SEQFILE_HOST and APT_GRID_SEQFILE_HOST2 variables are used for the Grid-enabled environment.
Post Reply