EBS Troubleshooting

Error while loading shared libraries: libdb.so.2: cannot open shared object file

Scenario: While starting Apache after clone we faced the following error. [applmgr@trinity scripts]$ sh adapcctl.sh start You are running adapcctl.sh version 120.7.12010000.2 Starting OPMN managed Oracle HTTP Server (OHS) instance…

Read More

Apps login shows blank page

Problem : R12 AppsLocalLogin shows blank page Check for the following log file cd $LOG_HOME/ora/10.1.3/j2ee/oacore/oacore_default_group_1 vi application.log Go to the end of the file and found the following error Error…

Read More

FRM-92095 Oracle Jinitiator version too low

FRM-92095 Oracle Jinitiator version too low: Disable JRE 1.7 Auto-Update for All E-Business Suite and Oracle Forms End-Users Oracle Support advising all Forms and EBS users to urgently disable auto-update…

Read More

SQL*Loader-128: unable to begin a session , ORA-01017: invalid username/password; logon denied

Description : ========= The Custom upload program which is using the sqlldr was running fine till yesterday and there was no changes made in the server. But all of the…

Read More

Relink of module “fndfmxit.so” failed

Scenario: While applying the application patch end up with relink error. Note : Issue Occurs in 12.0 and later versions Error: ld: 0711-851 SEVERE ERROR: Output file: /test/apps/apps_st/appl/fnd/12.0.0/bin/fndfmxit.so The file…

Read More

FRM-92050 : Failed to connect to the Server: /forms/lservlet-1

Scenario : When we login to Oracle Application R12 we get the following error : Note : Browser version used : IE 8 Error : FRM-92050 : Failed to connect…

Read More

ORA-06508 ONT_HEADER_Def_Hdlr

ERROR : Unable To Open The Sales Order Form ORA-06508 ONT_HEADER_Def_Hdlr in R12.1.1 with 11.1.0.7 Error while opening Sales Order Form CAUSE : The issue is caused by the following…

Read More

Script to Check Oracle EBS Profile options based on Profile Value

select p.profile_option_name SHORT_NAME, n.user_profile_option_name NAME, decode(v.level_id, 10001, ‘Site’, 10002, ‘Application’, 10003, ‘Responsibility’, 10004, ‘User’, 10005, ‘Server’, ‘UnDef’) LEVEL_SET, decode(to_char(v.level_id), ‘10001’, ”, ‘10002’, app.application_short_name, ‘10003’, rsp.responsibility_key, ‘10005’, svr.node_name, ‘10006’, org.name, ‘10004’,…

Read More

Enabling IAS debug in R12 Applications

1. cd $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/config 1. vi oc4j.properties 2. Add: values AFLOG_ENABLED=true AFLOG_LEVEL=statement AFLOG_MODULE=% AFLOG_FILENAME=/tmp/1.log 2. Copy the $INST_TOP/ora/10.1.3/Apache/Apache/conf/httpd.conf to a backup file. 3. Edit the $INST_TOP/ora/10.1.3/Apache/Apache/conf/httpd.conf and change Apache to run…

Read More

REP-3000: Internal error starting Oracle Toolkit

Issue: Recently we had issue with Concurrent requests which having print format of PDF or XML, and the exact error is “REP-3000: Internal error starting Oracle Toolkit” Solution: 1. Log…

Read More