Hi Dojo Community,
I am getting a critical error "Duplicated Param Description 'Index'. Param IDs '2801, 3101'" eventhough the description of the Parameters 2801 and 3101 are different. This occurs only for parameters that are exported to a DVE. Can you please suggest a way to resolve this without changing the name of the description - "Index" ?
DIS Version: 2.41.1.7
Jenkins link to the protocol: https://jenkins.skyline.be/blue/organizations/jenkins/Skyline%2FProtocols%2FP_Ateme%2FP_Ateme_Titan_Live/detail/gerrit%2Fdcp_209587_Merging/2/artifacts
Hi Sumathi
When you have a look at the exported protocol, you'll see that indeed the Index column would be a duplicate description because you likely have an Export Rule that removes the '(table name)'. This rule should only be done for columns that are exported as standalone parameters. If you are exporting entire tables, then you don't adapt the descriptions.
Solved the error by deleting the ExportRule below that removed the table name from the description:
Thank you Michiel…!