Problem when try to update the fullpath of a existing script on RQM
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,
Accepted answer
Can you try if
remotescript.XLSArtifactID=A works for you?
A should be something like:
urn:com.ibm.rqm:remotescript:38
Comments
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,
Glad to know it works for you.
I converted it to answer so that someone else could reference it.
Comments
Don Yang
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
Jun 13 '18, 9:34 p.m.Ricardo Souza
Jun 13 '18, 9:34 p.m.Don,
Don Yang
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
Jun 14 '18, 8:42 p.m.Hi Don,
Don Yang
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
Jun 26 '18, 7:43 p.m.Hi Don,
Don Yang
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.