Hi stuartX,
Thanks for the data.
I don't see in your posted code where you define cnxnString.
I am not sure what your script is doing, but it seems unlikely that the code you posted is actually connecting to multiple remote devices.
As a note, if you pass empty data to the Connect method, the Connect method will just reconnect the last session that was connected in the tab where you are running the script. If you were to run your script in a fresh instance that has no previously connected session in a tab, I suspect you would find your script failing when it gets to the point where it needs to connect.
Would you confirm that you posted the exact script you are using (with the exception of sensitive data)?
Last edited by jdev; 10-24-2012 at 05:28 PM.
|