Failure to save Requirements Links
I have a test case in RQM that has links to DOORS requirements (the links were created from DOORS) that are incorrect. If I delete the links from RQM, the test case will not save. I get an error "Failed to save Requirements Links <show details>". If I click on <show details>, I see a long dotted line...............................................
|
One answer
http://getfirebug.com/
Enable console output and the do the operation that is failing. You should see errors in the console. Comments
Doyle Kint
commented Aug 20 '12, 12:41 p.m.
I don't have permission to install anything new on my system. However, I found an "Error Console" from my Firefox menu. I opened it and found a stack dump. It's much too long to post here, but begins with "not well-formed", then has a URL that links to IDocumentRawService, then has what looks like a line of code that starts with {"soapenv:Body":{"respons":... If I can get more of that to you, will that help? Yes that would be useful. Also please post the version of RQM. That will allow us to match the stack to the code. |
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.
Comments
Hi Doyle, are the requirements pushed from Doors through RQMI or through OSLC?
I am using OSLC. DOORS 9.4
Hi Doyle, would you please have a try to use firebug in Firefox to provide some more failure information? This will help to detect which UI call has failed. thanks
Can you point me to instructions on how to do this?
Doyal, Firebug is a plug in that can be used with Firefox that allows you to capture the individual HTTP calls (among many other things) You can get the plug in here
http://getfirebug.com/
The console tab of firebug will list all of the HTTP requests of the page your accessing The list of requests at the point in which the failure occurs would be very helpful