Re: adsplice errors

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/adsplice-errors-tp103p108.html

In prepare phase; txkADOPPreparePhaseSynchronize.pl is executed to synchronize the patches applied to the run appltop. This scripts look to the adop repository for the patches that applied on the Run APPL_TOP.

I already recorded this error. The following action plan may fix your problems if you have an incorrectly added custom top in your environment.


SQL Command: SELECT status||',' FROM ad_adop_session_patches WHERE node_name = 'erptest' AND applied_file_system_base = '/u01/oracle/TEST/fs1' AND patch_file_system_base IS NULL AND bug_number = 'ADSPLICE_YOURCUSTOMTOP' ORDER BY TO_CHAR(end_date,'YYYY.MM.DD:HH24:MI:SS') DESC
patch_status = Y
Updated patch_status = Y
EXIT STATUS: 1

This is actually a little different from yours, as there is only one custom top is returned by the query, but the solution will be te same.

Solution: This is because of an erroneous Custom top adding operation .. There is an improper Custom top definition in the System .
1)Remove the following entries from the adxmlctx.tmp file:
<oa_customized>
<c_fss oa_var="c_fss" scope="CUSTOM" oa_type="PROD_TOP" oa_enabled="FALSE" default="/u01/sim2/fs1/EBSapps/appl">%c_fss%</c_fss>
</oa_customized>
</oa_context> 
2. Run autoconfig .
3. Re-run fs_clone.