Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Test Suite Exec Record RQM Command Line Execution

Hi,

I am not able to execute command line utility for runningTest Suite Exe cRecord , here is my ant task
target name="all">
            <executeTestSuiteExecRecord
                userId="${rqmUser}"
                password="${rqmPassword}"
                rqmServerUrl="${rqmUri}"
                projectName="${rqmProjectName}"
                testSuiteExecRecordId="449"
                suiteStepScriptIds="396,402,401"
                suiteStepAdapterIds="2,2,2"
                arguments="-exitOnComplete=true"
            />
here user name, password, server url is correct, I am getting an exception like


SEVERE: Exception occurred while doing a post to the server with the URL:https://<server>:9443/qm/service/com.ibm.rqm.execution.common.service.rest.ITestSuiteExecutionRecordRestService/execute. Please verify that the adapter being used is running and the values for parameters tserId, suiteStepScriptIds, suiteStepAdapterIds are valid and exist.

Can anybody help me on this issue, it is a work stopper for me.

0 votes



One answer

Permanent link
Have you verified that the adapter is using? It seems that it has stopped. You can check the status of the Adapter from the RQM WebUI.

0 votes

Comments

My adapter is working fine I checked in Adapter console.

I am able to run these test suite execution record manually.

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Oct 08 '13, 4:01 a.m.

Question was seen: 4,997 times

Last updated: Oct 08 '13, 4:30 a.m.

Confirmation Cancel Confirm