Help needed about config file in PX

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
Krishna Nair
Participant
Posts: 19
Joined: Mon Jul 18, 2005 7:43 am

Help needed about config file in PX

Post by Krishna Nair »

I'am quite new to DataStage PX and is facing the following problem.
Please help.

Thanks in advance

Following is the config file used


{
node "node1"
{
fastname "PUNACX010.xxxxx.com"
pools ""
resource disk "/u01/app/Ascential/DataStage/Datasets" {pools ""}
resource scratchdisk "/u01/app/Ascential/DataStage/Scratch" {pools ""}
}


Server name is PUNACX010.xxxxx.com

following is the error when we try to validate
/u01/app/Ascential/DataStage/Configurations/default.apt from manager


##I TOCK 000000 12:00:27(001) <main_program> OS Charset: UTF-8
##I TOCK 000000 12:00:27(002) <main_program> Input Charset: UTF-8
##I TFSC 000001 12:00:27(003) <main_program> APT configuration file: /u01/app/Ascential/DataStage/Configurations/defaultoriginal.apt
##W USBP 000002 12:00:27(000) <APT_CheckConfigOperator,0> APT_Archive::BadClass: From: Loading memory archive: Could not find "APT_CheckConfigOperator".
##E TFPM 000192 12:00:27(000) <node_node0> Player 1 terminated unexpectedly.
##E TFPM 000339 12:00:27(004) <main_program> Unexpected termination by Unix signal 6(SIGABRT)
##W USBP 000002 12:00:27(000) <APT_RealFileExportOperator in APT_FileExportOperator,0> APT_Archive::BadClass: From: Loading memory archive: Could not find "APT_RealFileExportOperator".
##E TFPM 000192 12:00:27(001) <node_node0> Player 2 terminated unexpectedly.
##E TFPM 000339 12:00:27(005) <main_program> Unexpected termination by Unix signal 6(SIGABRT)
##W TFPM 000091 12:02:56(000) <main_program> APT_PMpollUntilZero: WARNING: called with counter = 0
##E TFSR 000011 12:03:01(000) <main_program> Step execution finished with status = FAILED.
##E TOCK 000000 12:03:01(001) <main_program>
ERROR: Check configuration file failed.
Last edited by Krishna Nair on Tue Jul 19, 2005 12:40 am, edited 1 time in total.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Krishna,

sounds like your hosts file is incomplete. What happens if you do a "ping PUNACX010.xxxxx.com" on the host?
Krishna Nair
Participant
Posts: 19
Joined: Mon Jul 18, 2005 7:43 am

Post by Krishna Nair »

Hi Arnd,


After the earlier post only i figured it out and told the admin to cross check the DNS file and it seems some typ error was there. So now i'am able to view the data in the source file but while running the job aborts saying
" osh_conductor: You are not authorized to proceed! Job execution is being halted! Reason: Can't run jobs on conductor node"

And also i have updated the previous post showing the latest error while validating he config file via manager.

Please have a look and advise.

Thanks
Krishna
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

set the value of fastname to the hostname of the server.
(type 'hostname' from the command line on the server to find it's hostname)
Post Reply