Why won't RQM Adapter upload attachments?
I have used the following article (https://jazz.net/library/article/809#AttachFiles) to try to upload attachments to RQM after execution of my Selenium script (using RQM CLA adapter) with version 6.0.2. However, I'm unable to get any attachments to load (other than the default one with std out content). The "qm_AttachmentsFile" environment variable is available to both my Java test as well as the script that launches the test, but creating this file with the name/value pairs for my attachments has no effect.
It was reported to me by my colleagues that they are no longer able to upload attachments with the RQMUrlUtility, which worked at one time, so I'm wondering if there could be a broader issue in the system that is blocking attachments.
Any ideas on what I could check would be greatly appreciated.
|
One answer
It turns out that the key/value pairs in the file that is indicated by qm_AttachmentsFile needs to have the escape characters. For example: output=c:\\app\\temp.txt. |
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.
Comments
Does it affect some of the project areas, or the entire environment? Have you checked the qm.log file for any related errors?