question

AggrDVT avatar image
AggrDVT asked ericnute edited

Problem updating execution status with QC 11.0 from iTestcli

iTest version 4.2.1 QC (Application Life Cycle Management) version 11.0 I am using the following dos bat file to run an iTest test case and then do an update to QC version 11.0 itestcli -qcu name -qcp password -qcd "CND" -qcpr "TA5000" -w "C:\iTest_workspace" \ -qct "Root/DVT/QC_test/TestSet/[1]QC_test" \ -test "project://DVT/test_cases/QC_test.fftc" Attempts to do this on the command line without the bat file have the same result. As indicated below: ***Could not publish test report to Quality Center. Cause: Invoke of: InitConnectionEx Source: Description: Invalid server response*** Any ideas where this may come from - this sequence of commands work on earlier versions of QC (version 9) Note - I wanted to add that I can publish the test results manually .so there is not a linkage issue. [debug output][1] [1]: /storage/temp/3723-debug.txt
iTesterror messageitestcliHP QC ALM
debug.txt (1.3 KiB)
2 comments
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

AggrDVT avatar image AggrDVT commented ·
Up to this point I have found that if I change (based on reading ( http://itestforums.spirent.com/questions/3119/could-not-publish-test-report-to-quality-center-it.html) qct "Root/DVT/QC_test/TestSet/[1]QC_test" ^ to " http://td-hpqc.name.com:8080/qcbin/Root/DVT/QC_test/TestSet/[1]QC_test" ^ The error message goes away but the test status is not updated.
0 Likes 0 ·
AggrDVT avatar image AggrDVT commented ·
Ran with debug on - see attached file debug.txt
0 Likes 0 ·

1 Answer

·
AggrDVT avatar image
AggrDVT answered ericnute edited
It appears the following works..I am not sure if all is needed itestcli -qcu myname -qcp pasword -qcd "CND" -qcpr "TA5000" -w "C:\iTest_workspace" \ -qcs http://td-hpqc.name.com:8080/qcbin/ \ -qct "Root\DVT\QC_test\TestSet\[1]QC_test" \ -qc "project://DVT/test_cases/QC_test.fftc"
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.