Error in configuration file

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
legendkiller
Participant
Posts: 60
Joined: Sun Nov 21, 2004 2:24 am

Error in configuration file

Post by legendkiller »

following is our configuration file

{
node "node1"
{
fastname "pete1"
pools ""
resource disk "/u01/app/Ascential/DataStage/Datasets" {pools ""}
resource scratchdisk "/u01/app/Ascential/DataStage/Scratch" {pools ""}
}
}

we getting error when we are trying to check it

##I TFCN 000001 10:11:29(000) <main_program>
Ascential DataStage(tm) Enterprise Edition 7.5.0.1
Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved


##I TOCK 000000 10:11:29(001) <main_program> OS Charset: UTF-8
##I TOCK 000000 10:11:29(002) <main_program> Input Charset: UTF-8
##F TFCF 000014 10:11:29(003) <main_program> Fatal Error: Configuration does not contain the invoking node PUNACX010

anybody have an idea why this error is coming
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Try changing your fastname to your machine name.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Read all the information in the error report. In particular "Configuration does not contain the invoking node PUNACX010" tells you exactly what's wrong, which Sainath has correctly diagnosed.

In the manual and/or in the training you will learn that fastname is the name of a network node, usually the name by which it is known on the fastest network connection available.

You will also learn that the node on which the jobs are submitted, and where the main controlling process (the "conductor" process, hence the "conductor node") must always appear in a configuration file.
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