Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

[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

0 votes


Accepted answer

Permanent link
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

0 votes

Comments

I am using restclient addon and also trying with RQM URL Utility in both same error.

Trying get request for URL - https://localhost:9443/qm/process/project-areas

Error is Java script is either disabled or not available in your Browser.

Thanks,
Regards,
Kumar

Because the error is likely the URL in use and not the tool that is used to use it.


One other answer

Permanent link
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.

1 vote

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 28 '16, 3:32 a.m.

Question was seen: 2,083 times

Last updated: Nov 07 '16, 2:28 a.m.

Confirmation Cancel Confirm