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

Proper way to use variable with slashes in RQM Execution Tool

I've got an RQM test script that requires a Windows-formatted network path as a parameter. My initial thought was this:

RQMExecutionTool.jar -variables=path:\\network\path\to\folder

This works somewhat, but I've found that my script doesn't understand situations where there a folder is called \\path\new\newfolder (due to the \n). So I try:

RQMExecutionTool.jar -variables="path:'\\network\path\to\folder'"

and this does not work. It causes a 500 error.

Then I try this:
RQMExecutionTool.jar -variables=path:\\\\network\\path\\to\\folder

This, too, does not work.

What's strange is that this DOES work:

RQMExecutionTool.jar -variables=path:\\folder

But this does NOT:

RQMExecutionTool.jar -variables=path:\\to\\folder

Does anyone have any idea of how I can approach this?

0 votes



One answer

Permanent link
Use "/" instead of "\"

0 votes

Comments

Thank you for the suggestion Subhajit. I'll try it, but I don't think it's going to work in this situation, as the target script is not a command-line script but it's going to an adapter from a 3rd party. If the 3rd party's windows only client can't or won't translate the "/" to "\", then this won't work.

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
× 12,021

Question asked: Jun 16 '15, 2:07 p.m.

Question was seen: 3,691 times

Last updated: Jun 18 '15, 12:40 p.m.

Confirmation Cancel Confirm