You have upgraded OBIEE from 11.1.1.6.0 to 11.1.1.7.0. When you re-start the services, you get the following error:
[nQSError: 46029] Failed to load the DLL /u01/app/oracle/product/11.1/middleware/Oracle_BI1/bifoundation/server/bin/libnqsdbgatewaydb2cli3564.so. Check if 'DB2 CLI' database client is installed.
libdb2.so.1: cannot open shared object file: No such file or directory
Reason --> The libnqsdbgatewaydb2cli3564.so file not found in the library folder
Update LD_LIBRARY_PATH to include the folders:
/Oracle_BI1/server/bin
/sqllib/lib64
Make sure all services are stopped using the command:
- opmnctl stopall
- Take a back up copy of opmn.xml.
- Open opmn.xml for editing.
- Add the following:
- <ias-component id="coreapplication_obis1" inherit-environment="true">
- <environment>
- <variable id="LD_PRELOAD" value="<DB2INSTANCE>/sqllib/lib64/libdb2.so.1"/>
- Save the changes.
- Restart the services using the command:
- opmnctl startall
Remember to set 64-bit libraries instead of 32-bit libraries while using a 64-bit operating system.
0 comments:
Post a Comment