Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-9539

Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection'

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • qc-plugin
    • 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'

          Pablo García created issue -
          Pablo García made changes -
          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
          Pablo García made changes -
          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
          Romain Seguy made changes -
          Assignee Original: Romain Seguy [ rseguy ] New: Daniel Petisme [ danielpetisme ]
          Sachin Chitre made changes -
          Priority Original: Minor [ 4 ] New: Critical [ 2 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 139707 ] New: JNJira + In-Review [ 175134 ]
          Benjamin Mahr made changes -
          Attachment New: generateTranslation.bat [ 42179 ]
          Attachment New: generateTranslation.vbs [ 42180 ]
          Benjamin Mahr made changes -
          Attachment New: fixedBatchButStillError.bat [ 42222 ]

            danielpetisme Daniel Petisme
            pgarcia Pablo García
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: