Hi All,
In our project, the Cube Selective deletion program failed. As per the process chain, selective deletion program is added to delete from current date to last day of the month.I have done the compression for this info Cube till 31st November.
After doing this, the selective deletion is not working in Process chain as expected. I have deleted the data manually from 9th dec to 31st dec. Till 28th Dec I have successfully deleted. I am unable to delete 29th and 30th Dec data manually. While trying to delete I am getting the ABAP dump.
Exception condition "X_MESSAGE" raised.
While checking the SM37 job log, the below message displays.
Job started
Step 001 started (program RSINDEX1, variant &0000000000573, user ID M1019418)
SQL: 09.12.2014 20:30:57 XXXX
DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA'
AND INDEXNAME = ' ' AND TABNAME = '/BIC/DZRC2043T
SQL-END: 09.12.2014 20:30:57 00:00:00
SQL: 09.12.2014 20:30:57 M1019418
DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA'
AND INDEXNAME = ' ' AND TABNAME = '/BIC/DZRC2043T
SQL-END: 09.12.2014 20:30:57 00:00:00
SQL: 09.12.2014 20:30:57 XXXX
CREATE TABLE "/BI0/0100000069" PCTFREE 00
PCTUSED 00 INITRANS 001 TABLESPACE PSAPSR3
NOCOMPRESS STORAGE (INITIAL 0000000016 K NEXT
0000000040 K MINEXTENTS 0000000001
MAXEXTENTS UNLIMITED PCTINCREASE 0000 FREELISTS
001 FREELIST GROUPS 01) AS SELECT DISTINCT DIMID
FROM "/BIC/DZRC2043T" "DIM" , "/BI0/SDATE" "MD1"
WHERE "DIM"."SID_0CALDAY" = "MD1"."SID" AND (
"MD1"."DATE0" = '20141229'
SQL-END: 09.12.2014 20:30:57 00:00:00
Internal session terminated with a runtime error (see ST22)
Can you please help how to delete the data manually from the Info Cube. Please help.
Thanks.