default node pool must be empty

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
shivadas
Participant
Posts: 48
Joined: Tue Jun 12, 2007 12:10 am

default node pool must be empty

Post by shivadas »

Hi All,

I am facing the following problem when i a m trying to run PX job.
Any one have a soluction for this error?

##I TFCN 000001 16:15:01(000) <main_program>
Ascential DataStage(tm) Enterprise Edition 7.5
Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved


##I TOSH 000002 16:15:01(001) <main_program> orchgeneral: loaded
##I TOSH 000002 16:15:01(002) <main_program> orchsort: loaded
##I TOSH 000002 16:15:01(003) <main_program> orchstats: loaded
##W TCOS 000049 16:15:02(000) <main_program> Parameter specified but not used in flow: DSProjectMapName
##I TFSC 000001 16:15:02(005) <main_program> APT configuration file: D:/Configurations/default.apt
>##F TFSC 000000 16:15:03(000) <main_program> Fatal Error: The set of available nodes for op0 (sequential ODBC_Enterprise_3).
>is empty. This set is influenced by calls to addNodeConstraint(),
>addResourceConstraint() and setAvailableNodes(). If none of these
>functions have been called on this operator, then the default node
>pool must be empty.
>This step has 3 datasets:
>ds0: {op0[] (sequential ODBC_Enterprise_3)
> >eCollectAny
> op1[] (sequential _Head)}
>ds1: {op1[] (sequential _Head)
> >eCollectAny
> op2[] (sequential _PEEK_IDENT_)}
>ds2: {op2[] (sequential _PEEK_IDENT_)
> >eCollectAny
> op3[] (sequential _ABORT_IDENT_)}
>
>It has 4 operators:
>op0[] {(sequential ODBC_Enterprise_3)
> }
>op1[] {(sequential _Head)
> }
>op2[] {(sequential _PEEK_IDENT_)
> }
>op3[] {(sequential _ABORT_IDENT_)
> }
>
>

Thanks
Shiva
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Post your configuration file so that we can see how (or whether) a default node pool has been defined.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
shivadas
Participant
Posts: 48
Joined: Tue Jun 12, 2007 12:10 am

default node pool must be empty

Post by shivadas »

Hi Ray,

This is my default.apt file contains

{
node "node1"
{
virtmem 512
physmem 128
fastname "SHIVA"
pools "node1" "node1s"
resource disk "d:/Datasets" { pools ""}
resource scratchdisk "d:/Scratch" { pools ""}

}

}

This error is comming even when i am trying to view data.

ray.wurlod wrote:Post your configuration file so that we can see how (or whether) a default node pool has been defined. ...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Code: Select all

pools "" "node1" "node1s" 
You need to include "" as the default node pool name.
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