[Closed] RQM URL Utility: Error with java script
Hello,
I am trying to read the test case using RQM URL Utility. but I am getting below error <noscript><div id="net-jazz-ajax-NoScriptMessage">Javascript is either disabled or not available in your Browser</div></noscript> <div id="net-jazz-ajax-InitialLoadMessage">Loading...</div> Please provide me some solution. Thanks, Regards, Kumar |
Accepted answer
Ralph Schoon (63.6k●3●36●46)
| answered Oct 28 '16, 4:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Since there is pretty much no information in the question, I doubt there will be a lot of answers. My best guess is that you are passing a URL that is actually just a usual Web UI URL and not a REST Service compatible one. The URL tries to open up and misses JavaScript which is not provided by the RQMURLUtility.
Kumar Kumar selected this answer as the correct answer
Comments
Kumar Kumar
commented Oct 28 '16, 5:12 a.m.
I am using restclient addon and also trying with RQM URL Utility in both same error.
Because the error is likely the URL in use and not the tool that is used to use it.
|
One other answer
The particular URL https://localhost:9443/qm/process/project-areas should return XML contents. The only scenario that it returns HTML content is when you have not logged on successfully (hence a login page). Make sure that you have specify the correct username and password when using the utility.
BTW, it's bad practice of using "localhost" in the public URI. |
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.