Page 1 of 1

Error when checking configuration file

Posted: Fri Mar 26, 2010 5:37 am
by pratyusha
Hi All,
I am trying to check the below configuration file and I get the following error. I am also the administrator here but I have least idea of what this error implies. I tried to search this forum but in vain. Can you please help me?

The error is
ld.so.1: orchadmin: fatal: relocation error: file /etltst/opt/app/dstage/Ascential/DataStage/PXEngine.600.1/bin/orchadmin: symbol __1cUAPT_StringDescriptorSregisterDescriptor6F_i_: referenced symbol not found
Killed

Configuration file looks like this:
{
node "node1"
{
fastname "bbmkscretl51"
pools ""
resource disk "/etltst/GPOS/work_06/datasets" {pools ""}
resource scratchdisk "/etltst/GPOS/work_06/scratch" {pools ""}
}
node "node2"
{
fastname "bbmkscretl51"
pools ""
resource disk "/etltst/GPOS/work_06/datasets" {pools ""}
resource scratchdisk "/etltst/GPOS/work_06/scratch" {pools ""}
}
node "node3"
{
fastname "bbmkscretl51"
pools ""
resource disk "/etltst/GPOS/work_06/datasets" {pools ""}
resource scratchdisk "/etltst/GPOS/work_06/scratch" {pools ""}
}
}

Posted: Fri Mar 26, 2010 5:56 am
by ArndW
Do you get this error only when checking this particular file, or on any use of the orchadmin command, i.e. "orchadmin check"?

Posted: Fri Mar 26, 2010 6:08 am
by pratyusha
Thanks for replying. I get this error when I issue orachadmin -check
:ETLTST:/etltst/opt/app/dstage/DataStage752/Ascential/DataStage/DSEngine>orchadmin -check
ld.so.1: orchadmin: fatal: liborchgeneralsun4.so: open failed: No such file or directory
Killed

Posted: Fri Mar 26, 2010 7:11 am
by ArndW
That error is typical when you haven't sourced the dsenv file in your $DSHOME directory.

Posted: Fri Mar 26, 2010 10:01 am
by dspxguy
pratyusha wrote:I get this error when I issue orachadmin -check

orchadmin check

Posted: Fri Mar 26, 2010 2:18 pm
by ray.wurlod
Can you check the configuration file successfully with the GUI (in Designer, Tools > Configurations)?

Posted: Mon Mar 29, 2010 5:49 am
by ArndW
If you haven't sourced the dsenv file correctly, then the 'orchadmin' command won't work. As Ray suggested, check it from your designer. It will probably work, as the dsenv file is executed by the background process.