Page 1 of 1

Help needed about config file in PX

Posted: Tue Jul 19, 2005 12:12 am
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.

Posted: Tue Jul 19, 2005 12:32 am
by ArndW
Krishna,

sounds like your hosts file is incomplete. What happens if you do a "ping PUNACX010.xxxxx.com" on the host?

Posted: Tue Jul 19, 2005 12:45 am
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

Posted: Tue Jul 19, 2005 5:57 am
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)