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>