Page 1 of 1

Information Server Oracle EE configuration

Posted: Tue Jan 12, 2010 11:27 pm
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,

Posted: Tue Jan 12, 2010 11:37 pm
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.

Posted: Tue Jan 12, 2010 11:54 pm
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,