Hi Friends, Did you guys find time to look into my Question.I tried a lot but was unsucessfull today. Below code is what we used for connecting quality center with no sucess.This code might work for QUality center 10. But in HP ALM(Quality center 11) methodologoy is slightly different after entering user name,password we need to click on the "authenticate button" then we need to select domain,Project and then click on the Login button. It failes wehn we used the connect method (QCcon.Connect "Domain", "Project").Iam suspecting it has to do something with the authentication button Please suggest me.
Sub CreateConnection() Dim qcUser As String Dim qcPassword As String Dim qcDomain As String Dim qcProject As String Dim qcHostName As String qcUser = "Username" qcPassword = "Password" qcDomain = DomainName qcProject = "ProjectName" Set QCcon = CreateObject("TDApiOle80.TDConnection") QCcon.InitConnectionEx "HP ALM url" QCcon.Login "UserName", "Password" QCcon.Connect "Domain", "Project" MsgBox "connection established" End Sub On Wednesday, October 31, 2012 11:49:01 AM UTC-5, Nevin wrote: > Hi Friends, > > Iam not able to find the right kind of code which is used to connect > QC test lab folder using macros.Objective is to update around 1200 tc > using macros. > > It would be great if somebody is guiding me and iam very new to using > macros.. > > Regards > -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES (1120+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. 6) Jobs posting is not allowed. 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. --- You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group. To post to this group, send email to excel-macros@googlegroups.com. To unsubscribe from this group, send email to excel-macros+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/excel-macros?hl=en.