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

Can not get ant RQM info using HttpUrlUtility

I am trying to use RqmUrlUtility without success.

typing:

java -jar RQMUrlUtility.jar -command GET -user roger -password xxxxx -context qm -filepath /tmp/TC1.xml -url "https://jazz01:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Compass1/testcase

I get error message:

                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                  <<<<<----- [ RQMUrlUtility ] ---->>>>>
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

RQMUrlUtility: Connected to https://jazz01:9443 using project "Compass1"
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
RQMUrlUtility: Calling [ HTTP GET ] method to retrieve XML from a specified URL
RQMUrlUtility: Method failed: HTTP/1.1 400 Bad Request
Disconnecting from the IBM Rational Quality Manager server.

can someone help me to understand what is wrong in my command ?

0 votes


Accepted answer

Permanent link

A couple of things:

1.Confirm if the user name and password is correct.

2. The filepath needs to be with '\' something like:
C:\\tmp\TC1.xml

3.  Is your project area actually 'Compass1'?
You may need to enter its actual name as stored in RQM repository.
You can find that using the below comand:
https://<hostname>:<port>/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/projects 

Hope this helps

Best Regards
Rajat

Roger Layani selected this answer as the correct answer

0 votes

Comments

Rajat

thanks for answer

I have replaced the rpoject name by his Jazz id and started to get answers

Regards

Roger

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
× 10,938

Question asked: Feb 14 '13, 4:23 a.m.

Question was seen: 4,614 times

Last updated: Feb 15 '13, 3:01 p.m.

Confirmation Cancel Confirm