Our QM 4.0.3 server is running on RHEL. I have configured QM Shared Locations to access windows shares using cifs, i.e.
mount -t cifs //machinename/mymachine -o username=userid,password=XXXXXX /mnt/WinShare. This works perfectly.
However, one scenario I am faced with, is I have a team that uses Odin Axe Test Manager to import RFT test scripts directly into RQM. The integration between Axe-RQM-RFT requires UNC paths to be set. Once the scripts are imported into QM, they contain UNC paths to the script location. When RQM is used for execution, what results is projectnotfound exception.
The screenshot belows shows a RFT script imported into RQM using axe. The Shared Resource Location is a UNC path that is not editable. This is dilemma I am faced with.
Is it possible to use a UNC path set as a Shared Location on a QM server that is running on linux? \\nldvecm01\Share as opposed to /mnt/Share?