Hi,
I have facing this issue for a while and have not idea on how to solve it. I can open QC website on internet explorer and login with the credentials but when I try to login using below script. I keep getting this below error on 5th line.
Your Quality Center session has been disconnected. Contact your system administrator for more information
Another thing is I was successfully able to login a day before and completed the script, on next day onwards I am getting this error on login.
Few things I tried already are:
1 ) Tried with another username and password, got same error.
2) Restarted machine and again end up on same error.
3) Restarted machine clear all the temp files, internet temp file not worked out.
Any suggestion ???
strQCPassword = something strQCUser = something Set qcConnection = CreateObject("TDApiOle80.TDConnection") qcConnection.InitConnectionEx "http://qualitycenter(site)/qcbin/" qcConnection.Login strQCUser, strQCPassword