Information Server Oracle EE configuration

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
teketl
Participant
Posts: 2
Joined: Mon Jan 11, 2010 8:44 am

Information Server Oracle EE configuration

Post by teketl »

Recently i installed Information Server 8.1.0.0 on Linux server using Oracle as a meta data server. ETL server and Metadata server are different servers.

As par to configuration for Oracle EE stage, Created DSXE role and provided needed grants on needed tables as mentioned in Configuration of Oracle EE document, but as part of Oracle EE configuration document mention to run below script from PXEngine/install directory - but i am not able to find install.liborchoracle file.

Code: Select all

From your $APT_ORCHHOME/install directory, execute this command: ./install.liborchoracle
for a cross validation, i checked for the same file in another instance of information server on AIX server - their also same issue, not able to locate above file. On both environments (linux and AIX) i see only 3 install scripts- they are install, install.jobmon and install.liborchsasop.

Does any one run into same kind scenario and how did it get resolved?

Thanks,
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

You are not the first to encounter this. As per the installation instructions, you have to create a link to the correct version of the library.

Either read the instructions or search DSXchange for details.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
teketl
Participant
Posts: 2
Joined: Mon Jan 11, 2010 8:44 am

Post by teketl »

Hi Ray,

in the document it says from $APT_ORCHHOME/install directory path it mention to run ./install.liborchoracle script. But i do not see in my $APT_ORCHHOME/install directory path, but i do see that file after reading your message in /opt//IBM/InformationServer/Server/DSComponents/install directory, do i need to run that script from same location? or do i need to copy that file to $APT_ORCHHOME/install directory and run it?

Thanks,
Post Reply