HI All,
If you are using Near Zero Downtime Management nZDM option in SUM then please don’t ignore select Accept non-severe errors and repeat phase MAIN_SHDRUN/ACT_UPG option for this error because you will face error in phase MAIN_SHDIMP/SUBMOD_SHD2_RUN/SUBMOD_CRR_INITRANS/RUN_CRR_FUNC which is not solvable as per sap reply and you have to reset SUM upgrade process
Error Statement:
Checks after phase
MAIN_SHDIMP/SUBMOD_SHD2_RUN/SUBMOD_CRR_INITRANS/RUN_CRR_FUNC were negative!
Last error code set: Single errors (code <= 8) found in logfile 'RSCRRFUNC.ELG'
*ERROR* :
Batchjob RSUPG_ISU_CRR on shadow system failed.
Detected the following errors:
# /sapdump/SUM/abap/log/RSCRRFUNC.PUQ:
A4 ESCRR 128 Starting parallel processing using dialog processes
A4 ESCRR 126 Starting operation "CL_IUUC_CRE_CTRL" with "3" parallel processes
A4 ESCRR 210 Dialog process "1" started "asynchronously"
A4 ESCRR 210 Dialog process "2" started "asynchronously"
A4 ESCRR 210 Dialog process "3" started "asynchronously"
A2EESCRR 079 Parallel process "3" aborted
A2EESCRR 079 Parallel process "3" aborted
A3WESCRR 213 Process "3" restarted "asynchronously" after abort
A4 ESCRR 078 Parallel process "1" finished
A4 ESCRR 078 Parallel process "2" finished
A4 ESCRR 078 Parallel process "3" finished
A4 ESCRR 056 Transition &2"ISU" failed for scenario &1"PREPARE_TRANS_T"
A2EESCRR 142 Agent detected aborted jobs
...skipped 9 more lines.
Solution from sap:
- 1) Structure "PTRV_UTIL_VPFPS_VPFPA_P" could not be activated because field "TIME_DURATION" was defined twice. The field TIME_DURATION is defined directly in the structure "PTRV_UTIL_VPFPS_VPFPA_P" and it is indirectly included by append "PTRV_VPFPS_VPFPA_P_APPEND". This issue is explained in note 1523714. According to that note you can solve this issue by deleting append "PTRV_VPFPS_VPFPA_P_APPEND".
- 2) ) Table "T706S" could not be activated because field "TRIP_BREAK" is defined twice. The field is contained in append "T706S_APPEND_ENH" and "T706S_APPEND_ENH4" as well. To solve this issue I propose that you delete "T706S_APPEND_ENH4".
- 3) View "V_T706S_EHP" could not be activated because some fields were missing. This issue is related to the activation error of table T706S. It will not occur anymore if the T706S issue is resolved.
You need to delete the appends of point 1) and 2) in the shadow instance. Thereafter, you can restart the activation phase and continue with the update process.
SAP Notes:
1523714 - Activ.error after importing Enhancement Package 5 and higher
1527750 - Activation error after import of Enh. Package 5 (T706S)