joeloyzaga Posted August 6, 2009 Posted August 6, 2009 last line doesn't work but the one before it does! $qcHostName = "qualitycenter.test.det.nsw.edu.au" $qcPort = "8080" ;ConsoleWrite($USERNAME) ;ConsoleWrite("USERNAME:") ;$qcServer = "http://" & $qcHostName & ":" & $qcPort & "/qcbin" $qcServer = "http://qualitycenter.test.det.nsw.edu.au:8080/qcbin/" $qcUser = $USERNAME $qcPassword = $PASSWORD ConsoleWrite($CONNECTIONURL) $qcServer = $CONNECTIONURL $qcDomain = "DEFAULT" $qcProject = "AUTOMATION" ;MsgBox(-1,"Error",$USERNAME) Global $tdc = ObjCreate("TDApiOle80.TDConnection") $tdc.InitConnectionEx("http://qualitycenter.test.det.nsw.edu.au:8080/qcbin/") $tdc.InitConnectionEx($qcServer)
somdcomputerguy Posted August 6, 2009 Posted August 6, 2009 $qcServer is commented out once, then defined two more times.. What is $CONNECTIONURL? - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
GEOSoft Posted August 6, 2009 Posted August 6, 2009 Read the reply in the other thread where you asked exactly the same question about exactly the same problem with exactly the same code. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
joeloyzaga Posted August 6, 2009 Author Posted August 6, 2009 Read the reply in the other thread where you asked exactly the same question about exactly the same problem with exactly the same code.sorry
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now