VMware Cloud Community
Aluar
Contributor
Contributor

Does VmCOM API work with EXSI 6.5 ?

Hi All,

We are using VmCOM in order to take snapshots by vbs on EXSI6.0 working OK; yesterday we upgrade to 6.5 and the vbs stopped working.

The error is Invalid Arguments: Login Failed on the line : vm_server.Connect connect_params

Below the code:

************************************************************************

Dim connect_params

Dim vm_server

Dim vm

Dim vmlist

      

Set connect_params = CreateObject("VmCOM.VmConnectParams")

Set vm_server = CreateObject("VmCOM.VmServerCtl")

   

connect_params.Hostname = "10.130.11.12"

connect_params.UserName = "xxxxx"

connect_params.Password = "xxxx"

vm_server.Connect connect_params

Set vmlist = vm_server.RegisteredVmNames

.

.

.

*************************************************************************

The last version that I found is : VMware-VmCOMAPI-2.3.2-39850.exe

Someone has any information about it?

Thanks

Alex

Tags (1)
0 Kudos
0 Replies