Quantcast
Channel: SCN : Discussion List - SAP on Oracle
Viewing all articles
Browse latest Browse all 1892

Error during upgrade of BW to NW7.4

$
0
0

Hi

We are currently upgrading BW 7.02 to NW 7.4. I got the following errro during MAIN_NEWBAS/PARCONV_UPG step:

 

ERROR:

Detected the following errors:

# /install/BX1/SUM/abap/log/PD990404.BX1:

3 ETP000 ALTER TABLE "/BI0/ASRSA_DS100"

3 ETP000 MODIFY ("TCTHIGH" VARCHAR2 (003999),

3 ETP000 "TCTLOW" VARCHAR2 (003999))

3 ETP000

2WETP000 15:00:09: Retcode 1: error in DDL statement for "/BI0/ASRSA_DS100 " - repeat

2EETP345 15:00:21: Retcode 1: SQL-error "1404-ORA-01404: ALTER COLUMN will make an index too large"

2EETP345 in DDL statement for "/BI0/ASRSA_DS100 "

2 ETP000 --------------- DB-ROLLBACK() ---------------

2EETP334 15:00:21: error in DDL, nametab for "/BI0/ASRSA_DS100" not activated

 

 

I checked  the table and it is empty

 

SQL> select count(*) from sapsr3."/BI0/ASRSA_DS100" ;

 

 

  COUNT(*)

----------

         0

 

I also validated the table definition and it is correct

 

SQL> desc sapsr3."/BI0/ASRSA_DS100"

Name                                      Null?    Type

----------------------------------------- -------- ----------------------------

TCTUSERNM                                 NOT NULL VARCHAR2(36)

TCTAUTH                                   NOT NULL VARCHAR2(36)

TCTADTO                                   NOT NULL VARCHAR2(24)

TCTIOBJNM                                 NOT NULL VARCHAR2(90)

TCTSIGN                                   NOT NULL VARCHAR2(3)

TCTOPTION                                 NOT NULL VARCHAR2(6)

TCTLOW                                    NOT NULL VARCHAR2(180)

TCTHIGH                                   NOT NULL VARCHAR2(180)

TCTOBJVERS                                NOT NULL VARCHAR2(3)

TCTSYSID                                  NOT NULL VARCHAR2(30)

RECORDMODE                                NOT NULL VARCHAR2(3)

TCTADFROM                                 NOT NULL VARCHAR2(24)

 

I am not sure why SUM tool trying to modify the field definition in the statement to

MODIFY ("TCTHIGH" VARCHAR2 (003999),

 

Did anyone see this before? Any help?

 

Thanks


Viewing all articles
Browse latest Browse all 1892

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>