Autoconfig Failed with Error: FsCtxFileException: Start of Root Element
Expected
Duplicate Entries Exists In FND_OAM_CONTEXT_FILES During Ebs Discovery
From Grid Control
Solution :
To implement the solution, please
execute the following steps:
1. Backup the "fnd_oam_context_files" table in the EBS env:
sqlplus applsys/pwd
create table fnd_oam_context_files_bkp as select * from fnd_oam_context_files;
2. Truncate this table:
truncate table fnd_oam_context_files;
3. Run autoconfig in the DB tiers to populate fnd_oam_context_files table with the database information;
4. Run autoconfig in each Apps tier to populate fnd_oam_context_files with the application tier information;
5. From the EBS agent home, run:
./emctl upload
This will upload the information from the EBS system to Grid Control
6. Re-run the Discovery process.
1. Backup the "fnd_oam_context_files" table in the EBS env:
sqlplus applsys/pwd
create table fnd_oam_context_files_bkp as select * from fnd_oam_context_files;
2. Truncate this table:
truncate table fnd_oam_context_files;
3. Run autoconfig in the DB tiers to populate fnd_oam_context_files table with the database information;
4. Run autoconfig in each Apps tier to populate fnd_oam_context_files with the application tier information;
5. From the EBS agent home, run:
./emctl upload
This will upload the information from the EBS system to Grid Control
6. Re-run the Discovery process.
+++++++++++++++++++++++++++++++++++++
1053869.1 ,337876.1 & 876806.1
No comments:
Post a Comment