cancel
Showing results for 
Search instead for 
Did you mean: 

solman 7.1 upgrade prepare error in MAIN_SHDRUN/ACT_UPG

esi
Participant
0 Kudos

Dear friends,

I am attempting to upgrade solution manager to 7.1

During abap preprocessing phase I get the following error:

Checks after phase MAIN_SHDRUN/ACT_UPG were negative!

Last error code set: Detected 88 errors summarizes in 'ACTUPG.ELG' Check logfiles 'ACTUPG.ELG' and

'/usr/sap/SSM/SOLMANUP/abap/log/SAPup.ECO'

.

DDIC ACTIVATION ERRORS and RETURN CODE in SAPACCI702.SSM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1EEDO519X"Table" "/1CADMC/030000000046401T331" could not be activated

1EEDO519 "Table" "/1CADMC/030000000046401T331" could not be activated

1 ETP111 exit code : "8"

.

SAPACCI702.SSM shows the following info:

3 DDT012XAktiviere Tabelle "/1CADMC/030000000046401T331"

3 DDT402 Append-Struktur "/1CADMC/030000000076369T331_TR" an Tabelle "/1CADMC/030000000046401T331" angefügt

1EDDT963 Feld "LZONE" in Tabelle "/1CADMC/030000000046401T331" ist doppelt (Bitte überprüfen)

1EDDT963 Feld "XCORD" in Tabelle "/1CADMC/030000000046401T331" ist doppelt (Bitte überprüfen)

1EDDT963 Feld "YCORD" in Tabelle "/1CADMC/030000000046401T331" ist doppelt (Bitte überprüfen)

1EDDT963 Feld "ZCORD" in Tabelle "/1CADMC/030000000046401T331" ist doppelt (Bitte überprüfen)

3 DDT013 Tabelle "/1CADMC/030000000046401T331" wurde nicht aktiviert

.

I have not found any information about this error or table name on sdn/sapnet/google.

Your suggestions would be most welcome.

I have created sapnet message, but am hoping to save time by posting here also.

.

Rgds, Eirikur.

Accepted Solutions (1)

Accepted Solutions (1)

paul_power
Active Contributor
0 Kudos

Hi Eirikur,

It sounds from the error message, that the fields reported are duplicate. Please check the table

/1CADMC/030000000046401T331

in se11/se14, if there are fields

LZONE

XCORD

YCORD

ZCORD

already defined, perhaps in a custom append. If so, rename these and then repeat the phase.

Regards,

Paul

esi
Participant
0 Kudos

Dear Paul,

thank you for the comment.

I have been unable to check status in se11, because apparently this is not a table but a structure, and I dont know where/how to work with structures.

Any suggestion most welcome.

Rgsd, Eirikur.

esi
Participant
0 Kudos

I could work with the structures in SE84 - dictionary - structures.

And as Paul suggested, there was indeed an append which caused the problem.

There were 2 appends with duplicated fields.

Since I could not remove an append, I changed one to point to a new field, which does not conflict with the upgrade.

Still not sure which object this is but think it belongs to TDMS.

Rgds, Eirikur.

Answers (1)

Answers (1)

esi
Participant
0 Kudos

The options are as follows:

1) Repeat phase from the point of failure

2) Initialize phase MAIN_SHDRUN/ACT_UPG to restart it from the beginning

3) Accept non-severe errors and repeat phase MAIN_SHDRUN/ACT_UPG

I have already tried 1 several times.

Next I will try option 2 since it is harmless but will take longer.

I know that in some cases option 3 is acceptable ?

Rgds, Eirikur.