Page 1 of 1

Configuration file error

Posted: Fri Apr 07, 2006 8:04 pm
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.

Posted: Sat Apr 08, 2006 3:14 pm
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?

Posted: Sat Apr 08, 2006 3:43 pm
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.

Posted: Sat Apr 08, 2006 7:44 pm
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?

Posted: Sun Apr 09, 2006 1:51 am
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?

Posted: Mon Apr 24, 2006 6:17 pm
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]

Posted: Mon Apr 24, 2006 6:40 pm
by ray.wurlod
What's changed? Presumably this job ran successfully prior - or is it a new job that has never been run?

Posted: Mon Apr 24, 2006 8:06 pm
by kommven
This is the orchadmin utility at Unix prompt

Code: Select all

orchadmin check