cancel
Showing results for 
Search instead for 
Did you mean: 

Error in ecc upgrade phase

Former Member
0 Kudos

Hi,

while upgrading ECC 4.7 to ECC 6.0, I am not able to start shadow instance. Following error is giving .

Aditionally I can able to open the shadow instance from GUI lavel. But unable to login through DDIC password. The ddic password has been locked. Can anyone advice me how to unlock the ddic password in the upgrade phase.

*********************************************************************************

Starting shadow system ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

SAPup error message

SAPup> ERROR: Starting system failed, rc=0

To analyse the errors during start of shadow instance,

view files 'STARTSFI.LOG' and 'DEVTRACE.LOG'

in directory '/dsttemp/put/log'

Repeat phase until shadow instance is started

and you can log on instance number '21'.

- "continue"

- "cancel"

Enter one of these options [continue] :=

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

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

ERROR in PHASE STARTSAP_IMP

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

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

SAPup> CHECKS AFTER UPGRADE PHASE STARTSAP_IMP WERE NEGATIVE !!!

It is recommended that you repeat phase STARTSAP_IMP

You can exit and restart the phase after the errors

have been corrected. Alternatively, if you know that

the error is not of concern, you may ignore it

and continue with phase REPACHK2

You are urged to repeat phase STARTSAP_IMP !

- "repeat"

- "init"

- "exit"

- "ignore"

Enter one of these options [repeat] := init

14:50:31 UPGRADE/EUIM: END OF PHASE STARTSAP_IMP

14:50:31 UPGRADE/EUIM: START OF PHASE STARTSAP_IMP

Starting system ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

waiting 20 seconds for system to come up ...

testing if system is available ...

SAPup error message

SAPup> SYSTEM START failed, code -2

-2: the test rfc did not work.

Try to log on to the system with user DDIC.

- "continue"

- "cancel"

Enter one of these options or "help" [continue] :=

Enter one of these options or "help" [continue] :=

SAPup message

SAPup> CHECKS AFTER UPGRADE PHASE STARTSAP_IMP WERE NEGATIVE !!!

It is recommended that you repeat phase STARTSAP_IMP

You can exit and restart the phase after the errors

have been corrected. Alternatively, if you know that

the error is not of concern, you may ignore it

and continue with phase REPACHK2

You are urged to repeat phase STARTSAP_IMP !

- "repeat"

- "init"

- "exit"

- "ignore"

Enter one of these options [repeat] :=

Appreciate for an immediate response ...

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member105207
Active Participant
0 Kudos

hi,

Please set the same password for user DDIC in the production system and in the SAPup with command

./SAPup set ddicpwd

in /usr/sap/put/bin which is your upgrade directory

regards,

chandru

former_member105207
Active Participant
0 Kudos

hi,

Please set the same password for user DDIC in the production system and in the SAPup with command ./SAPup set ddicpwd in /usr/sap/put/bin which is your upgrade directory

regards,

chandrui

markus_doehr2
Active Contributor
0 Kudos

while upgrading ECC 4.7 to ECC 6.0, I am not able to start shadow instance. Following error is giving .

Aditionally I can able to open the shadow instance from GUI lavel. But unable to login through DDIC password. The ddic password has been locked. Can anyone advice me how to unlock the ddic password in the upgrade phase.

This doesn´t make sense. If you can´t start the shadow instance then you can´t logon to the system

Try the following:

cd <put-directory>/bin
./SAPup stopshd

set the parameter

login/no_automatic_user_sapstar = 0

in the instance profile of the shadown instance

then start the shadow instance

cd <put-directory>/bin
./SAPup startshd

Unlock the shadow instance using

./SAPup unlockshd

Try to logon with user SAP* and unlock DDIC.

Markus