Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all articles
Browse latest Browse all 14708

Re: QC OTA-VB Code to connect to QC and export defects/tests

$
0
0

Hi,

 

I am receiving the "Invalid server response" while connecting to ALM11.0.

 

I am using below code-

 

Set QCConnection = CreateObject("TDApiOle80.TDConnection")
Dim sUserName, sPassword
sUserName = "User name"
sPassword = "password"
QCConnection.InitConnectionEx "ALM link"--- here i am receiving the error "invalid server response"
QCConnection.Login sUserName, sPassword

 

Can u please provide me solution>


Viewing all articles
Browse latest Browse all 14708

Trending Articles