<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>vitoolkitextensions Work Item Rss Feed</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/List.aspx</link><description>vitoolkitextensions Work Item Rss Description</description><item><title>Created Issue: New-TkeLinkedClone fails with error registering new VM, timing related error [25323]</title><link>http://vitoolkitextensions.codeplex.com/WorkItem/View.aspx?WorkItemId=25323</link><description>When using New-TkeLinkedClone to create a large cluster full of clones, registering the new clone VM would occasionally fail, complaining it could not find the vmx file specified.  I tracked this down to a timing issue between when the new clone VMX file is uploaded to the cluster, and the Register-TkeVM immediately after. Inserting a ten second sleep seemed long enough to make the errors go away. This is a crude workaround, there may be a better way to fix this.&lt;br /&gt;&lt;br /&gt;Environment&amp;#58; 11 node VMware VI 3.5 cluster, with iSCSI storage.&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#35; Copy the modified VMX file into this new subdirectory.&lt;br /&gt;&amp;#9;&amp;#9;&amp;#36;encoding &amp;#61; New-Object system.Text.UTF8Encoding&lt;br /&gt;&amp;#9;&amp;#9;&amp;#36;newVmxBytes &amp;#61; &amp;#36;encoding.GetBytes&amp;#40;&amp;#91;string&amp;#93;&amp;#58;&amp;#58;Join&amp;#40;&amp;#34;&amp;#96;n&amp;#34;, &amp;#36;newVmx&amp;#41; &amp;#43; &amp;#34;&amp;#96;n&amp;#34;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#36;newVmxBytes &amp;#124; Set-Content -Encoding byte &amp;#36;tempVmxFile&lt;br /&gt;&amp;#9;&amp;#9;Copy-TkeDatastoreFile -source &amp;#36;tempVmxFile -destination &amp;#36;newVmxFile -destinationDatacenter &amp;#36;datacenter -noprogress&lt;br /&gt;&lt;br /&gt;&amp;#35;&amp;#35; see if sleeping help with the errors.&lt;br /&gt;Start-Sleep -Seconds 10&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#35; Register this clone.&lt;br /&gt;&amp;#9;&amp;#9;&amp;#36;moRef &amp;#61; Register-TkeVM -vmxfile &amp;#36;newVmxFile -vmhost &amp;#36;vmhost -folder &amp;#36;folder -resourcepool &amp;#36;resourcepool&lt;br /&gt;&amp;#9;&amp;#9;&amp;#36;newVM &amp;#61; &amp;#36;moRef &amp;#124; Get-VIObjectByVIView&lt;br /&gt;</description><author>peterbach</author><pubDate>Fri, 13 Nov 2009 02:16:04 GMT</pubDate><guid isPermaLink="false">Created Issue: New-TkeLinkedClone fails with error registering new VM, timing related error [25323] 20091113021604A</guid></item><item><title>Commented Issue: get-thesnapshotextended SizeMb returns 0 [24446]</title><link>http://vitoolkitextensions.codeplex.com/WorkItem/View.aspx?WorkItemId=24446</link><description>Hi&lt;br /&gt;&lt;br /&gt;When running this on my env i get a size of 0 on all vm&amp;#39;s with a snapshot&amp;#58;&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&amp;#36;b &amp;#61; get-vm &amp;#124; Get-TkeSnapshotExtended&lt;br /&gt;&amp;#36;b &amp;#124;select SizeMb&lt;br /&gt;----&lt;br /&gt;&lt;br /&gt;any ideas on why&amp;#63; &lt;br /&gt;&lt;br /&gt;I connect to a Vitrual center server 2.4 u4 and im running PowerCLI and powershell V2 CTP3 as per requisite.&lt;br /&gt;Comments: ** Comment from web user: flipster ** &lt;p&gt;I&amp;#39;m having this issue too. The reutrned snapshot size is 0 MB.&lt;/p&gt;</description><author>flipster</author><pubDate>Wed, 09 Sep 2009 21:01:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: get-thesnapshotextended SizeMb returns 0 [24446] 20090909090142P</guid></item><item><title>Created Issue: get-thesnapshotextended SizeMb returns 0</title><link>http://vitoolkitextensions.codeplex.com/WorkItem/View.aspx?WorkItemId=24446</link><description>Hi&lt;br /&gt;&lt;br /&gt;When running this on my env i get a size of 0 on all vm&amp;#39;s with a snapshot&amp;#58;&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&amp;#36;b &amp;#61; get-vm &amp;#124; Get-TkeSnapshotExtended&lt;br /&gt;&amp;#36;b &amp;#124;select SizeMb&lt;br /&gt;----&lt;br /&gt;&lt;br /&gt;any ideas on why&amp;#63; &lt;br /&gt;&lt;br /&gt;I connect to a Vitrual center server 2.4 u4 and im running PowerCLI and powershell V2 CTP3 as per requisite.&lt;br /&gt;</description><author>AllanChristiansen</author><pubDate>Wed, 26 Aug 2009 09:50:46 GMT</pubDate><guid isPermaLink="false">Created Issue: get-thesnapshotextended SizeMb returns 0 20090826095046A</guid></item><item><title>Created Issue: get-tkeloglastmodifieddate</title><link>http://vitoolkitextensions.codeplex.com/WorkItem/View.aspx?WorkItemId=22336</link><description>This function needs updating.  It seems to be calling get-datastorefiles which doesn&amp;#39;t exist.&lt;br /&gt;&lt;br /&gt;Also this line doesn&amp;#39;t seems to return anything &amp;#36;entry &amp;#61; &amp;#36;files &amp;#124; where &amp;#123; &amp;#36;_.Path -eq &amp;#36;logFile &amp;#125;.  &amp;#36;logfile only holds &amp;#34;vmname&amp;#47;vmware.log&amp;#34;. I&amp;#39;ve updated it to &amp;#36;entry &amp;#61; &amp;#36;files &amp;#124; where &amp;#123; &amp;#36;_.Path -match &amp;#36;logFile &amp;#125; and it works now.&lt;br /&gt;</description><author>houghtp</author><pubDate>Mon, 11 May 2009 11:00:38 GMT</pubDate><guid isPermaLink="false">Created Issue: get-tkeloglastmodifieddate 20090511110038A</guid></item><item><title>Created Issue: Size of VMSN file</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=21105</link><description>We have VMs with 2 and more VMDKs.&lt;br /&gt;I think the VMSN file is not always &amp;#36;snapshot.snapshotFile&amp;#91;1&amp;#93; in Cmdlet Get-TkeSnapshotExtended&lt;br /&gt;&lt;br /&gt;Cmdlet Get-TkeSnapshotExtended&lt;br /&gt;...&lt;br /&gt;&amp;#9;&amp;#9;&amp;#35; First, let&amp;#39;s find the size of this snapshot&amp;#39;s VMSN file.&lt;br /&gt;&amp;#9;&amp;#9;&amp;#36;totalSize &amp;#61; Add-TkeFileSize &amp;#36;files &amp;#36;snapshot.snapshotFile&amp;#91;1&amp;#93; -simpleMatch&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;We have replaced with&lt;br /&gt;...&lt;br /&gt;&amp;#9;&amp;#9;&amp;#35; First, let&amp;#39;s find the size of this snapshot&amp;#39;s VMSN file.&lt;br /&gt;&amp;#9;&amp;#9;foreach &amp;#40;&amp;#36;vmsnfile in &amp;#36;snapshot.snapshotFile&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;    if &amp;#40;&amp;#36;vmsnfile -like &amp;#34;&amp;#42;.vmsn&amp;#34;&amp;#41; &amp;#123; &lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#36;totalSize &amp;#61; Add-TkeFileSize &amp;#36;files &amp;#36;vmsnfile &amp;#36;true&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;break&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;    &amp;#125;&lt;br /&gt;...&lt;br /&gt;</description><author>codeplexfan</author><pubDate>Wed, 11 Feb 2009 18:25:06 GMT</pubDate><guid isPermaLink="false">Created Issue: Size of VMSN file 20090211062506P</guid></item><item><title>Commented Issue: Total System Packaged up?</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20539</link><description>Would it be feasible to get a full dump of all the supplied functions, cmdlets, etc packaged up into a deployable solution&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: ewannemacher ** &lt;p&gt;The install.cmd in the source worked just fine for me.&lt;/p&gt;</description><author>ewannemacher</author><pubDate>Thu, 22 Jan 2009 20:41:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Total System Packaged up? 20090122084113P</guid></item><item><title>Commented Issue: get-tkesnapshotextended functionality</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20749</link><description>I&amp;#39;ve updated two systems to Powershell 2 CTP3 and the latest toolkit extensions&amp;#40;45952&amp;#41;.  Now, the get-tkesnapshotextended function doesn&amp;#39;t appear to want to accept more than one vm as input.  Example below...&lt;br /&gt;&lt;br /&gt;Works with one&amp;#58;&lt;br /&gt;get-vm seactx01 &amp;#124; get-tkesnapshotextended&lt;br /&gt;&lt;br /&gt;Name                 Description                    PowerState&lt;br /&gt;----                 -----------                    ----------&lt;br /&gt;January 13th, 200... January 13th, 2009 &amp;#64; 7&amp;#58;20am    PoweredOn&lt;br /&gt;&lt;br /&gt;get-vm &amp;#124; get-tkesnapshotextended&lt;br /&gt;No output comes back&lt;br /&gt;&lt;br /&gt;Here is a sample of output from get-vm.  I limited it to our Seattle DC due to size reasons.&lt;br /&gt;&lt;br /&gt;get-vm -location &amp;#40;get-datacenter seattle&amp;#41;&lt;br /&gt;&lt;br /&gt;Name                 PowerState Num CPUs Memory &amp;#40;MB&amp;#41;&lt;br /&gt;----                 ---------- -------- -----------&lt;br /&gt;sea1schd2            PoweredOn  1        2048&lt;br /&gt;sea1mon01            PoweredOn  1        2048&lt;br /&gt;Win2K8_X64           PoweredOff 1        1024&lt;br /&gt;sea1lp01             PoweredOn  1        2048&lt;br /&gt;sea1bavm05           PoweredOn  1        1024&lt;br /&gt;sea1schd1            PoweredOn  1        2048&lt;br /&gt;rex-test             PoweredOn  1        1024&lt;br /&gt;sea1www09            PoweredOn  1        1024&lt;br /&gt;sea1lnx01            PoweredOn  1        1024&lt;br /&gt;sea1fil04            PoweredOn  1        2048&lt;br /&gt;seaesx000            PoweredOn  1        2048&lt;br /&gt;sea1bavm01           PoweredOn  1        1024&lt;br /&gt;sea1www02            PoweredOn  1        2048&lt;br /&gt;rhel5.2x64           PoweredOn  1        1024&lt;br /&gt;sea1req01            PoweredOn  1        1024&lt;br /&gt;sea1bavm03           PoweredOn  1        1024&lt;br /&gt;sea1bavm02           PoweredOn  1        1024&lt;br /&gt;seactx01             PoweredOn  2        4096&lt;br /&gt;sea1fil05            PoweredOn  1        2048&lt;br /&gt;sea1bavm04           PoweredOn  1        1024&lt;br /&gt;&lt;br /&gt;get-vm -location &amp;#40;get-datacenter seattle&amp;#41; &amp;#124; get-tkesnapshotextended&lt;br /&gt;No output.  Returns to shell prompt.&lt;br /&gt;Comments: ** Comment from web user: cartershanklin ** &lt;p&gt;I can confirm the behavior you&amp;#39;re seeing, I&amp;#39;ll take a look soon. The short-term workaround is Get-VM &amp;#124; foreach &amp;#123; &amp;#36;_ &amp;#124; Get-TkeSnapshotExtended &amp;#125;&lt;/p&gt;</description><author>cartershanklin</author><pubDate>Thu, 22 Jan 2009 17:21:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: get-tkesnapshotextended functionality 20090122052127P</guid></item><item><title>Created Issue: get-tkesnapshotextended functionality</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20749</link><description>I&amp;#39;ve updated two systems to Powershell 2 CTP3 and the latest toolkit extensions&amp;#40;45952&amp;#41;.  Now, the get-tkesnapshotextended function doesn&amp;#39;t appear to want to accept more than one vm as input.  Example below...&lt;br /&gt;&lt;br /&gt;Works with one&amp;#58;&lt;br /&gt;get-vm seactx01 &amp;#124; get-tkesnapshotextended&lt;br /&gt;&lt;br /&gt;Name                 Description                    PowerState&lt;br /&gt;----                 -----------                    ----------&lt;br /&gt;January 13th, 200... January 13th, 2009 &amp;#64; 7&amp;#58;20am    PoweredOn&lt;br /&gt;&lt;br /&gt;get-vm &amp;#124; get-tkesnapshotextended&lt;br /&gt;No output comes back&lt;br /&gt;&lt;br /&gt;Here is a sample of output from get-vm.  I limited it to our Seattle DC due to size reasons.&lt;br /&gt;&lt;br /&gt;get-vm -location &amp;#40;get-datacenter seattle&amp;#41;&lt;br /&gt;&lt;br /&gt;Name                 PowerState Num CPUs Memory &amp;#40;MB&amp;#41;&lt;br /&gt;----                 ---------- -------- -----------&lt;br /&gt;sea1schd2            PoweredOn  1        2048&lt;br /&gt;sea1mon01            PoweredOn  1        2048&lt;br /&gt;Win2K8_X64           PoweredOff 1        1024&lt;br /&gt;sea1lp01             PoweredOn  1        2048&lt;br /&gt;sea1bavm05           PoweredOn  1        1024&lt;br /&gt;sea1schd1            PoweredOn  1        2048&lt;br /&gt;rex-test             PoweredOn  1        1024&lt;br /&gt;sea1www09            PoweredOn  1        1024&lt;br /&gt;sea1lnx01            PoweredOn  1        1024&lt;br /&gt;sea1fil04            PoweredOn  1        2048&lt;br /&gt;seaesx000            PoweredOn  1        2048&lt;br /&gt;sea1bavm01           PoweredOn  1        1024&lt;br /&gt;sea1www02            PoweredOn  1        2048&lt;br /&gt;rhel5.2x64           PoweredOn  1        1024&lt;br /&gt;sea1req01            PoweredOn  1        1024&lt;br /&gt;sea1bavm03           PoweredOn  1        1024&lt;br /&gt;sea1bavm02           PoweredOn  1        1024&lt;br /&gt;seactx01             PoweredOn  2        4096&lt;br /&gt;sea1fil05            PoweredOn  1        2048&lt;br /&gt;sea1bavm04           PoweredOn  1        1024&lt;br /&gt;&lt;br /&gt;get-vm -location &amp;#40;get-datacenter seattle&amp;#41; &amp;#124; get-tkesnapshotextended&lt;br /&gt;No output.  Returns to shell prompt.&lt;br /&gt;</description><author>jasonah</author><pubDate>Thu, 22 Jan 2009 15:04:39 GMT</pubDate><guid isPermaLink="false">Created Issue: get-tkesnapshotextended functionality 20090122030439P</guid></item><item><title>Commented Issue: Total System Packaged up?</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20539</link><description>Would it be feasible to get a full dump of all the supplied functions, cmdlets, etc packaged up into a deployable solution&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: cartershanklin ** &lt;p&gt;If you download the latest source bundle the install.cmd is in there. I ported it to XP as I had the same problems you did.&lt;/p&gt;</description><author>cartershanklin</author><pubDate>Tue, 20 Jan 2009 03:57:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: Total System Packaged up? 20090120035753A</guid></item><item><title>Commented Issue: Total System Packaged up?</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20539</link><description>Would it be feasible to get a full dump of all the supplied functions, cmdlets, etc packaged up into a deployable solution&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: ewannemacher ** &lt;p&gt;LucD - I like the script.  It is good to see some cmd.exe skills in use.&lt;/p&gt;&lt;p&gt;One issue will be that choice.exe is not included on a default install of all operating systems.  My 32bit XP system does not have it.  I am not sure if there are any issues redistributing it or not.  As a workaround you could change the script to require a parameter.  Something like the following could be used to validate a parameter was passed&amp;#58;&lt;/p&gt;&lt;p&gt;If &amp;#47;I &amp;#34;&amp;#37;1&amp;#34; &amp;#61;&amp;#61; &amp;#34;PerUser&amp;#34; goto PerUser&lt;br /&gt;If &amp;#47;I &amp;#34;&amp;#37;1&amp;#34; &amp;#61;&amp;#61; &amp;#34;Machine&amp;#34; goto Machine&lt;br /&gt;goto Usage&lt;/p&gt;&lt;p&gt;&amp;#58;PerUser&lt;br /&gt;echo PerUser&lt;br /&gt;goto &amp;#58;EOF&lt;/p&gt;&lt;p&gt;&amp;#58;Machine&lt;br /&gt;echo Machine&lt;br /&gt;goto &amp;#58;EOF&lt;/p&gt;&lt;p&gt;&amp;#58;Usage&lt;br /&gt;echo Usage&amp;#58; Install.cmd &amp;#94;&amp;#60;PerUser &amp;#94;&amp;#124; Machine&amp;#94;&amp;#62;&lt;br /&gt;goto &amp;#58;EOF&lt;br /&gt;&lt;/p&gt;</description><author>ewannemacher</author><pubDate>Tue, 20 Jan 2009 01:29:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Total System Packaged up? 20090120012925A</guid></item><item><title>Commented Issue: Total System Packaged up?</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20539</link><description>Would it be feasible to get a full dump of all the supplied functions, cmdlets, etc packaged up into a deployable solution&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: cartershanklin ** &lt;p&gt;I went ahead with Luc&amp;#39;s script because it handles the case of PowerShell not being installed. I ported it to XP so hopefully it&amp;#39;s still working on Vista.&lt;/p&gt;&lt;p&gt;Anyone care to validate it&amp;#63;&lt;/p&gt;</description><author>cartershanklin</author><pubDate>Mon, 19 Jan 2009 06:28:37 GMT</pubDate><guid isPermaLink="false">Commented Issue: Total System Packaged up? 20090119062837A</guid></item><item><title>Commented Issue: Total System Packaged up?</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20539</link><description>Would it be feasible to get a full dump of all the supplied functions, cmdlets, etc packaged up into a deployable solution&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: LucD ** &lt;p&gt;Apparently we were on the same track here.&lt;br /&gt;Attached something I cooked up this afternoon.&lt;br /&gt;The difference with the PS1 script&amp;#58;&lt;br /&gt;- it&amp;#39;s a CMD script&lt;br /&gt;- it checks if PowerShell and the correct version of PowerShell is installed&lt;br /&gt;- it allows for a &amp;#34;per user&amp;#34; or &amp;#34;per machine&amp;#34; installation&lt;/p&gt;&lt;p&gt;The idea is to ZIP this CMD file together with the PSM1 file into an auto-extract archive.&lt;br /&gt;When executed the CMD file checks the environment, install the module and updates the profile.&lt;br /&gt;But that part is still to come.&lt;/p&gt;&lt;p&gt;Can some brave ones test and give feedback &amp;#63;&lt;br /&gt;Place the PSM1 file and the CMD file in the same folder and execute the CMD file.&lt;br /&gt;For per machine installation you administrator authority&lt;/p&gt;</description><author>LucD</author><pubDate>Sun, 18 Jan 2009 20:51:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Total System Packaged up? 20090118085122P</guid></item><item><title>Commented Issue: Total System Packaged up?</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20539</link><description>Would it be feasible to get a full dump of all the supplied functions, cmdlets, etc packaged up into a deployable solution&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: ewannemacher ** &lt;p&gt;As usually happens I found an issue after I posted this &amp;#40;Let me know of any others&amp;#41;.  Not a huge one, but the backup functionality was broken.  Line 48 should be replace with this&amp;#58;&lt;br /&gt;Copy-Item &amp;#36;ViTkPath -Destination &amp;#40;&amp;#36;ViTkPath &amp;#43; &amp;#36;dateString&amp;#41;&lt;/p&gt;</description><author>ewannemacher</author><pubDate>Sun, 18 Jan 2009 19:39:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: Total System Packaged up? 20090118073919P</guid></item><item><title>Commented Issue: Total System Packaged up?</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20539</link><description>Would it be feasible to get a full dump of all the supplied functions, cmdlets, etc packaged up into a deployable solution&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: ewannemacher ** &lt;p&gt;Here is a script that will install the modules and add the appropriate Import-Module line to the user&amp;#39;s profile.  Just put it in the same directory as the viTookKitExtensions.psm1 file and run it.&lt;/p&gt;</description><author>ewannemacher</author><pubDate>Sun, 18 Jan 2009 19:10:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Total System Packaged up? 20090118071044P</guid></item><item><title>Commented Issue: Total System Packaged up?</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20539</link><description>Would it be feasible to get a full dump of all the supplied functions, cmdlets, etc packaged up into a deployable solution&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: LucD ** &lt;p&gt;We are working on a packaged solution with a &amp;#40;nearly&amp;#41; full automated installation.&lt;br /&gt;For a list of the available functions you can do this &amp;#40;provided the module is already imported&amp;#41;.&lt;/p&gt;&lt;p&gt;Get-Module vitoolkitextensions &amp;#124; select -ExpandProperty ExportedFunctions&lt;/p&gt;</description><author>LucD</author><pubDate>Sun, 18 Jan 2009 18:00:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Total System Packaged up? 20090118060057P</guid></item><item><title>Created Issue: Total System Packaged up?</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=20539</link><description>Would it be feasible to get a full dump of all the supplied functions, cmdlets, etc packaged up into a deployable solution&amp;#63;&lt;br /&gt;</description><author>iguy</author><pubDate>Fri, 09 Jan 2009 21:01:34 GMT</pubDate><guid isPermaLink="false">Created Issue: Total System Packaged up? 20090109090134P</guid></item><item><title>Commented Issue: Cannot convert value "2718957606" to type "System.Int32"</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=19669</link><description>The previous issue with &amp;#34;-&amp;#34; in LUN name is fixed, now it shows this&amp;#58;&lt;br /&gt;&lt;br /&gt;Cannot convert value &amp;#34;2718957606&amp;#34; to type &amp;#34;System.Int32&amp;#34;. Error&amp;#58; &amp;#34;Value was either too large or too small for an Int32.&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;customer&amp;#92;vmware&amp;#92;scripts&amp;#92;viToolkitExtensions.psm1&amp;#58;1101 char&amp;#58;18&lt;br /&gt;&amp;#43;                 &amp;#36;totalSize &amp;#43;&amp;#61; &amp;#60;&amp;#60;&amp;#60;&amp;#60;  Add-TkeFileSize &amp;#36;files &amp;#40;&amp;#36;disk &amp;#43; &amp;#34;.vmdk&amp;#34;&amp;#41;&lt;br /&gt;&lt;br /&gt;and for a bunch of snapshots it shows a size of either 0 or 609.000036239624 for this command&amp;#58; Get-VM &amp;#124; Get-TkeSnapshotExtended &amp;#124; Select Name, VM, SizeMB&lt;br /&gt;&lt;br /&gt;The performance are really bad, it takes several &amp;#40;litterally&amp;#41; minutes to complete the task for a Datacenter with 200 VMs of which about 15 have snapshots.&lt;br /&gt;Comments: ** Comment from web user: cartershanklin ** &lt;p&gt;Changeset 44249 addresses this problem and also a problem that was preventing this cmdlet from working on VirtualCenter &amp;#40;as opposed to directly connected to ESX&amp;#41;&lt;/p&gt;</description><author>cartershanklin</author><pubDate>Mon, 01 Dec 2008 17:58:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot convert value "2718957606" to type "System.Int32" 20081201055842P</guid></item><item><title>Commented Issue: Cannot convert value "2718957606" to type "System.Int32"</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=19669</link><description>The previous issue with &amp;#34;-&amp;#34; in LUN name is fixed, now it shows this&amp;#58;&lt;br /&gt;&lt;br /&gt;Cannot convert value &amp;#34;2718957606&amp;#34; to type &amp;#34;System.Int32&amp;#34;. Error&amp;#58; &amp;#34;Value was either too large or too small for an Int32.&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;customer&amp;#92;vmware&amp;#92;scripts&amp;#92;viToolkitExtensions.psm1&amp;#58;1101 char&amp;#58;18&lt;br /&gt;&amp;#43;                 &amp;#36;totalSize &amp;#43;&amp;#61; &amp;#60;&amp;#60;&amp;#60;&amp;#60;  Add-TkeFileSize &amp;#36;files &amp;#40;&amp;#36;disk &amp;#43; &amp;#34;.vmdk&amp;#34;&amp;#41;&lt;br /&gt;&lt;br /&gt;and for a bunch of snapshots it shows a size of either 0 or 609.000036239624 for this command&amp;#58; Get-VM &amp;#124; Get-TkeSnapshotExtended &amp;#124; Select Name, VM, SizeMB&lt;br /&gt;&lt;br /&gt;The performance are really bad, it takes several &amp;#40;litterally&amp;#41; minutes to complete the task for a Datacenter with 200 VMs of which about 15 have snapshots.&lt;br /&gt;Comments: ** Comment from web user: johnlennon ** &lt;p&gt;The performance increased quite a bit and most errors are gone but I still get this&amp;#58;&lt;br /&gt;Cannot convert value &amp;#34;7801571616&amp;#34; to type &amp;#34;System.Int32&amp;#34;. Error&amp;#58; &amp;#34;Value was either too large or too small for an Int32.&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;customer&amp;#92;vmware&amp;#92;scripts&amp;#92;viToolkitExtensions.psm1&amp;#58;1099 char&amp;#58;18&lt;br /&gt;&amp;#43;                 &amp;#36;totalSize &amp;#43;&amp;#61; &amp;#60;&amp;#60;&amp;#60;&amp;#60;  Add-TkeFileSize &amp;#36;files &amp;#36;matches&amp;#91;1&amp;#93;&lt;/p&gt;</description><author>johnlennon</author><pubDate>Sun, 23 Nov 2008 01:41:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot convert value "2718957606" to type "System.Int32" 20081123014131A</guid></item><item><title>Closed Issue: Cannot convert value "2718957606" to type "System.Int32"</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=19669</link><description>The previous issue with &amp;#34;-&amp;#34; in LUN name is fixed, now it shows this&amp;#58;&lt;br /&gt;&lt;br /&gt;Cannot convert value &amp;#34;2718957606&amp;#34; to type &amp;#34;System.Int32&amp;#34;. Error&amp;#58; &amp;#34;Value was either too large or too small for an Int32.&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;customer&amp;#92;vmware&amp;#92;scripts&amp;#92;viToolkitExtensions.psm1&amp;#58;1101 char&amp;#58;18&lt;br /&gt;&amp;#43;                 &amp;#36;totalSize &amp;#43;&amp;#61; &amp;#60;&amp;#60;&amp;#60;&amp;#60;  Add-TkeFileSize &amp;#36;files &amp;#40;&amp;#36;disk &amp;#43; &amp;#34;.vmdk&amp;#34;&amp;#41;&lt;br /&gt;&lt;br /&gt;and for a bunch of snapshots it shows a size of either 0 or 609.000036239624 for this command&amp;#58; Get-VM &amp;#124; Get-TkeSnapshotExtended &amp;#124; Select Name, VM, SizeMB&lt;br /&gt;&lt;br /&gt;The performance are really bad, it takes several &amp;#40;litterally&amp;#41; minutes to complete the task for a Datacenter with 200 VMs of which about 15 have snapshots.&lt;br /&gt;Comments: Changeset 43828 uses 64 bit numbers to represent the size. I've also put a few things in place to help with the performance problems. Feedback appreciated.</description><author>cartershanklin</author><pubDate>Sat, 22 Nov 2008 00:41:49 GMT</pubDate><guid isPermaLink="false">Closed Issue: Cannot convert value "2718957606" to type "System.Int32" 20081122124149A</guid></item><item><title>Created Issue: Cannot convert value "2718957606" to type "System.Int32"</title><link>http://www.codeplex.com/vitoolkitextensions/WorkItem/View.aspx?WorkItemId=19669</link><description>The previous issue with &amp;#34;-&amp;#34; in LUN name is fixed, now it shows this&amp;#58;&lt;br /&gt;&lt;br /&gt;Cannot convert value &amp;#34;2718957606&amp;#34; to type &amp;#34;System.Int32&amp;#34;. Error&amp;#58; &amp;#34;Value was either too large or too small for an Int32.&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;customer&amp;#92;vmware&amp;#92;scripts&amp;#92;viToolkitExtensions.psm1&amp;#58;1101 char&amp;#58;18&lt;br /&gt;&amp;#43;                 &amp;#36;totalSize &amp;#43;&amp;#61; &amp;#60;&amp;#60;&amp;#60;&amp;#60;  Add-TkeFileSize &amp;#36;files &amp;#40;&amp;#36;disk &amp;#43; &amp;#34;.vmdk&amp;#34;&amp;#41;&lt;br /&gt;&lt;br /&gt;and for a bunch of snapshots it shows a size of either 0 or 609.000036239624 for this command&amp;#58; Get-VM &amp;#124; Get-TkeSnapshotExtended &amp;#124; Select Name, VM, SizeMB&lt;br /&gt;&lt;br /&gt;The performance are really bad, it takes several &amp;#40;litterally&amp;#41; minutes to complete the task for a Datacenter with 200 VMs of which about 15 have snapshots.&lt;br /&gt;</description><author>johnlennon</author><pubDate>Thu, 20 Nov 2008 04:40:45 GMT</pubDate><guid isPermaLink="false">Created Issue: Cannot convert value "2718957606" to type "System.Int32" 20081120044045A</guid></item></channel></rss>