cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Phase PARMVNT_XCNV

Former Member
0 Kudos

Hi Guys,

I am upgrading from sap 4.7 to sap ecc 6.0 and I have an error in phase PARMVNT_XCNV.

This is the log file:

ETP379X09:17:18: activating Nametab "AKB_PRODUCTS":

2 ETP399 >> Name of inactive nametab to read : DDXTT~

2 ETP399 >> Format of inactive nametab to read: 5.0

3 ETP355Xstatements:

3 ETP399 CREATE TABLE "AKB_PRODUCTS"

3 ETP399 ("SERVER" VARCHAR2 (000020)

3 ETP399 DEFAULT ' ' NOT NULL,

3 ETP399 "SERVER_REL" VARCHAR2 (000010)

3 ETP399 DEFAULT ' ' NOT NULL,

3 ETP399 "CLIENT" VARCHAR2 (000020)

3 ETP399 DEFAULT ' ' NOT NULL,

3 ETP399 "CLIENT_REL" VARCHAR2 (000010)

3 ETP399 DEFAULT ' ' NOT NULL,

3 ETP399 "RELATION" VARCHAR2 (000001)

3 ETP399 DEFAULT ' ' NOT NULL,

3 ETP399 "SERVER_PACKET" VARCHAR2 (000030)

3 ETP399 DEFAULT ' ' NOT NULL,

3 ETP399 "REFERENCE_REL" VARCHAR2 (000010)

3 ETP399 DEFAULT ' ' NOT NULL,

3 ETP399 "NOTE" CLOB)

3 ETP399 PCTFREE 10

3 ETP399 PCTUSED 40

3 ETP399 INITRANS 001

3 ETP399 TABLESPACE PSAPSTABD

3 ETP399 STORAGE (INITIAL 0000000016 K

3 ETP399 NEXT 0000000040 K

3 ETP399 MINEXTENTS 0000000001

3 ETP399 MAXEXTENTS UNLIMITED

3 ETP399 PCTINCREASE 0000

3 ETP399 FREELISTS 001

3 ETP399 FREELIST GROUPS 01)

3 ETP399

2WETP000 09:17:19: Retcode 1024: error in DDL statement for "AKB_PRODUCTS " - repe

2WETP000 at

2EETP345 09:17:31: Retcode 1024: SQL-error "955-ORA-00955: name is already used by an existing obje

2EETP345 ct" in DDL statement for "AKB_PRODUCTS "

2 ETP399 -


DB-ROLLBACK() -


2EETP334 09:17:31: error in DDL, nametab for "AKB_PRODUCTS" not activated

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Luis Minaya ,

Do you found the solution of this error.

Best regards

Marcus Müller

Former Member
0 Kudos

Yes Markus,

Iam delete the entries in sql command:

Delete from sapr3.DDXTT~;

I read the follwing note in the unicode and conversion guide:

Make sure that tables DDXTT, DDXTF, DDXTF_CONV_UC and DDXTT_CONV_UC

are empty!