Configuration file error

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
kommven
Charter Member
Charter Member
Posts: 125
Joined: Mon Jul 12, 2004 12:37 pm

Configuration file error

Post by kommven »

When trying to check configuration using "orchadmin check" getting the following output.

Need to know why this happens.

configuration file

Code: Select all

{
	node "node1"
	{
		fastname "XXXX"
		pools ""
		resource disk "/s01/DataStage/Projects/" {pools ""}
		resource scratchdisk "/r01/DataStage/Projects/" {pools ""}
	}
}
Verified fastname and disk(s) location

Code: Select all

##I TFCN 000001 18:58:53(000) <main_program> 
Ascential DataStage(tm) Enterprise Edition 7.5.1A
Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved


##I TUTL 000031 18:58:53(001) <main_program> The open files limit is 100; raising to 65536.
##I TOCK 000000 18:58:53(002) <main_program> OS charset: ISO-8859-1.
##I TOCK 000000 18:58:53(003) <main_program> Input charset: UTF-8.
##I TFSC 000001 18:58:53(004) <main_program> APT configuration file: /opt/Ascential/DataStage/Configurations/1node.apt
##I TFSC 000000 18:58:53(005) <main_program> 
This step has 1 dataset:
ds0: {op0[1p] (parallel APT_CheckConfigOperator)
      ->eCollectAny
      op1[1p] (sequential APT_RealFileExportOperator in APT_FileExportOperator)}

It has 2 operators:
op0[1p] {(parallel APT_CheckConfigOperator)
    on nodes (
      node1[op0,p0]
    )}
op1[1p] {(sequential APT_RealFileExportOperator in APT_FileExportOperator)
    on nodes (
      node1[op1,p0]
    )}
It runs 2 processes on 1 node.
##F TFPM 000279 18:58:53(000) <APT_RealFileExportOperator in APT_FileExportOperator,0> Fatal Error: Caught ORCHESTRATE exception in parallel process: APT_Archive::BadClass: From: Loading memory archive: Could not find "APT_RealFileExportOperator".

##F TFPM 000279 18:58:53(000) <APT_CheckConfigOperator,0> Fatal Error: Caught ORCHESTRATE exception in parallel process: APT_Archive::BadClass: From: Loading memory archive: Could not find "APT_CheckConfigOperator".

##E TFPM 000192 18:58:53(000) <node_node1> Player 1 terminated unexpectedly.
##E TFPM 000338 18:58:54(000) <main_program> Unexpected exit status 1
##E TFPM 000192 18:58:54(000) <node_node1> Player 2 terminated unexpectedly.
##E TFPM 000338 18:58:54(001) <main_program> Unexpected exit status 1
##E TFSR 000011 18:58:59(000) <main_program> Step execution finished with status = FAILED.
##E TOCK 000000 18:58:59(001) <main_program> ERROR: check configuration file failed.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is this repeatable, or did it happen only once? How heavily loaded was your server at the time? What is the value of the APT_ORCHHOME environment variable, and does this point to PXEngine?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kommven
Charter Member
Charter Member
Posts: 125
Joined: Mon Jul 12, 2004 12:37 pm

Post by kommven »

We have changed our authenication from rsh to ssh and it happening from then on.

We have to change the scripts in bin and etc to enable HA (high availabilty)

APT_ORCHHOME and APT_CONFIG_FILE are set properly.

I believe orchadmin is looking for some missing libs.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Why wouldn't you have put this information in your first post? That's a pretty big clue as to what could be going on. :?

Have you done the whole RSA key generation thing to allow ssh to login without a password?
-craig

"You can never have too many knives" -- Logan Nine Fingers
kommven
Charter Member
Charter Member
Posts: 125
Joined: Mon Jul 12, 2004 12:37 pm

Post by kommven »

Keygen was completed successfully.
Ina shell, We could ssh from one box to itself and to other boxes without passwords.
and same on every box.

I am trying to check my config on just primary and then go with load balancing.

I am unable to understand why there is Lib's/Memory load error
  • Do I need to enable any env. variables?
    If so what are needed and what to enable to make the orchadmin work without those error.
    Are they any other scripts that are invoked by orchadmin? If yes, what are they?
    What are all env. variables needed by invoked scripts?
kommven
Charter Member
Charter Member
Posts: 125
Joined: Mon Jul 12, 2004 12:37 pm

Post by kommven »

Any Help to debug

Code: Select all

Caught ORCHESTRATE exception in parallel process: APT_Archive::BadClass: From: Loading memory archive: Could not find "APT_RealFileExportOperator". 
[/b]
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What's changed? Presumably this job ran successfully prior - or is it a new job that has never been run?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kommven
Charter Member
Charter Member
Posts: 125
Joined: Mon Jul 12, 2004 12:37 pm

Post by kommven »

This is the orchadmin utility at Unix prompt

Code: Select all

orchadmin check
Post Reply