Is it just me...or is UAC causing a big ruckus with most of these deployments? I am having a bear of a time getting these planner runs off the ground. I was finally able to get a single VM run to go by disabling UAC, and creating the IP.txt file on the root of C of the VM, THEN by manually starting the test by running C:\viewplanner.exe. The symptom I was having was that the GoldenDesktop would restart...and kick off the command
python "c:\runbench.pyc" local
but would sit at the setting: "Setting the registry" with nothing being put in the log files and whatnot.
Nowhere does the guide say anything about UAC, or said IP.txt file, which I filled out as thus:
HARNESSIP=10.0.100.12
VIEWIP=10.0.100.4
LOGIN=viewadmin
PASSWORD=Viewpassword1!
DOMAIN=viewlab.local
Sooo...I'm guessing that UAC needs to be nuked and that would have allowed the creation of the IP.txt file? Thoughts?