<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : Unanswered Threads - vCenter Lab Manager API</title>
    <link>http://communities.vmware.com/community/developer/forums/labmanager?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in vCenter Lab Manager API</description>
    <language>en</language>
    <pubDate>Fri, 06 Nov 2009 08:17:14 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-06T08:17:14Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>determining expired configurations</title>
      <link>http://communities.vmware.com/thread/239502</link>
      <description>It seems that ListConfigurations() calls return all configurations, including those whose storage lease has expired. We would like to be able to exclude these configurations from the results, but can see no way to distinguish between an expired configuration and an unexpired configuration.  we are currently using the v3 api. Looking at v4 it seems there are additional methods and members relating to leases, but still nothing that would enable us to figure out if a configuration's storage lease had expired. &lt;br /&gt;
&lt;br /&gt;
Is there any way to achieve this? Or at least is there a way to determine if a config has expired from any other properties?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">configuration</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">strage_lease</category>
      <pubDate>Thu, 29 Oct 2009 15:16:45 GMT</pubDate>
      <author>MartinCartwright</author>
      <guid>http://communities.vmware.com/thread/239502</guid>
      <dc:date>2009-10-29T15:16:45Z</dc:date>
      <clearspace:dateToText>3 weeks, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Java Exception when GetConfigurationByName called for non-existent Configuration</title>
      <link>http://communities.vmware.com/thread/239279</link>
      <description>Hi All -&lt;br /&gt;
&lt;br /&gt;
I'm updating our Java-based application from the LM 2.5.3 API to LM 4 API.  I'm using the unsupported API, and leveraging Axis2 for the SOAP work.&lt;br /&gt;
When using GetConfigurationByName, all works well as long as the requested Configuration exists in LM.&lt;br /&gt;
But, if it doesn't, I get an oddball Axis2/SOAP error (see below).&lt;br /&gt;
&lt;br /&gt;
Anybody else having this problem?&lt;br /&gt;
In fact, anybody else still using Java for LM API? Kinda feels like VMware has abandoned all but the Windows/C# crowd. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":-(" /&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
JC&lt;br /&gt;
&lt;br /&gt;
2009-10-28 15:53:07,518 &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=main"&gt;main&lt;/a&gt; ERROR labmanageradapter.LabManagerAdapter  - Unknown exception encountered when retrieving configuration&lt;br /&gt;
org.apache.axiom.om.impl.exception.OMBuilderException: detail unsupported element in SOAPFault element&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper.handleEvent(SOAP12BuilderHelper.java:175)&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.constructNode(StAXSOAPModelBuilder.java:374)&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createOMElement(StAXSOAPModelBuilder.java:212)&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createNextOMElement(StAXSOAPModelBuilder.java:191)&lt;br /&gt;
	at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:172)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMElementImpl.buildNext(OMElementImpl.java:633)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMNodeImpl.getNextOMSibling(OMNodeImpl.java:141)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMElementImpl.getNextOMSibling(OMElementImpl.java:314)&lt;br /&gt;
	at org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator.next(OMChildrenQNameIterator.java:118)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMElementImpl.getFirstChildWithName(OMElementImpl.java:252)&lt;br /&gt;
	at org.apache.axiom.soap.impl.llom.soap12.SOAP12FaultImpl.getReason(SOAP12FaultImpl.java:143)&lt;br /&gt;
	at org.apache.axis2.AxisFault.initializeValues(AxisFault.java:202)&lt;br /&gt;
	at org.apache.axis2.AxisFault.&amp;lt;init&amp;gt;(AxisFault.java:196)&lt;br /&gt;
	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)&lt;br /&gt;
	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)&lt;br /&gt;
	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)&lt;br /&gt;
	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)&lt;br /&gt;
	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)&lt;br /&gt;
	at com.vmware.labmanager.VMwareLabManagerSOAPinterfaceStub.GetConfigurationByName(VMwareLabManagerSOAPinterfaceStub.java:4428)&lt;br /&gt;
	at org.nplace.ci.fap.labmanageradapter.LabManagerAdapter.getConfigurationByName(LabManagerAdapter.java:390)</description>
      <pubDate>Wed, 28 Oct 2009 20:14:47 GMT</pubDate>
      <author>JohnCasebolt</author>
      <guid>http://communities.vmware.com/thread/239279</guid>
      <dc:date>2009-10-28T20:14:47Z</dc:date>
      <clearspace:dateToText>1 month, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Lab Manager plug-in for VMware Orchestrator?</title>
      <link>http://communities.vmware.com/thread/235053</link>
      <description>&lt;br /&gt;
