No connection of QTP-adapter with RQM
One answer
I haven't used the QTP adapter, but I've seen a similar issue with the RQM command-line adapter. The adapter was expecting the project "alias" not the project name as seen in the RQM UI. To determine the project alias go to this URL on your server:
https://localhost:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/projects
You should see a list of projects including their alias, which looks like a URL encoded string. Specify that when connecting the adapter and hopefully it should work.
https://localhost:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/projects
You should see a list of projects including their alias, which looks like a URL encoded string. Specify that when connecting the adapter and hopefully it should work.