|
Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection'
------------------------------------------------------------------------------------------------------------------------------------------------------ Key: JENKINS-9539 URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 Project: Jenkins Issue Type: Bug Components: qc Affects Versions: current Environment: 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) Reporter: Pablo García Assignee: rseguy Priority: Minor 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148238#comment-148238 ] rseguy commented on JENKINS-9539: --------------------------------- What are the QC and QTP versions used? > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: rseguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148239#comment-148239 ] Pablo García commented on JENKINS-9539: --------------------------------------- For QC the 10.0 and for QTP the 11.0 Thanks! > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: rseguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pablo García updated JENKINS-9539: ---------------------------------- Description: 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 was: 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 > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: rseguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pablo García updated JENKINS-9539: ---------------------------------- Description: 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 was: 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 > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: rseguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148241#comment-148241 ] rseguy commented on JENKINS-9539: --------------------------------- Unfortunately I have none of these two versions to test the VBS against it... > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: rseguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148270#comment-148270 ] Pablo García commented on JENKINS-9539: --------------------------------------- Hi, I found this post and maybe the cause is this: I recently helped someone who had the same problem, but with a VB Script application, executed with cscript.exe. This VB script application uses a 32-bit COM object and failed to run on a 64-bit OS. The error, Microsoft VBScript runtime error: ActiveX component can't create object: 'XXXXXX'. To fix the issue, the script must be executed with the right executable. There are two cscript.exe in the 64-bit OSes. One is located at %WINDOWS%\System32, and the second one is located at %WINDOWS%\SysWOW64. The one under System32, is a 64-bit version. The one under SysWOW64 is the 32-bit version. Run the VBS application using the 32-bit application. http://blogs.msdn.com/b/helloworld/archive/2007/12/12/activex-component-can-t-create-object-when-creating-a-32-com-object-in-a-64-bit-machine.aspx What do you think? > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: rseguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148319#comment-148319 ] rseguy commented on JENKINS-9539: --------------------------------- Thx for the pointer. I can try to add an option or a mechanism which will use the right cscript binary. Once I've done a patch, can you give it a try? > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: rseguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148320#comment-148320 ] Pablo García commented on JENKINS-9539: --------------------------------------- Thanks to you. Perfect, i can test your patch under my environment. But i'm trying to prove the current version in a x86 SO with the same version tools to be sure that it's is the cause. Regards. > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: rseguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149550#comment-149550 ] David del Rio commented on JENKINS-9539: ---------------------------------------- Not sure if you guys have already fixed this--but I have a fix which is working for me. I'm successfully running on a 64-bit OS. I'm unfamiliar with the process, so please contact me if you haven't already addressed the issue. > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: rseguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153987#comment-153987 ] Ever Tang commented on JENKINS-9539: ------------------------------------ Romain,I'm trying to get the plugin work on Windows64,and i am having similar problem. How do I change the path to cscript.exe, if that was the problem cause? > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: Romain Seguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=154491#comment-154491 ] Romain Seguy commented on JENKINS-9539: --------------------------------------- OK, let me code the fix based on the link Pablo provided. I've asked David to provide his fix but I've had no answer :( > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: Romain Seguy > Priority: Minor > > 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 -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Seguy reassigned JENKINS-9539: ------------------------------------- Assignee: Daniel Petisme (was: Romain Seguy) > Quality Center Plugin Error: runTestSet.vbs(133, 5) Microsoft VBScript runtime error: ActiveX component can't create object: 'TDApiOle80.TDConnection' > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JENKINS-9539 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9539 > Project: Jenkins > Issue Type: Bug > Components: qc > Affects Versions: current > Environment: 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) > Reporter: Pablo García > Assignee: Daniel Petisme > Priority: Minor > > 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 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
| Powered by Nabble | See how NAML generates this page |
