Error in db setup "/usr/lib/hpux64/dld.so: Unable to find library 'libclnts

Dear all,
   Whill installing sap 4.7 database instance in HPIA64 , i got error mes like
ERROR 2008-03-03 22:26:31
MUT-03010  Execution of the command "/sapmnt/C2P/exe/brconnect -u / -c -f crsyn -o SAPC2P" finished with status TST_ERROR.
cat brconnect.1.log
/usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.
Please let me what will be the problem .
Regards,
satich -k

Hi,
The SAP DBSL (dboraslib.so) will search for the Oracle client shared library in the following paths in this order of precedence:
On 64-Bit platforms:
a. /oracle/client/10x_64/instantclient
b. /oracle/client/10x_64/lib
c. /oracle/db_sw/10x_64/instantclient
d. /oracle/db_sw/10x_64/software/lib
On 32-Bit platforms:
a. /oracle/client/10x_32/instantclient
b. /oracle/client/10x_32/lib
c. /oracle/db_sw/10x_32/instantclient
d. /oracle/db_sw/10x_32/software/lib
If the client can't be found in the first path, then the second will be searched and so on. The instant client path is the same for Oracle Release 10.1 and 10.2. The path can only differ from 64 bit to 32 bit.
Thus, to solve your problem, create a dynamic link in the oracle client directory like this (for Unix 64-Bit):
cd /oracle/client/10x_64
ln -s /oracle/client/10x_64/lib lib
regards,
kaushal

