Verification error message during migration from QC10 to ALM 11?
Question ID: 105164
0
0

Hi I am receiving the following issues:

After restoring a project from QC 10 and attempting to upgrade it to ALM 11. I am receiving an error message in the verification process that I am unable isolate. The error states:

Verifying all components for duplicate parameter names…
Some business components have parameters that are only differentiated by the case sensitivity of their name.
Please correct this by manually renaming one of the duplicate parameters.

I deleted all rows in the Component Parm tables, and in the BP Parm tables knowing that i will lose data and am fine with that. AFter this I am still getting the same error. How do identify which component(s) are causing the issue. Does it mean a duplicate parameter within the same component?

Thanks for any help.

Marked as spam
Posted by (Questions: 379, Answers: 35)
Asked on November 1, 2013 2:10 pm
28 views
Answers (1)
1
Private answer

Hi HomerJ,

I have seen this once before and the issue turned out to be a known but strange issue where the name and domain name had exceeded the allowance of 30 characters. I would check this and see if this may be the case in you situation. This error is an Oracle DB related issue as noted.

If this doesn't work here are some queries you can run to find duplicate entities on a particular table:

SELECT ,
COUNT() ---> another field different from field 1
FROM table
GROUP BY field2
HAVING ( COUNT(field2) > 1 )

I hope this helps narrow down your issue.

Marked as spam
Posted by (Questions: 0, Answers: 770)
Answered on November 1, 2013 2:14 pm
0
We are in fact using Oracle and had exceeded that character count in the project/ domain name. We shortened it and were able to resolve the issues. Thanks for your assistance.
( at November 1, 2013 2:15 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top