cancel
Showing results for 
Search instead for 
Did you mean: 

Logon during upgrade not possible

Former Member
0 Kudos

Hi guys,

I'am doing an upgrade to ECC 6.0 on a slow 820. (but that's not the real porblem )

Now I got stuck in ACT_700, when he tries to activate a structure that has some fields defined twice:

ACTUPG.ELG:

DO519 "Table" "MC02M_0SCL" could not be activated

Field BANFN in table MC02M_0SCL is specified twice. Please check

Field BNFPO in table MC02M_0SCL is specified twice. Please check

No OSS or SDN notes about this problem

Normaly I would log in into the shadow instance, and adjust the stucture myself. But only DDIC and SAP* are allowed to logon, and those users are not allowed to make changes in customer's system

So I created an extra 'normal' user as a copy of DDIC in the shadow instance as mentioned in the upgrade manual. But that user can not logon: 'Upgrade still running: Logon not possible'

Even after 'tp unlocksys'

SE06 and SCC4 settings do allow for changes

How can I logon as a normal user so I can change a structure during an upgrade?

Help appreciated, Paul Hoogendoorn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Paul,

you are on the right track ...

You need to do the following now:

SAPUP UPGDIR('/usr/sap/put') PARMLIST('unlockshd')

(keep in mind, that buffer sync needs up to 2 minutes,

or use /$SYNC with DDIC)

If you have similar issues not in the shadow, but in the real SAP system, the following might help:

tp 'unlocksys D01 pf=/usr/sap/trans/bin/TP_DOMAIN_xxx.PFL'

(keep in mind, that buffer sync needs up to 2 minutes,

or use /$SYNC with DDIC)

Good luck,

Volker Gueldenpfennig, consolut.gmbh

http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

Former Member
0 Kudos

Excellent  Solution! Thanks it Works fine!!!

Answers (2)

Answers (2)

rajesh_gupta11
Explorer
0 Kudos

Hi Paul,

You can also use ./SAPup unlockshd <SAPSID> to unlock the shadow instance

Thanks

Rajesh

Former Member
0 Kudos

Thanks again Volker,

This solved the logon orblem, so i could solve the ACT_700 problem.

upgrade now continuing...

Paul Hoogendoorn