hello everyone
when i try to start a vm using the following command
vmrun -t esx -h https://myserver.com/sdk -u domain\user -p ******* start "[datastore1-mydata] vmname/vmname.vmx"
i get an error message "Cannot open VM: [datastore1-mydata] vmname/vmname.vmx, Insufficient permissions in the host operating system"
however when i type vmrun -t esx -h https://myserver.com/sdk -u domain\user -p ******* list
i do get a list of all the vms
I have administrator permissions on the said vm
also, when i try to do the same thing using powercli, it works perfectly
what could be the problem?
thanks