My Oracle Support Banner

E-Business Suite R12 : Concurrent Request "AuditTrail Update Tables" (Auditing Report) Fails With Error 'APP-FND-00014: Unable to connect to Application user' (Doc ID 454039.1)

Last updated on DECEMBER 18, 2023

Applies to:

Oracle Concurrent Processing - Version 11.5.10.2 to 12.1.3 [Release 11.5 to 12.1]
Oracle Application Object Library - Version 11.5.10.2 to 12.1.3 [Release 11.5 to 12.1]
Information in this document applies to any platform.

Symptoms

E-Business Suite R12 Application Object Library, Basic System Administration Auditing issues

When attempting to run the concurrent program "AuditTrail Update Tables" for table "SY_ORGN_USR" then following error occurs and error is shown below. Similar type of error had also come while enabling audit for "ORG_ACCESS" table.

APP-FND-00014: Unable to connect to Application user. Please correct password information for user, or use the username/password of Application Object Library rather than the application's username/password.
GRANT ALL ON SY_ORGN_USR_A to APPS

VIEW SY_ORGN_USR_AV1

CREATE OR REPLACE VIEW SY_ORGN_USR_AV1 AS SELECT ORGN_CODE,USER_ID,
AUDIT_TIMESTAMP,AUDIT_SEQUENCE_ID,AUDIT_SESSION_ID,
AUDIT_TRANSACTION_TYPE,AUDIT_USER_NAME,AUDIT_COMMIT_ID, AUDIT_TRUE_NULLS, ROW_KEY FROM
SY_ORGN_USR_A WHERE AUDIT_TRANSACTION_TYPE > 'D' AND (AUDIT_TRANSACTION_TYPE = 'I' OR
AUDIT_TRUE_NULLS IS NOT NULL)
Fatal error in fdasql, quitting...
Fatal error in fdacv, quitting...
Fatal error in fdaupc, quitting...

Changes

Enabled Audit for "SY_ORGN_USR" and "ORG_ACCESS" table.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.