Page 3 of 3

Re: VMware problem

Posted: Wed Aug 25, 2010 12:30 am
by jay2679
Actually nm I got it to work properly was a permission issue on the get vm script, However When I select 15-20 vm hosts on 1 vcenter It fails and gives me request failed: URI too long (longer than 8190)

Re: VMware problem

Posted: Mon Jan 03, 2011 8:17 pm
by Box293
One problem that causes the "VMware SDK has not yet been installed" issue can be your password.

I had a password with # in it and even though the wizard accepts it, it does not get passed to the getguests.pl script. A way to get around this is to escape the invalid character when typing the password. For example:

Instead of
#MyPassword
Type
\#MyPassword

And the wizard will work correctly.

Re: VMware problem

Posted: Wed Jan 05, 2011 10:50 am
by tonyyarusso
Good to know.