Hi all,
Would greatly appreciate if anyone could give some inputs or recommendation.
I faced this problem during SPS patching at 5.5 Execution phase.
I am aware of snote 381518 - DB6: DB error - 750 in the upgrade during conversion
snote 2083179 - Problems Ignoring Phases in SUM SP11 PL7
Regarding snote 381518
I have performed the following SQL during the time of error ( execution )
db2 "select viewname from syscat.viewdep where viewschema ='SAPXIP' and bname ='DD03L' // returns 0 records
db2 "select viewname from syscat.viewdep where viewschema ='SAPTOOLS' and bname ='DD03L' // returns 1 record, didnt do anything with this
i have also search for triggers via SQL, there are no triggers via db2lookup command. I did drop a constraint primary key from table DD03L but error still persist.
Regarding snote 2083179
I have actually SKIP this error MAIN_SWITCH/EU_SWITCH on my first attempt of patching and hence it went to a fatal error and I had to reset the SUM, restore. I will be doing my second attempt soon and will face this MAIN_SWITCH/EU_SWITCH error again?
The problem i faced is
Severe error(s) occurred in phase MAIN_SWITCH/EU_SWITCH!
Last error code set: Non single errors (code > 8) found in logfile 'EUSWITCH.ELG'<br/> 2 error during parallel execution of processes, check 'EUSWITCH.ELG' for details<br/> 4 processes failed, check 'SQLSTMTSTD.*' for details
E RROR: Detected the following errors:
# /usr/sap/XIP/SUM/abap/log/EU_SWITCH06.XUT: 3 ETQ398 SQL: RENAME "D344L" TO "D344L~~OLD" 3 ETQ398 SQL: RENAME "DBDIFF" TO "DBDIFF~~OLD" 3 ETQ398 SQL: RENAME "DD03L" TO "DD03L~~OLD" 1 ETQ000 ================================================== 4 ETQ010 Date & Time: 20141025034810 1EETQ008 Error message: DBSL error 99 (db code -750): SQL0750N The source table cannot be renamed because it is referenced in a view, materialized query table, trigger, SQL function, SQL method, check constraint, referential constraint, or XSR object. SQLSTATE=42986 1EETQ003 exit code: "12"EUSWITCH.ELG
Tool used - SUM SP11 PL7
DB version -DB2 v9.5.0.10
Attached are more related logs files, namely
SUM/abap/log/EUSWITCH.ELG
SUM/abap/log/SQLSTMTSTD.001
SUM/abap/log/U_SWITCH02.XUT
Summary
I believe this error DBSL error 99 (db code -750): SQL0750N is the culprit of the SUM error
perhaps there there was other table beside DD03L were affected ?
Would greatly appreciate if anyone could give some inputs or recommendation.
Best regards,
Alex Lee