-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Windows Vista Enterprise SP2 x64
Mozilla Firefox 4.0 & Internet Explorer 8
Jenkins ver. 1.409
qc plugin 1.0 (script runTestSet.vbs used is version fixed in issue #9267)
ERROR trying to create the object TDApiOle80.TDConnection in Class QCTestRunner.
Sub Class_Initialize
errors = 0
Set tdConnection = CreateObject("TDApiOle80.TDConnection")
timestamp = CStr(Now)
End Sub
Error message reported is next:
[TRUNK] $ cscript /nologo xxx\runTestSet.vbs http://xxx/qcbin pablo.garcia_hp.com ******** xxx xxx "xxx" Test1 qcreport-Test1-7.xml
xxx\runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection'
Cant create TDConnection Object
[JENKINS-9539] Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection'
Description |
Original:
ERROR trying to create the object TDApiOle80.TDConnection in: Sub Class_Initialize errors = 0 Set tdConnection = CreateObject("TDApiOle80.TDConnection") timestamp = CStr(Now) End Sub Error message reported is next: [TRUNK] $ cscript /nologo xxx\runTestSet.vbs http://xxx/qcbin pablo.garcia_hp.com ******** xxx xxx "xxx" Test1 qcreport-Test1-7.xml xxx\runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' Cant create TDConnection Object |
New:
ERROR trying to create the object TDApiOle80.TDConnection in Class QCTestRunner. The code is next: Sub Class_Initialize errors = 0 Set tdConnection = CreateObject("TDApiOle80.TDConnection") timestamp = CStr(Now) End Sub Error message reported is next: [TRUNK] $ cscript /nologo xxx\runTestSet.vbs http://xxx/qcbin pablo.garcia_hp.com ******** xxx xxx "xxx" Test1 qcreport-Test1-7.xml xxx\runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' Cant create TDConnection Object |
Description |
Original:
ERROR trying to create the object TDApiOle80.TDConnection in Class QCTestRunner. The code is next: Sub Class_Initialize errors = 0 Set tdConnection = CreateObject("TDApiOle80.TDConnection") timestamp = CStr(Now) End Sub Error message reported is next: [TRUNK] $ cscript /nologo xxx\runTestSet.vbs http://xxx/qcbin pablo.garcia_hp.com ******** xxx xxx "xxx" Test1 qcreport-Test1-7.xml xxx\runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' Cant create TDConnection Object |
New:
ERROR trying to create the object TDApiOle80.TDConnection in Class QCTestRunner. Sub Class_Initialize errors = 0 Set tdConnection = CreateObject("TDApiOle80.TDConnection") timestamp = CStr(Now) End Sub Error message reported is next: [TRUNK] $ cscript /nologo xxx\runTestSet.vbs http://xxx/qcbin pablo.garcia_hp.com ******** xxx xxx "xxx" Test1 qcreport-Test1-7.xml xxx\runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' Cant create TDConnection Object |
What are the QC and QTP versions used?