It's all about the answers!

Ask a question

Problem when try to update the fullpath of a existing script on RQM


Ricardo Souza (1718) | asked Jun 12 '18, 3:21 p.m.
edited Jun 12 '18, 3:34 p.m.
 Hi everybody,

I dealing with a strange problem. I am trying to update through RQMExcelImporter the fullpath of a hundred scripts, the motive is that they changed the location from the old path. I looked through the samples files and change the conffiguration from the spreadsheet to change only the fullpath from a respective ID. 
I created and changed the fullpath from one of my scripts, but when I try to change the fullpath from a script that already exist, and was created with an RFT adapter, I receive the message that the update was made, but when i check the script is like nothing was made at all.

Anyone saw this already?

Kind Regards,

Comments
Don Yang commented Jun 13 '18, 3:47 a.m.

It would be hard to figure out what's going on unless more info was provided

- RQM/ExcelImporter version
- what is cfg like for full path change
- what is your xls like on defining the full path
and how do you specify the existing test script?
- is your RFT script created from UI or ExcelImporter originally?


Ricardo Souza commented Jun 13 '18, 8:45 a.m. | edited Jun 13 '18, 9:34 p.m.
 Hi Don,

- RQM/ExcelImporter version
R: For RQM 5.0.2

- what is cfg like for full path change
R: I am using the "remotescript.fullpath" 

- what is your xls like on defining the full path
R: I am using the Testcase with Remote Scripts 001.xls, column P (Script Path)

- how do you specify the existing test script? 
R: I am specify through remotescript.ID=A 

- is your RFT script created from UI or ExcelImporter originally? 
R: UI using RFT RQM Adapter.

Kind Regards,

Ricardo Souza commented Jun 13 '18, 8:46 a.m. | edited Jun 13 '18, 9:34 p.m.

 Don,

When I use a script created from ExcelImporter originally, it works, and I can change the Script Path.

Kind Regards,


Don Yang commented Jun 13 '18, 9:37 p.m.

so script from ExcelImporter works but from UI created not.
How do you specify remotescript.ID in column A for UI script and ExcelImporter created script? I suspect A does not have correct UI script id there hence the tool does not really update/know the target script at all.


Ricardo Souza commented Jun 14 '18, 7:24 a.m. | edited Jun 14 '18, 8:42 p.m.

 Hi Don,


I suspect the same, because I am using the remotescript.ID, and specify the existed script ID from  RQM.

Kind Regards,


Don Yang commented Jun 14 '18, 8:45 p.m.

I am not sure if the keyword should be remotescript.ID or not
but specifying ID only won't work for sure, it should be something like

urn:com.ibm.rqm:remotescript:38
(38 is an example of script ID)


Ricardo Souza commented Jun 19 '18, 8:05 a.m. | edited Jun 26 '18, 7:43 p.m.

 Hi Don,


But How I specified that ID on the config file from RQMExcelImporter?


Don Yang commented Jun 20 '18, 1:38 a.m.

I dont know whether remotescript.ID would make it or not, did you try that?
I make it as a comment because I am not sure what is the keyword here.

showing 5 of 8 show 3 more comments

Accepted answer


permanent link
Don Yang (7.6k2197134) | answered Jun 26 '18, 1:17 a.m.

Can you try if
remotescript.XLSArtifactID=A works for you?
A should be something like:

urn:com.ibm.rqm:remotescript:38

Ricardo Souza selected this answer as the correct answer

Comments
Ricardo Souza commented Jun 26 '18, 11:04 a.m. | edited Jun 26 '18, 7:43 p.m.

 Hi Don,


It works!

I was trying something similar, with artifact.XLSArtifactID and urn:com.ibm.rqm:testscript:38, I never though using the remotescript.
Thanks so much for the help.

Kind Regards,


Don Yang commented Jun 26 '18, 7:44 p.m.

Glad to know it works for you.
I converted it to answer so that someone else could reference it.

Your answer


Register or to post your answer.