cancel
Showing results for 
Search instead for 
Did you mean: 

SUM Error patching ECC 6.0 EHP6 SP-Stack8 Phase MAIN_SHDCRE/SUBMOD_SHDDBCLONE/DBCLONE

Former Member
0 Kudos

Table SEGSYB is not activated in database, result is patching stoped at Phase MAIN_SHDCRE/SUBMOD_SHDDBCLONE/DBCLONE.

if you activate the table in the database, we still have the same problem because does not update the appropiate field in the table PUTTB_SHD

( process verifying )

SELECT TABNAME FROM PUTTB_SHD WHERE CONTREQ <> ' ' AND CLONSTATE = ' '

with result:

NOTDIST_TABLES>>>SEGSYB


Solution:

  1. Go to se14 and activate table SEGSYB
  2. open a SQL mode (oracle type) with sqlplus / as sysdba
  3. enter the following sentence:

update SAPSCHEMA.PUTTB_SHD

SET CLONSTATE='X'

WHERE TABNAME='SEGSYB'

commit;

4. on SUM tool, try again

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

You need to first tell what you are doing.

Are you doing an EHP6 upgrade ?

I only see a suggestion to a DBCLONE problem.

Do not do anything according to the SAP note 1848753  - SUM 1.0: exchange tablespace (e.g. PSAPSR3702X) handling during release upgrade/update

First you need to identify what and where the problem is.

There will be DBCLONE job logs in the <Upgrade_Directory>/abap/log directory.

Have you checked them ?

Also what is the status of the DBCLONE jobs in the main system ?

Regards

RB

Former Member
0 Kudos

Problem solved by recreating table SEGSYB in database.

former_member188883
Active Contributor
0 Kudos

Hi Alejandro,

Please refer SAP note

1848753 - SUM 1.0: exchange tablespace (e.g. PSAPSR3702X) handling during release upgrade/update

The issue looks to be fixed with SUM tool SP06

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Im sorry but im  using SUM SP08

former_member188883
Active Contributor
0 Kudos

Hi Alejandro,

Could you try the solution mentioned in the SAP note shared above and post the results.

Regards,

Deepak Kori