I am trying to read testscript using GET command from RQMUrlUtility.jar of RQM 3.0.1, I am getting this error "RQMUrlUtility: Login error (response code) - 404"

Error details:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<<<<----- [ RQMUrlUtility ] ---->>>>>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RQMUrlUtility: Connected to https://isljazzclm.in.ibm.com:9444 using project "Qu
ality+Manager"
Sep 7, 2012 4:13:19 PM org.apache.commons.httpclient.HttpMethodBase getResponseB
ody
WARNING: Going to buffer response body of large or unknown size. Using getRespon
seBodyAsStream instead is recommended.
RQMUrlUtility: Login error (response code) - 404
Response Body: <H1>SRVE0255E: A WebGroup/Virtual Host to handle /qm/j_security_c
heck has not been defined.</H1><BR><H3>SRVE0255E: A WebGroup/Virtual Host to han
dle isljazzclm.in.ibm.com:9444 has not been defined.</H3><BR><I>IBM WebSphere Ap
plication Server</I>
RQMUrlUtility: Calling [ HTTP GET ] method to retrieve XML from a specified URL
RQMUrlUtility: Method failed: HTTP/1.1 404 Not Found
2 answers

Are you using the correct RQM URL Utility version for your RQM server version (see https://jazz.net/wiki/bin/view/Main/RQMURLUtility#Compatibility)? There was SRVE0255E: A WebGroup/Virtual Host to handle /jazz/web/console has not been defined. (35947) but restarting WAS/DB resolved the symptom.
Comments

Yes, we are using RQM 3.0.1 and I am using the utility from the RQM version https://jazz.net/downloads/rational-quality-manager/releases/3.0.1?p=allDownloads .
My another doubt is, do I need to have ADMIN rights to run the command?