Error when checking configuration file

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
pratyusha
Participant
Posts: 50
Joined: Wed Nov 22, 2006 4:58 am

Error when checking configuration file

Post 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 ""}
}
}
Thanks
Prathyusha
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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"?
pratyusha
Participant
Posts: 50
Joined: Wed Nov 22, 2006 4:58 am

Post 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
Thanks
Prathyusha
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

That error is typical when you haven't sourced the dsenv file in your $DSHOME directory.
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

pratyusha wrote:I get this error when I issue orachadmin -check

orchadmin check
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Can you check the configuration file successfully with the GUI (in Designer, Tools > Configurations)?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
Post Reply