Question:
Hey Guys,
We are on BW 3.0B SP5. When I try deleting data from any of the ODS Objects, I get the following error message:
Runtime errors ITAB_DUPLICATE_KEY
Error analysis
You wanted to add an entry to table "\FUNCTION=RSAR_ODS_GET\DATA=L_TH_ISOSMAP",
which you declared
with a UNIQUE KEY. However, there was already an entry with the
same key.
This may have been in an INSERT or MOVE statement, or within a
SELECT ... INTO statement.
In particular, you cannot insert more than one initial line into a
table with a unique key using the INSERT INITIAL LINE... statement.
Has anyone encountered this error? I couldn't find anything on SAPNET pertaining to this. Appreciate any feedback.
Answer:
Update-
Basis has applied Patch 6 on the BW environment but I still seem to be getting the short dumps.
Appreciate your correspondance.
Answer:
Open an OSS Note. Seems like something got corrupted while trying to delete ODS data.
R2D2