Bug was sent in before (734411) but i didnt see a solution.Getting the same error in powershell.PowerCLI C:\> get-vm vm0011|get-annotationAnnotatedEntity Name Value--------------- ---- -----vm0011 BU Testingbvvm0011 ClusterInvariantV...vm0011 Creation Datevm0011 End Datevm0011 Ownervm0011 Persistent statevm0011 PnC.CustSpecvm0011 PnC.Deployedvm0011 PnC.GroupIDvm0011 PnC.Sourcevm0011 SSI setvm0011 Usage clonePowerCLI C:\> get-vm vm0011|get-annotation |Export-Clixml C:\Migratieta\testxml.xmlPowerCLI C:\> $vms = Import-Clixml C:\Migratieta\testxml.xmlImport-Clixml : The contents of the System.Decimal primitive type are not valid.At line:1 char:21+ $vms = Import-Clixml <<<< C:\Migratieta\testxml.xml + CategoryInfo : NotSpecified: (:) [Import-Clixml], XmlException + FullyQualifiedErrorId : System.Xml.XmlException,Microsoft.PowerShell.Commands.ImportClixmlCommand
Have you seen this problem before in this product?