Trying to access vmhost_profile_datastore_path

2009-03-13 Thread Brian Bouterse
I am trying to use the following line in the esx.pm module to get access to the datastore_path field of the 'vmhost' table. $self-data-vmhost_profile_datastore_path() The following error is thrown by the above line (168) in vcld.log: Uncaught exception from user code: OIO::Method

Re: Trying to access vmhost_profile_datastore_path

2009-03-13 Thread Aaron Peeler
ah - need the 'get_' Try $self-data-get_vmhost_profile_datastore_path() Aaron --On March 13, 2009 3:54:10 PM -0400 Brian Bouterse bmbou...@ncsu.edu wrote: I am trying to use the following line in the esx.pm module to get access to the datastore_path field of the 'vmhost' table.

Re: Trying to access vmhost_profile_datastore_path

2009-03-13 Thread Brian Bouterse
That was exactly the problem; thanks! Best, Brian Brian Bouterse Secure Open Systems Initiative 919.698.8796 On Mar 13, 2009, at 4:07 PM, Aaron Peeler wrote: ah - need the 'get_' Try $self-data-get_vmhost_profile_datastore_path() Aaron --On March 13, 2009 3:54:10 PM -0400 Brian