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

Unable to attach files or links to execution results of test case

I'm using RQM 4.0.2 command line adapter. Whenever I try to attach any doc/text file or add a link to the execution results of the test case, I get the following warning message:

http://www.google.com" is not an existing file nor a valid URI link.  Unable to
associate with execution result.
ExitCode: 0
C:\Documents and Settings\username\My Documents\sample.txt" is not an existing fil
e nor a valid URI link.  Unable to associate with execution result.

I'm following the steps mentioned in http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.rational.test.qm.doc%2Ftopics%2Ft_add_cmd_line_attachments.html

0 votes


Accepted answer

Permanent link
Hello Amit, I'm guessing the double-quotes are being passed through into the properties file.  So the result ends up looking something like this.

"mylink=http://www.google.com"
"myfile=C:\Documents and Settings\username\My Documents\sample.txt"

This would result in properties with names "mylink and "myfile, with values http://www.google.com" and C:\Documents and Settings\username\My Documents\sample.txt".  Try removing the quotes in your echo commands (assuming you're using echo).  One other thing you'll need to address is to either escape the backslash characters in the path or use forward slashes, ie. C:/Documents and Settings/username/My Documents/sample.txt

I hope this helps!
Amit Garg selected this answer as the correct answer

2 votes

Comments

Hello,
I also submitted a documentation defect to update the example in the help topic and remove the quotes: https://jazz.net/jazz02/web/projects/Rational%20Quality%20Manager#action=com.ibm.team.workitem.viewWorkItem&id=88424

Thanks a lot Thomas. Removing the double quotes did the trick and yes I am using the forward slashes.

However it is strange that before I raised this question, I was not using the double quotes and it was still throwing some errors.

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
× 1,381
× 115

Question asked: Jun 03 '13, 8:46 a.m.

Question was seen: 5,319 times

Last updated: Jun 04 '13, 3:36 a.m.

Confirmation Cancel Confirm