Fatal Error: The configuration does not contain the invoking

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
n.parameswara.reddy@accen
Participant
Posts: 40
Joined: Mon May 18, 2009 5:22 am

Fatal Error: The configuration does not contain the invoking

Post by n.parameswara.reddy@accen »

i have written one config file for the datastage, but while checking, i am getting below error.

Fatal Error: The configuration does not contain the invoking node pvzdv302.

configfile

{
node "node1"
{
fastname "pvzdv3020"
pools ""
resource disk "/data001_dwhsPROD/datasets" {pools ""}
resource scratchdisk "/data001_dwhsPROD/scratch" {pools ""}
}
node "node2"
{
fastname "pvzdv3020"
pools ""
resource disk "/data002_dwhsPROD/datasets" {pools ""}
resource scratchdisk "/data002_dwhsPROD/scratch" {pools ""}
}
}


please help me.

thanks for advance
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Your configuration file does not include any name for the server machine hostname - pvzdv302.

I am sure this is discussed before. Do a search.
nikhilanshuman
Participant
Posts: 58
Joined: Tue Nov 17, 2009 3:38 am

Post by nikhilanshuman »

try searching for "The configuration does not contain".

there are many posts on this error...
Nikhil
n.parameswara.reddy@accen
Participant
Posts: 40
Joined: Mon May 18, 2009 5:22 am

Post by n.parameswara.reddy@accen »

nikhilanshuman wrote:try searching for "The configuration does not contain".



RESOLUTION FOR THIS ISSUE IS
we need to assign server name for this parameter in the ADMINISTRATOR
APT_PM_CONDUCTOR_HOSTNMAE = [server name]
there are many posts on this error...
Post Reply