Wednesday, May 22, 2013

Autoconfig Failed with Error: FsCtxFileException: Start of Root Element Expected


Autoconfig Failed with Error: FsCtxFileException: Start of Root Element Expected

Error:

Context Value Management will now update the Context file
ERROR: FsCtxFile.XMLParseException
oracle.xml.parser.v2.XMLParseException: Start of root element expected.
        at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
        at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:367)
        at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser


Solution:

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(Db + Application)  to repopulate the data.

++++++++++++++++++
876806.1,463895.1
++++++++++++++++++

No comments:

Post a Comment