Find in this Blog

Sunday, November 23, 2014

2EETP345 16:49:10: Retcode 1024: SQL-error "955-ORA-00955: name is already used by an existing obje CTS_QA_WORK

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MOVE NAMETABS ERRORS and RETURN CODE in P141122.GWD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 ETP000 PCTINCREASE 0000
3 ETP000 FREELISTS 001)
3 ETP000
2WETP000 16:48:58: Retcode 1024: error in DDL statement for
"CTS_QA_WORK
" - repe
2WETP000 at
2EETP345 16:49:10: Retcode 1024: SQL-error "955-ORA-00955: name is
already used by an existing obje

2EETP345 ct" in DDL statement for "CTS_QA_WORK "
2 ETP000 --------------- DB-ROLLBACK() ---------------
2EETP334 16:49:10: error in DDL, nametab for "CTS_QA_WORK" not
activated

1 ETP111 exit code : "8"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPRA ERRORS and RETURN CODE in SAPR740XPRA90000011.GWD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A2 E/CTSPLUG/CTS_PLG_MSG 036 "TP:" "WARNS: Highest tp internal warning
was: 0116" " " " "
A2 E/CTSPLUG/CTS_PLG_MSG 054 Calling tp IMPND system: &2"GWD" umodes:
&3"C9" options: &4"-Dr3up=1 skipxpra -Dmainimp_proc=1 -Dbuffreset=yes",
requests&1" "
A2 E/CTSPLUG/CTS_PLG_MSG 036 "SAPK-XXX13INCTSPLGN 000" " " " " " "
A2 E/CTSPLUG/CTS_PLG_MSG 036 "SAPK-74018INCTSPLGN 000" " " " " " "
A2 E/CTSPLUG/CTS_PLG_MSG 036 "SAPK-S4016INCTSPLGN 000" " " " " " "
A2EE/CTSPLUG/CTS_PLG_MSG 051 tp "IMPND" call failed for trkorr
"SUBSET",
tp-RC " "
A2EE/CTSPLUG/CTS_PLG_MSG 051 tp "IMPND" call failed for trkorr
"SUBSET",
tp-RC " "
A2 E/CTSPLUG/CTS_PLG_MSG 052 tp return code "0", RFC message:
&1"0"&2"Could not convert from 4103 codepage to 1100 codep"
1AETR012XProgram canceled (job "RDDEXECL", number "16474900")
1AEPU320 See job log"RDDEXECL""16474900""GWD"
1 ETP111 exit code : "12"
>>> PLEASE READ THE REPORT DOCUMENTATION OF THE REPORTS MENTIONED ABOVE
<<<

XPRAs are application reports that run at the end of an upgrade.
Most XPRA reports have a report documentation that explains what
the report does and how errors can be corrected.

Call transaction se38 in the SAP system, enter the report name,
select 'Documentation' and click the 'Display' button.
>>> The problematic XPRAs are mentioned in messages of type PU132 above
<<<





Solution

SQL> select owner from dba_indexes where index_name='CTS_QA_WORK~0';

OWNER
------------------------------
SAPSR3

SQL>  drop index "SAPSR3"."CTS_QA_WORK~0";

Index dropped.

SQL> select owner from dba_indexes where index_name='CTS_QA_WORK~0';

no rows selected

SQL> commit;

Commit complete.

 

 

Then start the phace again......

 

 

 




 

No comments:

Post a Comment

Ask Your Questions ?#