Autoconfig
Failed with Error: FsCtxFileException: Start of Root Element Expected [ID
876806.1]
Cause:
The issue is caused by invalid data or corruption in the
fnd_oam_context_files table.
Solutions:
To implement the solution, please execute the following
steps:
1. Connect to SQL*PLUS as
"APPLSYS" user.
(The "APPLSYS" password
is always the same as the "APPS" user.)
2. Backup the FND_OAM_CONTEXT_FILES
table, for example:
SQL> CREATE TABLE
fnd_oam_context_files_bak
AS SELECT * FROM
fnd_oam_context_files;
3. Truncate the
FND_OAM_CONTEXT_FILES table, for example:
TRUNCATE TABLE
fnd_oam_context_files;
4. Re-run Autoconfig on all nodes
to repopulate the data.
++++++++ID 876806.1]++++++++
No comments:
Post a Comment