VMware

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
1 2 3 4 ... 13 Previous Next 182 Replies Last post: Nov 25, 2009 1:53 PM by jaspain   Go to original post

Re: vsphere client on Windows 7 rc

15. May 26, 2009 12:10 AM in response to: ftubio
Click to view crash98's profile Lurker 3 posts since
May 25, 2009
Yes, I'm alredy using %ProgramFiles(x86)%. here are my files:

VpxClient.exe.config:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.net>
<connectionManagement>
<clear/>
<add address="*" maxconnection="8" />
</connectionManagement>

</system.net>
<appSettings>
<add key = "protocolports" value = "https:443"/>

</appSettings>
<runtime>
<developmentMode developerInstallation="true"/>
</runtime>
</configuration>

VpxClient.cmd:

SET DEVPATH="%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\lib"
"%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe"

See error in attach.

Thank You in advance.
Bye

Attachments:

Re: vsphere client on Windows 7 rc

16. May 26, 2009 5:03 AM in response to: ftubio
Click to view Lasseman's profile Lurker 1 posts since
May 26, 2009

Can anybody possible upload such a system.dll file to a fileexchange síte ?

Re: vsphere client on Windows 7 rc

17. May 26, 2009 6:33 AM in response to: crash98
Click to view ftubio's profile Novice 9 posts since
May 24, 2009

You need to remove the quotes when you set the value of the DEVPATH environment variable. In other words, change

SET DEVPATH="%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\lib"

to

SET DEVPATH=%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\lib

Let me know if that helps.

Fernando Tubio

Re: vsphere client on Windows 7 rc

18. May 26, 2009 8:40 AM in response to: ftubio
Click to view crash98's profile Lurker 3 posts since
May 25, 2009
ok ,I've removed quotes and run as administrator. now it works. Thanks again for your support!

bye

Re: vsphere client on Windows 7 rc

19. May 26, 2009 8:55 AM in response to: ftubio
Click to view The-Kevster's profile Enthusiast 90 posts since
Mar 7, 2007
I've been waiting months for this! Thanks! :D

Re: vsphere client on Windows 7 rc

20. May 26, 2009 9:04 AM in response to: ftubio
Click to view mealan's profile Novice 19 posts since
Apr 18, 2008

I had to make a BAT file and use run as admin on it, but it works great for windows 7rc x64!

thanks for the help!

Re: vsphere client on Windows 7 rc

21. May 26, 2009 9:04 AM in response to: crash98
Click to view Tonym89's profile Novice 8 posts since
Feb 12, 2009

I am running Windows 7 RC1 x64 - Here is the content of my batch file that works just fine

@echo Off
SET DEVPATH=C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
"C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe"

The config file you have is the same as mine, I believe the wildcard value does not work the same as it does in x86 - I tried several times to simply change directory using wildcards with no luck - so I just simply defined the exact path and it works like a charm

Tony

Re: vsphere client on Windows 7 rc

22. May 26, 2009 9:54 AM in response to: Rumple
Click to view RParker's profile Champion 5,288 posts since
Dec 6, 2006
Seems to me that Windows 7 should have been tested and working long before now, its not like its a complete re-write of the operating system.

Seems backwards doesn't it? I have been complaining about this for 2 years, it seems VM Ware doesn't care to include those of us that use this stuff DAILY to test. Makes no sense whatsoever, which would lead one to believe VM Ware isn't interested in TRULY making their products ready, they just care about getting them out, quantity > quality in VM Ware small minded view of the world.


http://s254920738.onlinehome.us/resources/VMW_Q109_LGO_vExpert_k.jpg

Re: vsphere client on Windows 7 rc

23. May 26, 2009 9:57 AM in response to: atbnet
Click to view RParker's profile Champion 5,288 posts since
Dec 6, 2006
Troy says this does not work on Windows 7 yet, and I would not expect it to / complain as Windows 7 is not yet RTM anyway.

That is BESIDES the point, Windows 7 will be supported in ESX 4.0 as an OS, won't it? So OBVIUOSLY they knew about it why it DOESN'T work (I don't care to hear that it's BETA, we know its BETA) what is rediculous that the NEW product was released with Windows 7 on the table..

So it should be AT LEAST supported, the previous version of VI Client works fine, and as someone else pointed out, it's not like they completely re-wrote Windows 7, Vista Works, why not Windows 7. It's a continuing example VM Ware doesn't know how to leverage a ... gee ... USER COMMUNITY?!?


http://s254920738.onlinehome.us/resources/VMW_Q109_LGO_vExpert_k.jpg

Re: vsphere client on Windows 7 rc

25. May 26, 2009 1:34 PM in response to: brettcarr1
Click to view Tonym89's profile Novice 8 posts since
Feb 12, 2009
Your config file should read as such

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.net>
<connectionManagement>
<clear/>
<add address="*" maxconnection="8" />
</connectionManagement>
</system.net>
<appSettings>
<add key = "protocolports" value = "https:443"/>
</appSettings>
<runtime>
<developmentMode developerInstallation="true"/>
</runtime>
</configuration>

Also you will need to insure that you have copied the "System.dll" as mentioned from the OP message -

Read the post from the 1st entry and insure you have the .Net framework dll placed in the folder he stated

I can send you my files directly if need be.

Re: vsphere client on Windows 7 rc

27. May 26, 2009 2:19 PM in response to: brettcarr1
Click to view Tonym89's profile Novice 8 posts since
Feb 12, 2009

Here is my config file - with luck it will allow it to be attached


Attachments:

Re: vsphere client on Windows 7 rc

29. May 27, 2009 9:12 AM in response to: RParker
Click to view oschistad's profile Hot Shot 126 posts since
Jun 28, 2004

Interestingly the problem also appears for ThinApp packaged versions of the vSphere client when run in Windows 7

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities