13 December 2017

[ERROR]: The values of s_current_base and s_other_base are not set correctly on both RUN and PATCH filesystems

adop phase=apply patchtop=$AU_TOP/patch/115 patches=driver:u10201000.drv options=nocopyportion,nogenerateportion,forceapply hotpatch=yes

When attempting to run adop phase=prepare, the following error occurs.

[ERROR]: JDK TOP (or FMW JDK TOP) is not set up correctly.
[WARNING]: There could be issues while validating the ports used for E-Business Suite instance against ports used in /etc/services. Refer the log file for more details.
[ERROR]: Some of the ports specified for the patch file system are not available.
[ERROR]: The value of s_file_edition is not set correctly in at least one of the context files
[ERROR]: The values of s_current_base and s_other_base are not set correctly on both RUN and PATCH filesystems

Solution:-

 Delete duplicate context files and run autoconfig to create new ones.

 1.backup FND_OAM_CONTEXT_FILES

 SQL>create table FND_OAM_CONTEXT_FILES_BK as select * from FND_OAM_CONTEXT_FILES;

 2.delete data from FND_OAM_CONTEXT_FILES table.

 SQL>delete from FND_OAM_CONTEXT_FILES;

 3.run autoconfig on all nodes including Patch FS.

 4.confirm the new data from FND_OAM_CONTEXT_FILES;

 SQL>select * from FND_OAM_CONTEXT_FILES;

 5.execute the adop again.

 Alternate solution2 :

 SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;

 SQL> Commit;

 run autoconfig on all nodes including Patch FS.

 confirm the new data from FND_OAM_CONTEXT_FILES;

 SQL>select * from FND_OAM_CONTEXT_FILES;

 execute the adop again.

No comments: