recovering install.liborchteradata

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
harryhome
Participant
Posts: 112
Joined: Wed Oct 18, 2006 7:10 am

recovering install.liborchteradata

Post by harryhome »

Hi,

we have a problem
install.liborchteradata file is rename to install.liborchteradata.sh

we need to revert this file to original copy as now .sh file is not the correct one.

Is the any way to recover the file to unknownformat but not to .sh script format?
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Rename it back.
Btw, who renamed it? got renamed automatically? You getting any issue during run time because of this?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
harryhome
Participant
Posts: 112
Joined: Wed Oct 18, 2006 7:10 am

Post by harryhome »

This file was frist as install.liborchteradata with unknown file format then when we changed it to install.liborchteradata.sh its file format got changed to .sh script

Now were not able to figure out how to change it back to unknow format. As renaming is not possible, because the name is same as install.liborchteradata but format got changed from unknown format to .sh script file.

We are on windows, does this change affect us?

We went to do this to resolve the oracle connectivity problem , viewtopic.php?t=127193&highlight=liborchoraclent
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That particular library (install.liborchteradata) is pertinent to Teradata - it has nothing whatsoever to do with Oracle.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
harryhome
Participant
Posts: 112
Joined: Wed Oct 18, 2006 7:10 am

Post by harryhome »

Thanks Ray.

we are getting error as

main_program: PATH search failure:
main_program: Error loading "liborchoraclent": Could not load "liborchoraclent": The specified module could not be found. .
main_program: Could not locate operator definition, wrapper, or Unix command for "orawrite"; please check that all needed libraries are preloaded, and check the PATH for the wrappers
main_program: Creation of a step finished with status = FAILED.


What should be the value in PATH variable?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Where is liborchoraclent.so on your system? Is its parent directory in your shared library search path (LD_LIBRARY_PATH probably)?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply