It's all about the answers!

Ask a question

Using Clearquest as Defect Provider then moving CQ DB to another server does this break links


David Beange (111356100) | asked Nov 29 '17, 12:53 p.m.

CLM 6.0.4 ifix5
Clearquest 7.1.2.6, upgrading to 8.0.1.15

We have a CLM instance where RQM is linked to Clearquest as the defect provider.

If we move our Clearquest Database and CQ Web Server to different servers will we completely destroy the links between our failed tests in RQM and their associated defects in CQ. Or even though the URL for CQWEB/oslc link is now pointing at a different server but using the same underlying database will those failed tests to defects links still be maintained?

Does anyone have an understanding of this linking process?

Accepted answer


permanent link
Paul Slauenwhite (8.4k12) | answered Dec 01 '17, 8:08 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
David Beange selected this answer as the correct answer

Comments
Paul Slauenwhite commented Dec 01 '17, 8:47 a.m. | edited Dec 01 '17, 8:48 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

Note, there's a manual step required:

1. Add the following mappings to the generated mapping file:

source=https://<source>:<port>/cqweb/oslc/repo/<dbset>/discovery
target=https://<target>:<port>/cqweb/oslc/repo/<dbset>/discovery

source=https://<source>:<port>/cqweb/restapi/<dbset>/<database>?format=html
target=https://<target>:<port>/cqweb/restapi/<dbset>/<database>?format=html

source=https://<source>:<port>/cqweb/oslc/repo/<dbset>/db/<database>
target=https://<target>:<port>/cqweb/oslc/repo/<dbset>/db/<database>

See PMR 50485,082,000.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.