Duplicate records in RELM view
Hello Team,
Duplicate records shown view container in Engineering Lifecycle Manager (relm)
- I have created view using global configuration context using one requirement project, when I drag and create requirement container it always shows duplicate records and even if we try to add condition using refine container content it shows multiple attributes.
Can you Please suggest .
Thanks
One answer
It seems that all the Resource Nodes(Artifacts) listed in the Node Container have different URLs, even if their Title/Summary/Description is same.
RELM discards the Resource Node with same URL from the Node Container. So if the same artifact have two different URLs, then that will not be treated as duplicate entries.
In your case, the artifacts are from Requirement Management(RM). And the following might be the cause to your problem:
-
Requirements in RM can exist independently(without being member of any Module or Collection).
- Requirements in RM can also exist as a member of any Module or Collection.
-
So, if any of the Requirement Artifact is added as the member of any Module or Collection, a copy of the Artifact is created with different URL.
- Lets consider the following example:
-
A Requirement Artifact exist independently with following details
- Title : "My Custom Requirement"d
- URL : "https://mydomain:9443/rm/resource/abc"
- When the same requirement is added as a member of a Module or Collection; a copy of it is created. The copied artifact will have following details:
- Title : "My Custom Requirement"d
- URL : "https://mydomain:9443/rm/resource/xyz"
- From the above two points, we can see that the Title remain same, but the resource URL changes. And thus two different resources(artifacts) for the RELM Views.
You can verify the same in your case by opening the duplicate artifacts in separate tab and check whether they point to same or different resources(URL).
Comments
Rahul Bhadauriya
Feb 13 '20, 7:08 a.m.Seems like you do have multiple requirement project areas and you are seeing those duplicate records from different project areas.
Monali Jambhulkar
Feb 13 '20, 8:15 a.m.Thanks Rahul.
Rishikesh Agam
Feb 13 '20, 10:57 p.m.Is the container linked with some other container? If yes, can you please share the details?
Monali Jambhulkar
Feb 14 '20, 12:15 a.m.Hi Rishikesh