Page 1 of 1

Error in configuration file

Posted: Tue Jul 12, 2005 10:46 pm
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

Posted: Wed Jul 13, 2005 2:50 am
by Sainath.Srinivasan
Try changing your fastname to your machine name.

Posted: Wed Jul 13, 2005 3:18 am
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.