cancel
Showing results for 
Search instead for 
Did you mean: 

Long Running PREP_GENCHECKS/NTACT_CHK

0 Kudos

Hello,

SUM Phase PREP_GENCHECKS/NTACT_CHK is long running and not stuck.

#### LOGS ####

2 ETQ100 Executing 12 processes in total - will run 3 in parallel. 3 ETQ121 20171227114242 #1 (1): PID 121591 execute '~/exe/tp ntaction ntop=CHKANT <SID> pf=~/var/DEFAULT.TPP intdel=YES -Dntact_timecmp=no protyear=40 protsuffix=NTACT_CHK totabname=/SDF/ALMSCCUS' in background, output written to '/usr/sap/<SID>/SUM/abap/log/TP.001'. 3 ETQ121 20171227114242 #2 (2): PID 121592 execute '~/exe/tp ntaction ntop=CHKANT <SID> pf=~/var/DEFAULT.TPP intdel=YES -Dntact_timecmp=no protyear=41 protsuffix=NTACT_CHK fromtabname=/SDF/ALMSCCUS totabname=CCMCONTCT' in background, output written to '/usr/sap/<SID>/SUM/abap/log/TP.002'. 3 ETQ121 20171227114242 #3 (3): PID 121593 execute '~/exe/tp ntaction ntop=CHKANT <SID> pf=~/var/DEFAULT.TPP intdel=YES -Dntact_timecmp=no protyear=42 protsuffix=NTACT_CHK fromtabname=CCMCONTCT totabname=EAGLT_BTD_IT_TP_CD_CNT_ELEMS' in background, output written to '/usr/sap/<SID>/SUM/abap/log/TP.003'. 3 ETQ122 20171227185846 (2): PID 121591 exited with status 0 (time: 26164.0/ 46.9/ 10.6/324MB real/usr/sys/maxmem) 3 ETQ121 20171227185848 #4 (3): PID 39070 execute '~/exe/tp ntaction ntop=CHKANT <SID> pf=~/var/DEFAULT.TPP intdel=YES -Dntact_timecmp=no protyear=43 protsuffix=NTACT_CHK fromtabname=EAGLT_BTD_IT_TP_CD_CNT_ELEMS totabname=FOPC_T_UI_CHANGE_DOCU' in background, output written to '/usr/sap/<SID>/SUM/abap/log/TP.004'. 3 ETQ122 20171227214716 (2): PID 121593 exited with status 0 (time: 36274.0/ 62.1/ 13.6/324MB real/usr/sys/maxmem) 3 ETQ121 20171227214716 #5 (3): PID 57190 execute '~/exe/tp ntaction ntop=CHKANT <SID> pf=~/var/DEFAULT.TPP intdel=YES -Dntact_timecmp=no protyear=44 protsuffix=NTACT_CHK fromtabname=FOPC_T_UI_CHANGE_DOCU totabname=ICS_POL' in background, output written to '/usr/sap/<SID>/SUM/abap/log/TP.005'. 3 ETQ122 20171227220229 (2): PID 121592 exited with status 0 (time: 37187.0/ 57.4/ 13.4/324MB real/usr/sys/maxmem) 3 ETQ121 20171227220229 #6 (3): PID 59148 execute '~/exe/tp ntaction ntop=CHKANT <SID> pf=~/var/DEFAULT.TPP intdel=YES -Dntact_timecmp=no protyear=45 protsuffix=NTACT_CHK fromtabname=ICS_POL totabname=LSO_WDUI_CPT_REASON' in background, output written to '/usr/sap/<SID>/SUM/abap/log/TP.006'. 3 ETQ122 20171228051908 (2): PID 39070 exited with status 0 (time: 37220.0/ 87.1/ 14.6/324MB real/usr/sys/maxmem) 3 ETQ121 20171228051908 #7 (3): PID 106073 execute '~/exe/tp ntaction ntop=CHKANT <SID> pf=~/var/DEFAULT.TPP intdel=YES -Dntact_timecmp=no protyear=46 protsuffix=NTACT_CHK fromtabname=LSO_WDUI_CPT_REASON totabname=P03_SUPKSZ' in background, output written to '/usr/sap/<SID>/SUM/abap/log/TP.007'. 3 ETQ122 20171228074653 (2): PID 57190 exited with status 0 (time: 35977.0/ 86.9/ 14.1/324MB real/usr/sys/maxmem) 3 ETQ121 20171228074653 #8 (3): PID 122235 execute '~/exe/tp ntaction ntop=CHKANT <SID> pf=~/var/DEFAULT.TPP intdel=YES -Dntact_timecmp=no protyear=47 protsuffix=NTACT_CHK fromtabname=P03_SUPKSZ totabname=PSAP_WTPLN' in background, output written to '/usr/sap/<SID>/SUM/abap/log/TP.008'. 3 ETQ122 20171228084600 (2): PID 59148 exited with status 0 (time: 38611.0/ 113.7/ 14.4/324MB real/usr/sys/maxmem) 3 ETQ121 20171228084600 #9 (3): PID 128761 execute '~/exe/tp ntaction ntop=CHKANT <SID> pf=~/var/DEFAULT.TPP intdel=YES -Dntact_timecmp=no protyear=48 protsuffix=NTACT_CHK fromtabname=PSAP_WTPLN totabname=RSEC_T_AUTHS' in background, output written to '/usr/sap/<SID>/SUM/abap/log/TP.009'.

##### LOG END ####

Questions:

What does these phase do?

CHECKS > PREP_GENCHECKS

1. NTACT_CHK

2. ACTREF_CHK

and what are they checking in each tables.

Is there a workaround to speed it up?

Accepted Solutions (0)

Answers (2)

Answers (2)

ashish013
Advisor
Advisor
0 Kudos

Hello Prabhat,

NTACT_CHK :Checks the consistency of the nametab entries

ACTREF_CHK: Checks whether activation errors might occur during the installation

Thanks & Regards,

Ashish

0 Kudos

Hi Prabhat,

On your queries

-->Basically in this particular phase , various actions and checks performed on Nametab(active/inactive) in systems

Mostly these actions are performed by tool 'tp' with various arguments and also with the help of 'r3trans'.

As a workaround to increase the performance, your kernel tools(r3trans,tp,dbsl,etc) should be updated to the latest. Have these tools updated in

/SUM/abap/exe directory.