Unable to link Testcase with DOORS 9.5 requirement - Unable to load /qm/proxy?uri=https
![]()
Using RQM 401, DOORS 9.5 and DWA
Integrated DOORS 9.5 as requirement provider to RQM When trying to link requirement in Testcase, upon saving testcase i see this error hide details |
Accepted answer
One other answer
![]()
We saw a similar issue being resolved recently. Problem was with inconsistent naming used in DWA URLs mentioned in config files and DOORS Database.
Check in doorsRedirector.properties and festival.xml, wherever the DWA URL is specified. Ensure you use FQDN of the DWA Server in those URLs.
Similarly, browse to DOORSHOME\bin on DOORS Server, and run the following command -
dbadmin -d <DOORS DB Port>@<DOORS DB Name> -dwaHost <DWAServerName> -dwaPort 8443 dwaProtocol https
Once the command is run, you'd have to restart the DOORS Server.
Hope that helps.
|