Is Lab Manager plug-in for VMware Orchestrator available? &lt;br /&gt;
&lt;p /&gt;
 If not, please, suggest a simplest way to integrate Lab Manager to VMware Orchestrator.</description>
      <pubDate>Mon, 05 Oct 2009 10:48:34 GMT</pubDate>
      <author>AlexeyBykov</author>
      <guid>http://communities.vmware.com/thread/235053</guid>
      <dc:date>2009-10-05T10:48:34Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Internal LM API Operation "machineInsertCDFromPath" returns "Deprecated. Use ESX30Agent.SmbMount"</title>
      <link>http://communities.vmware.com/thread/230406</link>
      <description>In LM 3.0, attempting to use the "machineInsertCDFromPath" operation, we get the result:  "Deprecated. Use ESX30Agent.SmbMount".   Is this operation broken?   Any suggestions?</description>
      <pubDate>Tue, 08 Sep 2009 14:19:00 GMT</pubDate>
      <author>dleigh</author>
      <guid>http://communities.vmware.com/thread/230406</guid>
      <dc:date>2009-09-08T14:19:00Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to know the labamanger version ?</title>
      <link>http://communities.vmware.com/thread/225940</link>
      <description>Is it possible to retreive the labmanager version to which am connecting using the LabManager SOAP?&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <pubDate>Thu, 13 Aug 2009 12:05:42 GMT</pubDate>
      <author>vm_wonder</author>
      <guid>http://communities.vmware.com/thread/225940</guid>
      <dc:date>2009-08-13T12:05:42Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Script to Clone Configuration and Deploys in LM</title>
      <link>http://communities.vmware.com/thread/220437</link>
      <description>&lt;br /&gt;
Is anyway I could create a script to clone a config that shared in LM and deploys them afterward?&lt;br /&gt;
I know how to do clone and deploy script using VI Toolkit, but not sure about the LM, any suggest or starting poing please.&lt;br /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Fri, 10 Jul 2009 15:04:54 GMT</pubDate>
      <author>CapiZikus</author>
      <guid>http://communities.vmware.com/thread/220437</guid>
      <dc:date>2009-07-10T15:04:54Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>internalIP seems to always be null?</title>
      <link>http://communities.vmware.com/thread/218097</link>
      <description>Hello fellow experts it's me again... :-P&lt;br /&gt;
 First I'll give you a brief overview of what I am trying to accomplish for my project, cause I am hoping someone here is going through the same thing and maybe we will be able to help each other in doing so...&lt;br /&gt;
We purchased Lab Manager to replace out QA automation testing environment from ESX, this decision was made on what the SOAP API that Lab Manager offers.  We are trying to develop a system for our QA testers that will deploy a bank of images on demand power them on, and execute a series of test, and also have the ability to underplay the image bank when it's done to release the SilkTest agent license so other test can be run.  (SilkTest is our sledgehammer QA automation tool we use to perform all our automated regression and function tests) &lt;br /&gt;
 I am currently able to "checkout" and "Check in" now I am trying to start up a process (i.e. SilkTest with the given test) and wait for the process to end.  Now when I try to pull the "internalIP" from a deployed and running machine it is null?  I am not sure why it's NULL, and I'm kind of at a road block on.   &lt;br /&gt;
And with that said. Does anyone have any ideas as to why, and is there anyone out there who is working on this type of Lab Manager testing environment and would like to share some knowledge on developing such a system... &lt;br /&gt;
 Thanks in advance...&lt;br /&gt;
&lt;sub&gt;swordphish&lt;/sub&gt;</description>
      <pubDate>Fri, 26 Jun 2009 14:19:11 GMT</pubDate>
      <author>Swordphish99</author>
      <guid>http://communities.vmware.com/thread/218097</guid>
      <dc:date>2009-06-26T14:19:11Z</dc:date>
      <clearspace:dateToText>5 months, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Iam using vim25.jar used to connect esx3 server VI SDK -not vCenter</title>
      <link>http://communities.vmware.com/thread/217548</link>
      <description>&lt;br /&gt;
