Hi Experts,
I've made a mistake and deleted a cube before I deleted the queries on this cube. Now I want to use this query name again but got the msg. "Query name already exists".
I tried report "ANALYZE_RSZ_TABLES" and deleted the inconsistent table entries but without result.
Any ideas in which table this entries could still exist and should be deleted or what else could cause the problem?
Regards
Sven
Hi Sven,
If you have deleted all 'M' entries only from RSZCOMPDIR, this was not a good solution. You may have problems with transport and aslo this is the reason why RSZDELETE can not find anything in 'M' anymore.
But anyway, the last place to check is RSZELTDIR. Here there is the field MAPNAME which probably still keeps old names of your queries. You will need to delete also the records in 'M' object version...
Regards,
Maxim
Hi Sven,
You have the following problem: when you deleted queries based on non-existing
InfoProviders from ANALYZE_RSZ_TABLES, only active version were actually deleted (this issue is already fixed in the latest versions of this report).
But 'M' version of the same queries are still in the tables. Name check scans also 'M' versions, therefore you are getting 'Name already used' message...
To solve this run RSZDELETE with the set of parameters:
Type: REP
Object version: 'M'
InfoCube: you delete Cube.
Select all queries listed and delete then.
After that you will be able to use the names you can not use now...
Best regards,
Maxim
Add a comment