Thursday, July 23, 2009

Error Dld.So: Unsatisfied Code Symbol 'Nnftboot' Signal 9 When Running Reports Concurrent Requests

After a fresh installation of the e-Business suite R12 on HP-UX Itanium, all the concurrent requests end with the following error :

+---------------------------------------------------------------------------+
Application Object Library: Version : 12.0.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
FNDSCURS module: Active Users
+---------------------------------------------------------------------------+
Current system time is 31-MAR-2008 09:56:59
+---------------------------------------------------------------------------+
+-----------------------------
| Starting concurrent program execution...
+-----------------------------
Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
American_America.CL8ISO8859P5

'.,'

stat_low = 9
stat_high = 0
emsg:was terminated by signal 9
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnftboot' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnfoboot' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnfoboot' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnfhboot' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnfhboot' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnflboot' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nttini' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'ntusini' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'ntpini' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'ntzini' in load module
'/oracle/phpe/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

Program was terminated by signal 9
Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 352246.

Solution:

$make -f ins_reports.mk install

Retest the issue.

No comments:

Post a Comment

Command to do active duplicate for Oracle Database

1. First login to target server 2. Validate tns connectivity between Source DB and Target DB 3. Prepare and validate space availability 4. S...