Hi ..&lt;br /&gt;
&lt;p /&gt;
        Iam using vim25.jar used to connect esx3 server via VI SDK &lt;br /&gt;
&lt;p /&gt;
  throws exception&lt;br /&gt;
&lt;p /&gt;
 AxisFault&lt;br /&gt;
 faultCode: ClientFaultCode&lt;br /&gt;
 faultSubcode: &lt;br /&gt;
 faultString: Unsupported namespace in content of SOAP Body&lt;br /&gt;
 faultActor: &lt;br /&gt;
 faultNode: &lt;br /&gt;
 faultDetail: &lt;br /&gt;
    {&lt;a class="jive-link-external" href="http://xml.apache.org/axis/"&gt;http://xml.apache.org/axis/&lt;/a&gt;}stackTrace:Unsupported namespace in content of SOAP Body&lt;br /&gt;
    at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;br /&gt;
    at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;br /&gt;
    at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;br /&gt;
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;br /&gt;
    at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;br /&gt;
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;br /&gt;
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;br /&gt;
    at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;br /&gt;
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;br /&gt;
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;br /&gt;
    at com.vmware.vim25.VimBindingStub.retrieveServiceContent(VimBindingStub.java:43886)&lt;br /&gt;
    at Vm25Connection.getEsxConnection(Vm25Connection.java:28)&lt;br /&gt;
    at Vm25ConnectionPool.getConnection(Vm25ConnectionPool.java:130)&lt;br /&gt;
    at VmGetInfoReal.getEsxConnection(VmGetInfoReal.java:1001)&lt;br /&gt;
    at VmGetInfoConnectionThread.isConnectedToEsx(VmGetInfoConnectionThread.java:58)&lt;br /&gt;
    at VmGetInfoConnectionThread.run(VmGetInfoConnectionThread.java:17)&lt;br /&gt;
&lt;br /&gt;
    {&lt;a class="jive-link-external" href="http://xml.apache.org/axis/"&gt;http://xml.apache.org/axis/&lt;/a&gt;}hostname:egurkha161&lt;br /&gt;
&lt;br /&gt;
Unsupported namespace in content of SOAP Body&lt;br /&gt;
    at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;br /&gt;
    at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;br /&gt;
    at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;br /&gt;
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;br /&gt;
    at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;br /&gt;
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;br /&gt;
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;br /&gt;
    at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;br /&gt;
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;br /&gt;
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;br /&gt;
    at com.vmware.vim25.VimBindingStub.retrieveServiceContent(VimBindingStub.java:43886)&lt;br /&gt;
    at Vm25Connection.getEsxConnection(Vm25Connection.java:28)&lt;br /&gt;
    at Vm25ConnectionPool.getConnection(Vm25ConnectionPool.java:130)&lt;br /&gt;
    at VmGetInfoReal.getEsxConnection(VmGetInfoReal.java:1001)&lt;br /&gt;
    at VmGetInfoConnectionThread.isConnectedToEsx(VmGetInfoConnectionThread.java:58)&lt;br /&gt;
    at VmGetInfoConnectionThread.run(VmGetInfoConnectionThread.java:17)&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 24 Jun 2009 05:36:51 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/217548</guid>
      <dc:date>2009-06-24T05:36:51Z</dc:date>
      <clearspace:dateToText>5 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VI SDK to monitor an ESX server and its VMs through VC.</title>
      <link>http://communities.vmware.com/thread/217546</link>
      <description>&lt;br /&gt;
Hi&lt;br /&gt;
&lt;p /&gt;
I am using VI SDK to monitor an ESX server and its VMs through VC. ESX metrics are retrieved properly but no VMs are discovered. I have used the administrator only. VC version is 2.5 update 4. Has any one seen this issue before? Any clues?"&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
ram</description>
      <pubDate>Wed, 24 Jun 2009 04:38:10 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/217546</guid>
      <dc:date>2009-06-24T04:38:10Z</dc:date>
      <clearspace:dateToText>5 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>If it possible to use vim25.jar to connect Esx3 servers..</title>
      <link>http://communities.vmware.com/thread/217324</link>
      <description>&lt;br /&gt;
Hi..&lt;br /&gt;
&lt;p /&gt;
 If it possible to use vim25.jar to connect Esx3 servers..If any changes in vim25.jar files..iam waiting for urs reply............................&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
ram</description>
      <pubDate>Tue, 23 Jun 2009 09:59:12 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/217324</guid>
      <dc:date>2009-06-23T09:59:12Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Getting info on Stored and Deployed User Quotas</title>
      <link>http://communities.vmware.com/thread/216141</link>
      <description>&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;p /&gt;
I would like to be able to get the info on user quota for stored and deployed configurations. Internal SOAP API "GetCurrentUser" provides this information as well as number of currently stored and deployed configurations. &lt;br /&gt;
&lt;p /&gt;
However, I can't execute "GetCurrentUser" with non-admin permissions. This does not make much sence, because it is different from "GetUser" which can be used to get someone else password, but "GetCurrentUser" will return the password of the user to the same user.&lt;br /&gt;
&lt;p /&gt;
I have two questions: &lt;br /&gt;
&lt;p /&gt;
First: is there a way to enable user permissions so that this API can be executed without making a user an "admin" ? &lt;br /&gt;
&lt;p /&gt;
Second: is there any other way to get user quotas through SOAP? &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 16 Jun 2009 21:05:39 GMT</pubDate>
      <author>tparkhom</author>
      <guid>http://communities.vmware.com/thread/216141</guid>
      <dc:date>2009-06-16T21:05:39Z</dc:date>
      <clearspace:dateToText>5 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to get the hosts currenttime via VirtualCenter (VI SDK)</title>
      <link>http://communities.vmware.com/thread/215694</link>
      <description>&lt;br /&gt;
Hai..&lt;br /&gt;
&lt;p /&gt;
How to get the Esx hosts currenttime via VirtualCenter (VI SDK)....................... &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
thanks&lt;br /&gt;
&lt;p /&gt;
ram</description>
      <pubDate>Mon, 15 Jun 2009 09:59:40 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/215694</guid>
      <dc:date>2009-06-15T09:59:40Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Roles &amp;#38; Rights</title>
      <link>http://communities.vmware.com/thread/209142</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
This seems like a simple question, but I just can't seem to find it...&lt;br /&gt;
&lt;br /&gt;
Anyone know what user right I can assign to a role that would allow someone to Insert/Swap/Eject a CD to a VM in their workspace?&lt;br /&gt;
&lt;p /&gt;
What I'm looking for is a way to assign minimal rights that are still usable. View Only seems like enough, except for the right mentioned above...&lt;br /&gt;
&lt;p /&gt;
Regards,</description>
      <pubDate>Fri, 08 May 2009 20:21:37 GMT</pubDate>
      <author>farojoyer</author>
      <guid>http://communities.vmware.com/thread/209142</guid>
      <dc:date>2009-05-08T20:21:37Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>moving/copying templates between organizations?</title>
      <link>http://communities.vmware.com/thread/205081</link>
      <description>&lt;br /&gt;
I'm setting up some automation to manage a group of servers(bring up arbitrary config, do some post processing). Currently one team is already using LM and has some active configurations and a set of templates. I was setup in a separate organization, with the intention being that I'll have a separate datastore for the VMs I'll be bringing up. I want to leverage the templates that already exist within the primary organization. I know that if i had access i could use templatecopy to copy it to my datastore, but I can't see it unless i use the primary organization.(this user account has rights in both orgs)&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
What's the best way for me to go about this? Am i better to just not have a separate organization and put both datastores under the same org?  or is there a viable way to</description>
      <pubDate>Wed, 15 Apr 2009 19:31:34 GMT</pubDate>
      <author>cschmidt</author>
      <guid>http://communities.vmware.com/thread/205081</guid>
      <dc:date>2009-04-15T19:31:34Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to modify Memory on a given VM Machine through SDK?</title>
      <link>http://communities.vmware.com/thread/204993</link>
      <description>Hello all,&lt;br /&gt;
 I would like to know if how to change the default memory for a VM through SDK. In my case the default value is 1024 MB when i add a new VM.&lt;br /&gt;
I can get Machine object from GetMachineByName() method but changing the fields on this object does not reflect back to the original VM.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <pubDate>Wed, 15 Apr 2009 14:42:04 GMT</pubDate>
      <author>vm_wonder</author>
      <guid>http://communities.vmware.com/thread/204993</guid>
      <dc:date>2009-04-15T14:42:04Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Deploy configuration to specific Resource Pool</title>
      <link>http://communities.vmware.com/thread/204027</link>
      <description>&lt;br /&gt;
Hi,  I am working on an automation application that deploys a large number of configurations very quickly for a training environment.  I would like to specify the resource pool that the configuration gets deployed into like I can in the LM interface.  I have looked through the API and the InternalAPI and don't see a method to do this.  Is there any undocumented tricks to be able to achieve what I am looking for.&lt;br /&gt;
&lt;p /&gt;
 Thanks,&lt;br /&gt;
&lt;p /&gt;
Curtis</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">resource</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">pool</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">internalapi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">lab</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">deploy</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">configuration</category>
      <pubDate>Thu, 09 Apr 2009 01:25:23 GMT</pubDate>
      <author>cpope</author>
      <guid>http://communities.vmware.com/thread/204027</guid>
      <dc:date>2009-04-09T01:25:23Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SetCurrentOrganization question</title>
      <link>http://communities.vmware.com/thread/200557</link>
      <description>&lt;br /&gt;
I am trying to use this method, as ConfigurtionChangeOwner requires being in the same organization. So I login to SOAP and bind in the global organization, then I setcurrentorganization to another organization and then checkout a configuration. I would have thought it would be then checkout under that new organization, but it isn't it is still global. However if I then go to the website I am indeed in that new organization.  What do i have to do to get it checkout to another organization? Did I misguess at to what SetCurrentOrganizations intended use case was?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Any advice or information would be greatly appreciated</description>
      <pubDate>Thu, 19 Mar 2009 21:20:35 GMT</pubDate>
      <author>AHutton</author>
      <guid>http://communities.vmware.com/thread/200557</guid>
      <dc:date>2009-03-19T21:20:35Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Python SOAP API</title>
      <link>http://communities.vmware.com/thread/200309</link>
      <description>&lt;br /&gt;
Hello all, i'm looking for an example python script to talk to Lab manager's SOAP API. Assume that I want to run this on a freshly installed Ubuntu image. I've got python 2.5 and have intalled the latest version of ZSI. I've managed to get the wsdl file and converted it using wsdl2py. I'm now trying to setup  even a simple connection and i'm not having much luck.&lt;br /&gt;
&lt;p /&gt;
 Anyone here successfully using python for this interaction?&lt;br /&gt;
&lt;p /&gt;
 Thanks,</description>
      <pubDate>Wed, 18 Mar 2009 20:10:56 GMT</pubDate>
      <author>cschmidt</author>
      <guid>http://communities.vmware.com/thread/200309</guid>
      <dc:date>2009-03-18T20:10:56Z</dc:date>
      <clearspace:dateToText>8 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>ConfigurationPerformAction</title>
      <link>http://communities.vmware.com/thread/200306</link>
      <description>Can anyone give me a list of what the actions are for this call? Thanks</description>
      <pubDate>Wed, 18 Mar 2009 19:49:55 GMT</pubDate>
      <author>AHutton</author>
      <guid>http://communities.vmware.com/thread/200306</guid>
      <dc:date>2009-03-18T19:49:55Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Welcome Lab Manager Developers!</title>
      <link>http://communities.vmware.com/thread/199251</link>
      <description>Welcome to the new VMware vCenter Lab Manager SDK Community.&lt;br /&gt;
&lt;br /&gt;
1. &lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-9692"&gt;Documentation&lt;/a&gt; for the SDK&lt;br /&gt;
&lt;br /&gt;
2. &lt;a class="jive-link-external" href="http://www.vmware.com/download/labmanager/"&gt;Download&lt;/a&gt; (Included in the VMware Lab Manager Download)&lt;br /&gt;
&lt;br /&gt;
Have fun and we would like to hear your feedback.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thank You,&lt;br /&gt;
&lt;br /&gt;
Corey Romero &lt;br /&gt;
&lt;br /&gt;
VMware Community Web Producer</description>
      <pubDate>Thu, 12 Mar 2009 20:38:52 GMT</pubDate>
      <author>Corey_R</author>
      <guid>http://communities.vmware.com/thread/199251</guid>
      <dc:date>2009-03-12T20:38:52Z</dc:date>
      <clearspace:dateToText>8 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
  </channel>
</rss>