Similar Messages

  • Sapinst /usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'

    Hi
    Using Oracle 10.2 , HP-UX 11.23, ECC 6.0 SR3. I am running sapinst with homogeneous system copy option. Database already restored and opened properly. Getting error during backup/restore step -creating the password file. Looking at the sapinst logs it says /usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1' 
    The Library Paths defined are below:
    For user qasadm
    DIR_LIBRARY=/usr/sap/QAS/SYS/exe/run
    SHLIB_PATH=/usr/sap/QAS/SYS/exe/run:/oracle/client/10x_64/instantclient
    For oraqas
    DIR_LIBRARY=/usr/sap/QAS/SYS/exe/run
    SHLIB_PATH=/usr/sap/QAS/SYS/exe/run:/oracle/QAS/102_64/lib
    I have checked OSS Note 819829. Verified the path /oracle/client/10x_64/
    all the files look good. The permissions and ownership are all correct under /oracle
    The sapinst is supposed to install the client.
    In /exe directory
    :qasadm 22> ldd dboraslib.so
            libnsl.so.1 =>  /usr/lib/hpux64/libnsl.so.1
            libpthread.so.1 =>      /usr/lib/hpux64/libpthread.so.1
            libclntsh.so.10.1 =>    /oracle/client/10x_64/instantclient/libclntsh.so.10.1
            libnnz10.so =>  /oracle/client/10x_64/instantclient/libnnz10.so
            libc.so.1 =>    /usr/lib/hpux64/libc.so.1
            libxti.so.1 =>  /usr/lib/hpux64/libxti.so.1
            libnnz10.so =>  /oracle/client/10x_64/instantclient/libnnz10.so
            librt.so.1 =>   /usr/lib/hpux64/librt.so.1
            libnss_dns.so.1 =>      /usr/lib/hpux64/libnss_dns.so.1
            libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1
            libm.so.1 =>    /usr/lib/hpux64/libm.so.1
            libpthread.so.1 =>      /usr/lib/hpux64/libpthread.so.1
            libunwind.so.1 =>       /usr/lib/hpux64/libunwind.so.1
            libnsl.so.1 =>  /usr/lib/hpux64/libnsl.so.1
            libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1
            libuca.so.1 =>  /usr/lib/hpux64/libuca.so.1
    R3trans -d -v works fine
    RC = 0000
    qasadm 31> ./genezi -v
    Client Shared Library 64-bit - 10.2.0.5.0
    System name:    HP-UX
    Release:        B.11.23
    Version:        U
    Machine:        ia64
    The above does not show which mode the client is running (InstantClient Mode or Oracle Home Mode)
    qasadm 33> cd /oracle/client/10x_64/instantclient
    qasadm 34> ls -ltr
    total 254056
    -rwxrwxrwx   1 qasadm     sapsys       83768 Feb 24  2011 genezi
    -rwxrwxrwx   1 qasadm     sapsys     67574560 Feb 24  2011 libociei.so
    -rwxrwxrwx   1 qasadm     sapsys     51705200 Feb 24  2011 libclntsh.so.10.1
    -rwxrwxrwx   1 qasadm     sapsys     2165720 Feb 24  2011 ojdbc6.jar
    -rwxrwxrwx   1 qasadm     sapsys     1576737 Feb 24  2011 ojdbc14.jar
    -rwxrwxrwx   1 qasadm     sapsys     1628358 Feb 24  2011 classes12.jar
    -rwxrwxrwx   1 qasadm     sapsys     5337360 Feb 24  2011 libnnz10.so
    -rwxrwxrwx   1 qasadm     sapsys        1474 Feb 24  2011 SAPIC_README
    lrwxrwxrwx   1 qasadm     sapsys          17 Dec 29 19:03 libclntsh.so -> libclntsh.so.10.1
    qasadm 35> ldd libclntsh.so.10.1
            libnnz10.so =>  /oracle/client/10x_64/instantclient/libnnz10.so
            librt.so.1 =>   /usr/lib/hpux64/librt.so.1
            libnss_dns.so.1 =>      /usr/lib/hpux64/libnss_dns.so.1
            libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1
            libm.so.1 =>    /usr/lib/hpux64/libm.so.1
            libpthread.so.1 =>      /usr/lib/hpux64/libpthread.so.1
            libunwind.so.1 =>       /usr/lib/hpux64/libunwind.so.1
            libnsl.so.1 =>  /usr/lib/hpux64/libnsl.so.1
            libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1
            libuca.so.1 =>  /usr/lib/hpux64/libuca.so.1
            libxti.so.1 =>  /usr/lib/hpux64/libxti.so.1
    So basically the file libclntsh.so.10.1 does exist and is in the path defined in the environment variable.
    Any idea experts why it cant find the library?

    Thanks. Actually its the other way round. The 10.2.0.5 you see is the Client version. The database is at 10.2.0.2. But thats not an issue. This is resolved now. Issue was sapinst was running with root and trying to start the listener and create the password file which I could do successfully manually with oraSID but not with root. Not sure why sapinst did not switch to orasid to do that
    Had to do two things:
    1) Set the correct environment variables for root (it was already good for sidadm and orasid bu must be done for root as well)
    2) Recreate the links (with ln -fs) for an older installation we had that was recently uninstalled.

  • /usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.

    Dear All,
       I am installing SAP R/3 4.7 on HPIA64-oracle,  (kernel 640), while installing db instance -at  updating database statistisc
    i got errror like
    "ERROR 2008-03-16 21:26:10
    MUT-03010  Execution of the command "/sapmnt/C2P/exe/brconnect -u / -c -f crsyn -o SAPC2P" finished with status TST_ERROR."
    Brconnect log show like
    /usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.
    How to resolve this problem
    Regards,
    satish kumar

    Hi,
    if you are using oracle 9i then use brtools 6.40,
    also check check note 819829 Oracle Database 10g: Instant Client 10.x on Unix where it is explained
    regards,
    kaushal

  • /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'.

    Hello Gurus,
    Please help me solving my issue. I am executing sqlplus "/' as sidadm but i am having the bellow error.
    :bm1302 21> sqlplus "/"
    /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'.
    Killed
    :bm1302 22> exit
    :bm1302 23> logout
    Action taken:
    Changed the permission of 'libsqlplus.so' to 775.
    I have already changed the permission of lib and run folder but when i did that i was prompted with a different error so i reverted it back to original.
    Thanks in advance,
    rachelle

    Hi Rachelle,
    This probably means that the environment is not set correctly.
    Do you have a user that can use sqlplus ? Then I'd compare the evironments of these two users.
    The environment will be different probably in the Oracle environment variables or in variables like LD_LIBRARY_PATH (or both).
    Regards,
    Anton.

  • /usr/lib/hpux64/dld.so unable to find library 'libdms2.so'

    Hi all,
    I am configuring Oracle web tier 11g on a HP-UX Itanium Machine.
    in webcache admin, listen port tab, i tried to put in port 80 as one od the port it listened. then i webcache_setuser.sh setroot user_id as per instructed, and it looks fine.
    but in the end when i try to restart using ./opmnctl startall, webcache failed to start and as i view the log, this message appear:
    */usr/lib/hpux64/dld.so unable to find library 'libdms2.so'*
    i'm out of idea already. i set SHLIB_PATH and LD_LIBRARY_PATH, also didn't work.
    please, guys. thanks a lot.

    Hi all,
    I am configuring Oracle web tier 11g on a HP-UX Itanium Machine.
    in webcache admin, listen port tab, i tried to put in port 80 as one od the port it listened. then i webcache_setuser.sh setroot user_id as per instructed, and it looks fine.
    but in the end when i try to restart using ./opmnctl startall, webcache failed to start and as i view the log, this message appear:
    */usr/lib/hpux64/dld.so unable to find library 'libdms2.so'*
    i'm out of idea already. i set SHLIB_PATH and LD_LIBRARY_PATH, also didn't work.
    please, guys. thanks a lot.

  • /usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.10.1'.

    Hi experts,
    in transaction db13, i have this error : /usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.10.1'. i don't know why i have this error because i have a oracle client 9 and not a oracle client 10.
    thank you for your help.
    Best regards.
    Souhail CHIHAIB

    > I have brtools 7.0 but It is impossible for me to install oracle client 10.2.
    the BRTOOLS depend on the database client, you can use BRTOOLS 6.40 wiht your Oracle 9.2 client but it's impossible to use the BR*TOOLS 7.00 with them.
    Why is it impossible? You don't need to change anything else but install the instantclient, the current kernel and 9.2 client is not affected.
    > i have other system with brtools 7.0 and oracle client 9, and i don't have this problem.
    Markus

  • /usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.8.0'.

    hi,
    anyone pls let me know how ot solve the below error:
    /usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.8.0'.
    database version is 10.2.0.3.0
    thanks,
    kr

    I'm bit confused.
    This error basicaly means there is problem with lib file libclntsh.sl.8.0
    There is metalink note 140921.1 how to recreate this file.
    So problem exists on server as well and on client side as well. and on client side error message is the same. Both server and client are using HP-UX?

  • Issue usr/lib/pa20_64/dld.sl: Unable to find library 'libwtc9.sl'

    Hi,
    I have an issue installing SAP on HP UNIX 11.11
    usr/lib/pa20_64/dld.sl: Unable to find library 'libwtc9.sl' , can some one help me.

    Hi Ching,
    Check for the onacle client?
    Which Oracle version you are using and which SAP you are trying to install?
    Try to give some more details.
    Best Wishes.
    Kumar

  • Error /usr/lib/pa20_64/dld.sl: Unable to find library 'libsqlplus.sl'.

    Hi,
    I am getting the above mentioned error whenever running the scripts through a scheduler (MAESTRO). If I try to runt th script manually then there is no problem.
    Oracle Version: 10.2.0.1.0
    Server: HP UNIX
    My user is added in the dba group.
    In my script I have mentioned ORACLE_HOME, ORACLE_BASE, ORACLE_SID, LD_LIBRABY_PATH,SHLIB_PATH accordingly. But still I have the same error.
    I have already checked the existance of the file under $ORACLE_HOME/lib and $ORACLE_HOME/lib32 folder and in both the places it have executable permission for all the users.
    I saw a lot of post with the same issue, but nothing worked for me. The difference in my problem is, I can run the script manually without any error, but whenever it is running via a scheduler generates the problem.
    Any help will be greatly appriciated.
    Thanks,
    Uday

    Hi,
    This is the .profile file for my user:
    # @(#)B.11.11_LR
    # Default user .profile file (/usr/bin/sh initialization).
    # Set up the terminal:
    if [ "$TERM" = "" ]
    then
    eval ` tset -s -Q -m ':?hp' `
    else
    eval ` tset -s -Q `
    fi
    stty erase "^H" kill "^U" intr "^C" eof "^D"
    stty hupcl ixon ixoff
    tabs
    # Set up the search paths:
    PATH=$PATH:
    # Set up the shell environment:
    set -u
    trap "echo 'logout'" 0
    # Set up the shell variables:
    EDITOR=vi
    export EDITOR
    export ORACLE_BASE=/prd/cosm/u01
    export ORACLE_HOME=/prd/cosm/u01/product/10.2.0
    export PATH=$ORACLE_HOME/bin:$PATH
    export SHLIB_PATH=$ORACLE_HOME/lib32
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    This is the .profile file of the user under which oracle is installed:
    # @(#)B.11.11_LR
    # Default user .profile file (/usr/bin/sh initialization).
    # Set up the terminal:
    if [ "$TERM" = "" ]
    then
    eval ` tset -s -Q -m ':?hp' `
    else
    eval ` tset -s -Q `
    fi
    stty erase "^H" kill "^U" intr "^C" eof "^D"
    stty hupcl ixon ixoff
    tabs
    # Set up the search paths:
    PATH=$PATH:.
    # Set up the shell environment:
    set -u
    trap "echo 'logout'" 0
    # Set up the shell variables:
    EDITOR=vi
    export EDITOR
    #export DISPLAY=`who -uR am i | awk '{print $8}'`":0"
    export DISPLAY=`who -uR am i`
    export HOST=`uname -n`
    export PS1=`echo '${HOST}: '`
    export ORACLE_SID=COSMPRP3
    export ORACLE_BASE=/prd/cosm/u01
    export ORACLE_HOME=/prd/cosm/u01/product/10.2.0
    export PATH=$ORACLE_HOME/bin:$PATH
    #export TNS_ADMIN=$ORACLE_HOME/network/admin
    #export SHLIB_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib64
    export SHLIB_PATH=$ORACLE_HOME/lib
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    This the environment variables I am using:
    export ORACLE_HOME=/prd/cosm/u01/product/10.2.0
    export ORACLE_SID=ERIPRP1
    export ORACLE_BASE=/prd/cosm/u01
    export SHLIB_PATH=$ORACLE_HOME/lib32
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=$PATH:$ORACLE_HOME/bin
    And this is the code I am using:
    export ORACLE_HOME=/prd/cosm/u01/product/10.2.0
    export ORACLE_SID=ERIPRP1
    export ORACLE_BASE=/prd/cosm/u01
    export SHLIB_PATH=$ORACLE_HOME/lib32
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=$PATH:$ORACLE_HOME/bin
    $ORACLE_HOME/bin/sqlplus -l my_schema/password@my_db <<!
    @/path_to_sql/my_sql.sql
    exit
    elm -s "My Subject" [email protected] < /path_to_my_log/output.log
    Desired outputs:
    $ cd $ORACLE_HOME/lib
    $ ls -lrt libsqlplus.sl
    -rwxr-xr-x 1 appora dba 916968 Aug 14 2005 libsqlplus.sl [appora is the user under which Oracle is installed]
    $ cd $ORACLE_HOME/lib32
    $ ls -lrt libsqlplus.sl
    -r-xr-xr-x 1 appora dba 3198976 Aug 14 2005 libsqlplus.sl
    Note: If I try to run the script manually it is working fine perfectly. Only from MAESTRO scheduler it is not running.

  • /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'pidbod' in load module

    Dear Gurus,
    Installation is cancelled at the phase DB creation due to the following error after oracle software installation.
    Oracle base software (10.2.0.1) is installed, patches (10.2.0.4) are applied. after this unable to login sqlplus
    with the following below error
    SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jul 6 09:36:26 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Enter user-name: /as sysdba
    /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'pidbod' in load module '/oracle/GSP/102_64/bin/oracle'.
    ERROR:
    ORA-12547: TNS:lost contact
    Could you please guide us , what needs to be done to rectify this error.
    as long as sqlplus does not work, installation can not proceed further.
    Thanks and Regards
    Purna Chandra Rao.

    Hi,
    Check SAP Note 954896 - ORA-12547 connecting to sqlplus / as sysdba on AIX 5L
    SAP Note 505630 - Composite SAP Note ORA-12547
    Hope it helps
    Thanks
    Sunny

  • SAPDBA gives error  Unable to find library 'libclntsh.sl.8.0'

    Hello All,
    I brought up a new QAS system by copying oracle and sap executables, followed by restore from online backup.
    i followed the post described below:
    How to build a new SAP system
    The oracle DB is up and running and sap is also up.
    When i try to execute sapdba,logged in as both SID<adm> and ora<SID>
    I get the follwoing error:
    <b>/usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.8.0'.
    Segmentation fault</b>
    other tools like svrmgrl and sqlplus works fine.
    Upon investigation i found that, i did not copy /oracle/client and that is causing this error.
    I copied the following /oracle directories
    /oracle/SID
    /oracle/version_number
    /oracle/stage
    I did not copy the following directories
    /oracle/client
    /oracle/oraInventory
    /oracle/jre
    /oracle/oui
    Since the system is up and running already , is it ok for me to copy the left out directories now? Also are they all needed essentially or just /oracle/client is enough.
    Please help me as this is very urgent task. Any help with be greatly appreciated with points.
    Thanks,
    Basis learner

    Hello Prince,
    I followed your guidelines to build this QA system. Thanks a lot for that. Copied the executables of oracle and sap and restored from online backup.
    The System is up and running. Only sapdba command is giving the error message.
    I copied the oracle executable from PRD to QAS and i didnot install from scratch.
    The SAP version is 4.6B running on Oracle 8.1.7.4 over HP-UX11i
    My concern if i bring down both SAP and DB and copy over the /oracle/Client directory from PRD to QAS , will it cause any issue in bringing the system backup?
    also this error from sapdba, is it caused due to missing /client directory only?
    Oracle Metalink says:
    Stop the instance and listener and then  recreate LIBCLNTSH.SL.8.0:
           1. %cd $OH/bin
           2. %genclntsh64
    Then relink :  relink utilities
    But this fix is for the symptom:
    <b>symptom: Running SQLLDR gives error</b>
    In My case, the symptom is Running sapdba gives this error
    what will be the impact if i do so now? any directions will be greatly appreciated.
    Please guide.
    Thanks in Advance,
    Basis Learner

  • PTPDBTST Fails w/ Error: Unable to find library 'libcobrts64.sl.2'

    Hi
    I am on PeopleSoft HCM 9.1 with PT 8.51 and database Oracle 11g Release 1. I have compiled and linked COBOL programs. Now when I run PTPDBTST from PIA I get below error message:
    /usr/lib/pa20_64/dld.sl: Unable to find library 'libcobrts64.sl.2'.
    Any ideas would be helpful
    Thanks
    Pankil Shah
    Edited by: Pankil on Apr 27, 2012 1:07 PM

    Hello All~
    I had opened a Case with Oracle Support and the problem got resolved when I reconfigured process scheduler. Apparently Process Scheduler Env file did not have SHLIB_PATH with $COBDIR/lib. Once process scheduler was reconfigured PTPDBTST was successfully posted from PIA.
    It has been documented under E-COB: ld.so.1: PSRUN: fatal: libcobrts64.so.2: open failed: No such file [ID 660015.1]
    Thank you for your inputs.
    Pankil Shah
    Edited by: Pankil on May 2, 2012 12:27 PM
    Edited by: Pankil on May 2, 2012 12:28 PM

  • ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD

    Hi DBA's
    I am getting the following error after cloning.
    But Cloning done successfully.
    When I run the application environment and services to start or stop i am getting the following error.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    Thanks,
    SG

    Hi Sawwan,
    What value should i give for LD_PRELOAD ? can you please tell me and I set the environment in .bash_profile as bellow.
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    #export PATH
    unset USERNAME
    export LD_ASSUME_KERNEL=2.4.19
    export ORACLE_BASE=/s03/CLN
    export ORACLE_SID=CLN
    export ORACLE_TERM=xterm
    export NLS_LANG=AMERICAN
    export ORACLE_HOME=$ORACLE_BASE/clndb/10.2.4
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=$PATH:$ORACLE_HOME/bin
    export ORA_NLS10=$ORACLE_HOME/nls/data/9idata
    Thanks
    SG

  • ERROR = DlLoadLib: dlopen()= Unable to find library 'libwtc9.sl'.in trans.

    Hi All,
    Getting following error while starting up the SAP.
    4 ETW000                                                                             167  0.000980
    4 ETW000  [dlux.c      ,00000]  *** ERROR => DlLoadLib: dlopen()= Unable to find library 'libwtc9.sl'. -> DLENOACCESS (0,Error
    0)
    4 ETW000                                                                            2302  0.003282
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Couldn't load library '/usr/sap/DA1/SYS/exe/run/dboraslib.sl'
    4 ETW000                                                                              48  0.003330
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/DA1/SYS/exe/run') or dbms_type ('OR
    A')"
    thanks,
    Anu

    Hi,
    Two oracle library files are missing. Please check it again.
    1. Unable to find library 'libwtc9.sl'.
    A. This file is not available in /usr/sap/DA1/SYS/exe/run. Check if its not there copy from kernel cd or DVD or some another systems in to the above path.
    2. Couldn't load library '/usr/sap/DA1/SYS/exe/run/dboraslib.sl'
    A. This file is not available in /usr/sap/DA1/SYS/exe/run. Check if its not there copy from kernel cd or DVD or some another systems in to the above path.
    3. Finally, check ENV variales at OS level for sidadm.
    sidadm> type env and check DBMS_TYPE =?
    Put exact DBMS type here. if its not there export it in to env variables.
    4. Check DIR_LIBRARY = /usr/sap/DA1/SYS/exe/run ..it should be like this.
    Regards,
    Srini Nookala

  • Alert subscription data source module encountered errors while running: Alert subscription data source module was unable to find alerts that match the subscription because of database errors.

    Hi,    We recently started getting these errors a couple times a day.   There are 12 of them in total.     We also have exactly 12 subscriptions.   Does this indicate some db issue causing all of these
    to fail?
    Alert subscription data source module encountered errors while running: Alert subscription data source module was unable to find alerts that match the subscription because of database errors.
    The following error(s) were encountered:
    Exception Message: ExecuteScalar requires an open and available Connection. The connection's current state is closed.
    One or more workflows were affected by this.
    Workflow name: Subscription8b108a3e_4e3d_4fd0_b67e_cbfc21cd10b8
    Instance name: Alert Notification Subscription Server
    Instance ID: {E07E3FAB-53BC-BC14-1634-5A6E949F9230}
    Management group: A Company Management Group
    Thanks Lance

    Hi,
    Do you have hotfixes applied?
    http://blogs.technet.com/kevinholman/archive/2009/01/27/which-hotfixes-should-i-apply.aspx
    Also, I found a relevant thread for your reference.
    Alert subscription data source module encountered errors while running</u1:p>
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/50557249-7f97-4b67-9729-f7088202385b/alert-subscription-data-source-module-encountered-errors-while-running?forum=operationsmanagergeneral</u1:p>
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • HP LaserJet 6L windows 7 32 bit

    I am using a Netgear PS110 print severs.  I can get the Port to work in windows 7 but cannot find the driver for HP LaserJet 6L. I have, one of three, windows 7 system running SP1 that has a driver that will load on the windows 7, but two other windo

  • How to select the latest date for a field in CR?

    Dear all expert. I need to develop a report where it only show the latest date. For example, I had a report, it contain a customer description and bussiness transaction posting date. Customer description           BT posting Date A                   

  • PI 7.1 installation

    Can we have PI 7.1 installed in a landscape where other SAP ERP/Modules are based on 7.0. for installing the PI 7.1, is the solution manger also need to be on 7.1 or can we manage with solmon 7.0. thanks, Madhu.

  • I need to reload my operating stsyem

    I have just had my imac repaired and they have re loaded the operation ststyme and choose Spanish. I want to re load from my disc Mac os 10.6.3 but it will not let me? so I can choose English Do I need to delete the current operation system first its

  • Kinect v2 for windows not working

    I recently perchased the Kinect v2  for windows once I plug it and try to make it work with any software such as 3d builder it doesn't recognize the Kinect and the computer start making the sound as if the usb is being plugged and unplugged several t