cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR in MAIN_NEWBAS/SHADOW_NTACT_REDEL of EXECUTION during upgread to SUM 14

Former Member
0 Kudos

Hi All

I Faced some issue in execution  phase while upgrading from EHP 5 to EHP 7  so I have re-set some parameter and taken the re-start of the server.

Due to which my sum upgrade started from beginning of the EXECUTION phase.

and when i came to the MAIN_NEWBAS/SHADOW_NTACT_REDEL It gave this error.

Could anyone suggest how to trouble shot this. the last  few written log and tmp file is not of much use.

Severe error(s) occurred in phase MAIN_NEWBAS/SHADOW_NTACT_REDEL!

Last error code set: No new lines found in logfiles.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I had the same error and corrected it by updating tp and R3trans to the latest release.

Former Member
0 Kudos

Hi Chetan

I have set the env variable  DIR_LIBRARY = <location of SUM>/SUM/abap "windows env" and also set DIR_LIBRARY = <location of SUM>/SUM/abap in my instance profile but error is not resolved.

I am not 100% clear on your comment  . Can you please provide more  detail as what you are suggesting here .

============================================================

set this in instance profile as your

<location of SUM>/SUM/abap/var/NTSHDOP.TPP is directing to your instance profile for env varriables." 

===============================================================


Thanks

Former Member
0 Kudos

Hello chetan,

I'm also getting same error. Did you get the resolution of it?

Waiting for your reply.

Regards,

Amit Bharti

Former Member
0 Kudos

Hi Amit,

Yes we found out the solution to this issue.

we have to set the env variable

DIR_LIBRARY = <location of SUM>/SUM/abap

which was not set

set this in instance profile as your

<location of SUM>/SUM/abap/var/NTSHDOP.TPP is directing to your instance profile for env varriables.

if still issue is there please run

/usr/sap/D01/DVEBMGS10/exe/tp ntaction ntop=DELSHANT D01 pf=/oracle/sum14/SUM/abap/var/NTSHDOP.TPP strel=702 substext=4G dstrel=740 flags=logical protyear=60 (according to your system setting SID and PATH)

and see what exactly issue is coming.

Former Member
0 Kudos

Please also find NTSHDDEL.LOG for analysis

1 ETQ201 Entering upgrade-phase "MAIN_NEWBAS/SHADOW_NTACT_REDEL" ("20151030122730")

2 ETQ367 Connect variables are set for standard instance access

4 ETQ399 System-nr = '10', GwService = 'sapgw10' Client = '000'

4 ETQ399 Environment variables:

4 ETQ399   dbs_ora_schema=SAPD01

1 ETQ200 Executing actual phase 'MAIN_NEWBAS/SHADOW_NTACT_REDEL'.

1 ETQ399 Phase arguments:

2 ETQ399 Arg[0] = 'DELSHANT'

2 ETQ399 Arg[1] = 'LOGICAL_ALSO;NO_SHADOW_ONLY'

2 ETQ399 Arg[2] = 'NTSHDOP.TP0'

1 ETQ399 Using error summary log 'NTSHDDEL.ELG'.

2 ETQ399 Deleting active nametabs with shadow name ...

4 ETQ380 computing toolpath for request "TP_NTACTION_SHD"

4 ETQ381 request "TP_NTACTION_SHD" means "tp ntact for shadow tables"

4 ETQ382 translates to group "R3UP_TOOL_GROUP_SYS"

4 ETQ399 Requirement for tp maps to '<system>'

4 ETQ383 translates to path "/usr/sap/D01/DVEBMGS10/exe"

2 ETQ399 Empty putsteps - configuring at least parallel batches and main import processes.

2 ETQ399 Distribute 6 parallel processes to 2 tp and 3 R3trans.

3 ETQ120 20151030122730: PID 9110 execute '/usr/sap/D01/DVEBMGS10/exe/tp ntaction ntop=DELSHANT D01 pf=/oracle/sum14/SUM/abap/var/NTSHDOP.TPP strel=702

substext=4G dstrel=740 flags=logical protyear=60', output written to '/oracle/sum14/SUM/abap/log/TP.ECO'.

3WETQ123 20151030122732: PID 9110 exited with status 232 (time 2.000 real)

1EETQ399 Last error code set is: No new lines found in logfiles.

1EETQ204 Upgrade phase "SHADOW_NTACT_REDEL" aborted with severe errors ("20151030122732")

former_member182657
Active Contributor
0 Kudos

Hi Chetan,


1EETQ399 Last error code set is: No new lines found in logfiles.

1EETQ204 Upgrade phase "SHADOW_NTACT_REDEL" aborted with severe errors

Could you check with SAP KBA  1965701 - Upgrade using SUM in phase MAIN_TRANSEXEC/PARDIST_TRANS fails with error : No new lines fo...

by following steps


2 ETQ399 Adding key 'DIR_TRANS' value '<location of SUM>/SUM/abap'

Change the value of DIR_TRANS in the instance profile and in RZ11 as per the value set for DIR_TRANS in MODPROF_TRANS.LOG

Repeat the upgrade phase.

Hope this may help you.

Regards,

Former Member
0 Kudos

Hi Gaurav.

DIR_TRANS' value '<location of SUM>/SUM/abap'


is already being maintained in instance profile and the same is visible in rz11 correctly.