How can I find duplicate artifacts in a module?
One answer
If you just want to find the duplicate artifact (ID)s, you can do so using a simple RPE template.
You can generate document by setting data source URI to
https://<server>:9443/rm/publish/resources?moduleURI=<UUID>
so that the output will contain only the duplicate IDs (dataSource/artifact/identifier).
Better way is to store all IDs in an array and find the duplicates as explained in below links:
Comments
David Clark
Oct 23 '18, 1:23 p.m.We can manually look for them,, we can export to excel and filter for them, but is there a way within DNG or RPE to generate a query that will highlight these duplicates?