on ‎2015 Jan 29 8:26 PM
Hi Gurus,
I am facing below error during initial load of one our system with further investigation & pointers from SAP , we have found that every privileges uploaded from back-end system contains attributes with duplicate values
Initial Load Error screen shot.
Query result.
Query result detail.
Pherphas , Can some one guide best approach to clear duplicate enteries.
Regards,
Ali.
Request clarification before answering.
Hi,
Did this solve your problem?
Regards,
Ole K.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ole,
Yes indeed apart from your query , I have also run below query from Note : 2030931
delete from mxi_values where changenumber in
(select max(changenumber) from mxi_values group by mskey,attr_id,searchvalue,bChecksum having count(searchvalue)>1);
I was planning to perform complete initial load again that is why cant able to respond to you.
Many Thanks
Ali.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.