Hi all,
I keep getting error below:
Looks like sqlplus client is working and I can connect to oracle repository with no problems. Looks like my environment is set right.
Why am I getting this error when i am trying to configure bo data integrator server?
Any help would be really appreciated!!!
Enter a Name for Job Server [Server1]:
Enter TCP Port Number for Job Server :3500
Do you want to manage adapters and SNMP communication for the Job Server ‘Y|N’ [N]:
Do you want to Enable SNMP for this JobServer ‘Y|N’ [N]:
- Oracle
- Informix
- DB2
- Sybase ASE
Enter the database type (1,2,3 or 4) for the associated repository: 1
Enter the repository connection string: REPO
Enter the repository username: bodi
Enter the repository password (not echoed):
Confirm the repository password (not echoed):
Passwords do not match!!! Please enter them again.
Enter the repository password (not echoed):
Confirm the repository password (not echoed):
Passwords do not match!!! Please enter them again.
Enter the repository password (not echoed):
Confirm the repository password (not echoed):
S# Job Server Name TCP Enable Repository Connection
Port SNMP
1 Server1 3500 N bodi@REPO__Oracle
Is this information correct [Y/N]? y
Updating the repository <bodi@REPO__Oracle>. Please wait…
(11.5) 04-08-08 16:05:42 (E) (25928:4130629312) CON-120421: Initialization
Oracle shared library <libclntsh.so> not found. Please make sure it is installed and can be located using the library search
path (LIBPATH on AIX, LD_LIBRARY_PATH on Solaris/Linux, SHLIB_PATH on HP-UX). Please check the file permissions for
<libclntsh.so>.
UNABLE to Update the repository <bodi@REPO__Oracle>. Please check the /tmp/al_machine.out.25909 for more details!
SNMP is disabled.
Also:
the file that it cant find. is there:
[oracle@batchetl-1 client]$ pwd
/data/oracle/product/10.2.0/client
[oracle@batchetl-1 client]$ find . -name libclntsh.so -print
./lib32/libclntsh.so
./lib/libclntsh.so
[b][oracle@batchetl-1 client]$ ls -lt lib/libclntsh.so
lrwxrwxrwx 1 oracle oinstall 59 Mar 28 19:33 lib/libclntsh.so -> /u01/app/oracle/product/10.2.0/client/lib/libclntsh.so.10.1[/b]
achervinsky (BOB member since 2008-04-08)