<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using the VixCOM library</title>
	<atom:link href="http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/</link>
	<description>Random musings from the developers at Tranxition</description>
	<lastBuildDate>Fri, 30 Oct 2009 13:52:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Bower</title>
		<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-147</link>
		<dc:creator>James Bower</dc:creator>
		<pubDate>Mon, 07 Sep 2009 21:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-147</guid>
		<description>Great blog, reading it through RSS feed as well</description>
		<content:encoded><![CDATA[<p>Great blog, reading it through RSS feed as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dB.</title>
		<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-93</link>
		<dc:creator>dB.</dc:creator>
		<pubDate>Tue, 06 Jan 2009 04:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-93</guid>
		<description>This might be of interest: http://code.dblock.org/ShowPost.aspx?id=29</description>
		<content:encoded><![CDATA[<p>This might be of interest: <a href="http://code.dblock.org/ShowPost.aspx?id=29" rel="nofollow">http://code.dblock.org/ShowPost.aspx?id=29</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Digby</title>
		<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-91</link>
		<dc:creator>Brent Digby</dc:creator>
		<pubDate>Thu, 11 Dec 2008 17:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-91</guid>
		<description>With the latest release of the API 1.6.2, the VixCOM.Constants.VIX_API_VERSION is fixed in the Connect().

Also, if you have trouble with OpenVM, you could use vmrun, to get the list of registered VM.</description>
		<content:encoded><![CDATA[<p>With the latest release of the API 1.6.2, the VixCOM.Constants.VIX_API_VERSION is fixed in the Connect().</p>
<p>Also, if you have trouble with OpenVM, you could use vmrun, to get the list of registered VM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-60</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Mon, 08 Sep 2008 14:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-60</guid>
		<description>I got it to work. The problem was that I was using VIX_SERVICEPROVIDER_VMWARE_SERVER for hosttype instead of VIX_SERVICEPROVIDER_VMWARE_VI_SERVER and also according to the bug fix for API version used a 1 instead of the defined value for API version. That was the difference between the vbscript and the C# code.
Must be something that has been fixed in the RC2 version of vmware server 2.0.</description>
		<content:encoded><![CDATA[<p>I got it to work. The problem was that I was using VIX_SERVICEPROVIDER_VMWARE_SERVER for hosttype instead of VIX_SERVICEPROVIDER_VMWARE_VI_SERVER and also according to the bug fix for API version used a 1 instead of the defined value for API version. That was the difference between the vbscript and the C# code.<br />
Must be something that has been fixed in the RC2 version of vmware server 2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-59</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Mon, 08 Sep 2008 14:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-59</guid>
		<description>I&#039;ve solved the problem with the vmPath so that it works from a vbscript. My problem with connecting from my C# MSBuild task remains. I&#039;m wondering what the difference between running vix from the sample vbscript that comes along with the vix installation and running the vixcom lib from a msbuild task in C# is? Should be no difference since the vbscript is using the Set lib = CreateObject(&quot;VixCOM.VixLib&quot;) before connecting to the server.
Let me know if anything comes to mind about this problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve solved the problem with the vmPath so that it works from a vbscript. My problem with connecting from my C# MSBuild task remains. I&#8217;m wondering what the difference between running vix from the sample vbscript that comes along with the vix installation and running the vixcom lib from a msbuild task in C# is? Should be no difference since the vbscript is using the Set lib = CreateObject(&#8220;VixCOM.VixLib&#8221;) before connecting to the server.<br />
Let me know if anything comes to mind about this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-58</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Mon, 08 Sep 2008 13:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-58</guid>
		<description>Hi,

I don&#039;t think that I have any firewalls enabled on the server but I&#039;ll look into that. The next problem I encounter when using a vbscript for example is that when I have connected to the server the virtual machine I want to start can&#039;t be found. It says that it can&#039;t allocate the vmx file. How should the parameter for the path to the vmx file be specified. Should it be according to the path from root on the server? E.g. On the server I have my VMs in /home/username/VirtualMachines is this the path to use or does vix require you to give a path from some place that vix think is root?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I don&#8217;t think that I have any firewalls enabled on the server but I&#8217;ll look into that. The next problem I encounter when using a vbscript for example is that when I have connected to the server the virtual machine I want to start can&#8217;t be found. It says that it can&#8217;t allocate the vmx file. How should the parameter for the path to the vmx file be specified. Should it be according to the path from root on the server? E.g. On the server I have my VMs in /home/username/VirtualMachines is this the path to use or does vix require you to give a path from some place that vix think is root?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ehaddan</title>
		<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-57</link>
		<dc:creator>ehaddan</dc:creator>
		<pubDate>Fri, 05 Sep 2008 21:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-57</guid>
		<description>The Vix error code 16 is VIX_E_VMSERVER_NOT_FOUND so the only thing I can think of is to double-check the parameters that you&#039;re sending.  I have also disabled firewalls on the vmware server, but since you are able to connect using other methods, this is probably not the reason.</description>
		<content:encoded><![CDATA[<p>The Vix error code 16 is VIX_E_VMSERVER_NOT_FOUND so the only thing I can think of is to double-check the parameters that you&#8217;re sending.  I have also disabled firewalls on the vmware server, but since you are able to connect using other methods, this is probably not the reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-56</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Fri, 29 Aug 2008 09:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-56</guid>
		<description>Hi,
Great example code for us who are dealing with msbuild and want to set it up using vmware server for testing.
I have just started looking into automating our test procedures using VIX for our vmware server 2.0 RC2. I&#039;m having problem connecting to the server from my msbuild task I&#039;ve created. The task tries to connect but fails, due to a timeout I think. The only error message I get back from VIX is error code 16 which don&#039;t give any real hints to what the problem is. I&#039;ve tried the vb script examples that comes with the VIX installation and they can at least connect to the host machine using the same settings as I&#039;m using in my msbuild task. I&#039;m running the vmware server on a ubuntu server version 8.04 and want to connect from a system running windows xp SP3.

Tnx
// Jakob</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great example code for us who are dealing with msbuild and want to set it up using vmware server for testing.<br />
I have just started looking into automating our test procedures using VIX for our vmware server 2.0 RC2. I&#8217;m having problem connecting to the server from my msbuild task I&#8217;ve created. The task tries to connect but fails, due to a timeout I think. The only error message I get back from VIX is error code 16 which don&#8217;t give any real hints to what the problem is. I&#8217;ve tried the vb script examples that comes with the VIX installation and they can at least connect to the host machine using the same settings as I&#8217;m using in my msbuild task. I&#8217;m running the vmware server on a ubuntu server version 8.04 and want to connect from a system running windows xp SP3.</p>
<p>Tnx<br />
// Jakob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automating virtual machines &#171; Noocyte&#8217;s Weblog</title>
		<link>http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-16</link>
		<dc:creator>Automating virtual machines &#171; Noocyte&#8217;s Weblog</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/#comment-16</guid>
		<description>[...] Automating virtual&#160;machines  In my last job (Synergi Solutions AS) we talked a bit about creating virtual machines as output of our nightly/release builds, but never got around to actually doing it. I just found a link to somebody who&#8217;s actually done it; http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Automating virtual&nbsp;machines  In my last job (Synergi Solutions AS) we talked a bit about creating virtual machines as output of our nightly/release builds, but never got around to actually doing it. I just found a link to somebody who&#8217;s actually done it; <a href="http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/" rel="nofollow">http://tranxcoder.wordpress.com/2008/05/14/using-the-vixcom-library/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
