Use Ctrl-F to find a specific code.
Some codes have a recommended action using PowerShell as well as the general action. Links to other error code pages can be found at Virtual Machine Manager (VMM) for System Center 2012 Error Codes.
If you have additional information about an error, please add it to the "Additional Troubleshooting Information" column.
Code
Message
Recommended Action (in product)
Additional Troubleshooting Information
500
Could not retrieve configuration data from the virtual machine host %ComputerName; .
Verify that Windows Management Instrumentation, Windows Remote Manage ment (WS-Management), virtualization software, and Virtual Machine Manager Agent services are running on %ComputerName; . Then try the operation again.
501
The virtual machine host %ComputerName; cannot be removed because one or more virtual machines are active on the virtual machine host.
All virtual machines must be deleted from %ComputerName; before the H ost can be deleted. Delete the virtual machines, and then try again.
Command Line Interface: Remove all virtual machines from virtual machine host %ComputerName; using Remove-VM, and then try the operation again.
502
The selected network adapter does not exist on the virtual machine host.
Verify that the adapter is in the list obtained by running Get-VMHost NetworkAdapter -VMHost (Get-VMHost -ComputerName %ComputerName;).
503
The specified virtual network does not exist.\nVirtual network: %VirtualNetworkName;
Refresh the host and verify that the virtual network exists, and then try the operation again.
504
The virtual network %FriendlyName; already exists on the virtual machine host.
Check the virtual network name, and then try the operation again.
505
Virtual Machine Manager was unable to create a new virtual network %FriendlyName;.
506
The virtual network name %VirtualNetworkName; contains a character that is not valid.
Check the virtual network name and then try the operation again. For a host that is running Virtual Server, a virtual network name cannot contain any of the following characters: *?:<&g t;/|\"
507
All associated virtual machines will be disconnected. Are you sure you want to del ete this virtual network?
508
A virtual network name must be provided.
Enter a valid virtual network name, and then try the operation again.
509
510
A virtual network path was not selected.
Select a virtual network path, and then try the operation again.
511
The IP address is not valid.
Enter a valid IP address, and then try the operation again.
512
The network IP address must be the base of the subnet.
Enter a valid IP address that is the base of the subnet, and then try the operation again.
513
The IP address is not valid. The host server reserves the first 16 IP addresses for its own internal use.
Enter a valid IP address outside the range of first 16 reserved addresses, and then try the operation again.
514
The ending IP address is not in a valid range. The last valid address of the subnet is reserved.
Enter a valid IP Address within the range, and then try the operation again.
515
A valid default gateway address must be either part of same network or left blank.
Enter a valid gateway address, and then try the operation again.
516
The DHCP settings could not be saved. The DHCP Server address is not in a valid ra nge. DHCP Server address should be between the first valid IP address and starting IP address.
Enter a valid DHCP server address, and then try the operation again.
517
The IP address lease time that has been entered is not in a valid range. The maxim um value is 49710 days.
Enter valid lease time value, and then try the operation again.
518
The network mask is not valid. The network mask format should be xxx.xxx.x.x.
Enter a valid network mask, and then try the operation again
519
While Virtual Machine Manager is applying the changes, the host may temporarily lo se network connectivity. This may have an adverse effect on other network operations in progress. \n\nDo you want to continue?
520
The virtual machine paths %PathName; are not present on the host. Verify that all selected virtual machine paths exist on the host, and then try the operation again.
521
The lease renewal time must be less than the lease rebinding time. Also, the lease rebinding time must be less than IP address lease time.
Enter a valid lease time, and then try the operation again.
Command Line Interface: Enter a valid lease time, and then try the operation again.
522
The minimum value allowed for IP lease time is 60 seconds.
523
The minimum value allowed for lease rebinding time is 45 seconds.
524
The minimum value allowed for lease renewal time is 30 seconds.
525
Agent installation failed on %ComputerName; because of an incompatible operating system version.
Ensure that %ComputerName; is running either Microsoft Windows XP or Windows Server 2003 operating system.
526
Host configuration failed on %ComputerName; because no virtual machine paths are specified.
Ensure that at least one virtual machine path is specified.
527
All network adapters bound to this virtual network will be disconnected. Are you sure you want to continue?
550
VMM cannot access registry key %RegistryKey;.
Verify that the registry key exists, and then try the operation again .
551
VMM cannot access registry key value %RegistryKeyValueName; under %RegistryKey;.
Verify that the registry key value exists, and then try the operation again.
552
The registry key syntax %RegistryKey; is incorrect.
Ensure that the key is not empty, contains only valid characters and is less than 255 characters.
553
The type or name syntax of the registry key value %RegistryKeyValueName; under %Re gistryKey; is incorrect.
Ensure that the type of value name is correct; the name is not empty, contains only valid characters and is less than 255 characters.
554
Permissions have not been granted to access the registry key %RegistryKey;.
Verify permissions on this registry key, and then try the operation a gain.
555
The operation on the registry key %RegistryKey; was not successful. A system error occurred, such as deletion of the key, or an attempt to create a key in the LocalMachine root, or the nesting level exceeds 510.
Verify the registry key properties, and then try the operation again.
556
VMM cannot delete the registry key %RegistryKey;. The subkey does not specify a valid registry subkey, has child subkeys or deletion of a root hive has been attempted.
Verify that the registry key is present, and then try the operation a gain.
557
You must enter at least one virtual machine path.
Add a default virtual machine path, and then try the operation again.
600
601
602
603
604
605
606
Virtual Machine Manager cannot locate the specified answer file %SourceSysprepInfFile;.
Ensure the specified answer file path is valid, and then try the operation again.
607
608
Virtual Machine Manager cannot write to the Sysprep.inf file.
Verify that there is sufficient disk space on the VMM management server, and then try the operation again.
609
Virtual Machine Manager cannot detect a heartbeat from the specified virtual machine. Either the virtual machine is not running or Virtual Machine Additions is not installed.
Verify the status of the virtual machine by connecting to it using Virtual Machine Remote Client (VMRC), and then try the operation again.
610
Virtual Machine Manager was unable to find a value for the required Sysprep parame ter %SysPrepEntry;.
Add the missing Sysprep parameter either to the answer file or to the operating system configuration, and then try the operation again.
611
Virtual Machine Manager cannot create the folder %DirectoryPath;.
Ensure that you have specified a valid path, and then try the operation again.
612
Virtual Machine Manager cannot delete the folder %DirectoryPath;.
You need to delete the folder manually.
613
Virtual Machine Manager cannot delete the file %FileName;.
You need to delete the file manually.
614
615
616
Specify the location of the virtual machine by its path. You cannot use a UNC name .
Enter the location of the virtual machine by its path, and then try t he operation again.
617
Virtual Machine Manager cannot find or cannot access the location %FolderPath; specified for the virtual machine.
Ensure that the path is valid, and then try the operation again.
618
619
The -ISO and -HostDrive parameters are mutually exclusive. You can specify a value for either the -ISO parameter or the -HostDrive parameter, but you cannot specify a value for both parameters in the same operation.
Review the command, and then try the operation again.
620
The DVD drive must be specified by the drive letter, followed by a colon.>
Review the parameter, and then try the operation again.
621
The -VirtualFloppyDisk and -HostDrive parameters are mutually exclusive. You can specify a value for either the -VirtualFloppyDisk parameter or the -HostDrive parameter, but you cannot specify a value for both parameters in the same operation.
622
The floppy drive must be specified by the drive letter, followed by a colon.
623
When the value for the -PhysicalAddressType Static parameter is specified, a Media Access Control (MAC) address for the -PhysicalAddress parameter must also be specified.
Enter a MAC address for the missing parameter, and then try the operation again.
624
If the value for the -PhysicalAddressType Dynamic parameter is specified, you cannot specify a value for the -PhysicalAddress parameter.
625
The specified MAC address format is incorrect. The MAC address format is 00-00-00- 00-00-00.
Enter a valid MAC address, and then try the operation again.
626
Channels are not available on the IDE bus for the addition of a new device.
If you are trying to add a virtual hard disk, add the disk to a SCSI bus, and then try the operation again.
627
An additional virtual hard disk (VHD) can be attached to only one virtual machine at a time. The VHD %FilePath; cannot be attached to the new virtual machine because it is already attached to the virtual machine %VMName;, which is located on the host %VMHostName;.
Specify an additional virtual hard disk that is not attached to any other virtual machine, and then try the operation again.
628
There are no available slots on the SCSI bus to add new devices.
The SCSI bus cannot support the addition of new devices.
629
The virtual machine must be stopped before a virtual hard disk can be added.
Stop the virtual machine, and then try the operation again.
630
The computer name must be a valid IP address or a name containing letters and numbers. The computer name cannot contain spaces or any of the following characters `~!@#$%%^&*()=+[]{}\|;:'",<>/ ?_ .
Specify a valid computer name, and then try the operation again.
631
The product identification number must use the format xxxxx-xxxxx-xxxxx-xxxxx-xxxx x.
Specify a valid product identification number, and then try the opera tion again.
632
The passwords you have entered do not match.
Enter the password again.
633
You must enter valid values for the domain name, domain user, and domain password entries to join a domain. One or more of the values you have entered for joining the domain are not valid.
Verify the values for the domain name, domain user, and domain password entries, and then try the operation again.
634
The workgroup name cannot contain more than 15 letters or numbers. The value you have entered is not valid.
To join a workgroup, enter a valid value for the workgroup name, and then try the operation again.
635
Virtual Machine Manager is unable to securely store the password information on this machine.
Ensure that the Microsoft Cryptographic Service has been installed on the VMM management server and try the operation again.
636
Virtual Machine Manager is unable to retrieve previously stored password information.
Either restore the key data from a previous backup or enter the information again.
637
Virtual Machine Manager is unable to find a value for one or more required Sysprep parameters, such as FullName, ComputerName, or ProductKey.
Ensure that all required values are specified, and then try the operation again.
638
Verify the values are specified in the Sysprep script, and then try the operation again.
639
Virtual Machine Manager does not support the specified processor type.
Select a supported processor, and then try the operation again.
640
The virtual machine must be in either the Poweroff or Stored state before SCVMM can perform the specified hardware changes.
Turn off the virtual machine or store it to the library, and then try the operation again.
641
VMM cannot perform the specified media change because the virtual machine is currently in an error, transitional, or a failed state.
Change the state, and then try the operation again.
642
The virtual machine must be turned off before Virtual Machine Manager can update the network configuration changes.
Turn off the virtual machine, and then try the operation again.
643
Unable to set virtual machine memory to %MemorySize; MB.
Ensure the virtual machine host has specified available memory, and t hen try the operation again.
644
The specified host drive %DriveName; does not exist on the host machine.
Modify the virtual DVD drive property to connect to an existing host drive.
645
Modify the virtual floppy drive property to connect to an existing host drive.
646
Slots are not available on the network adapters bus for the addition of new devices.
The network bus cannot support the addition of new devices.
647
The timezone is not valid.
Refer to the Sysprep documentation for valid values for timezone, and then try the operation again.
648
649
A host drive is not selected.
Select a host drive or choose a different capture mode.
650
A known image file is not selected.
Select an image file or choose a different capture mode.
651
A known floppy disk is not selected.
Select a floppy disk or choose a different capture mode.
652
The value for VM Memory is empty.
Enter a value for the amount of VM Memory, and then try the operation again.
653
The value entered for VM Memory is not valid.
Enter a valid value for the amount of memory, and then try the operat ion again.
654
The value %MemorySize; MB specified for virtual machine memory is not within a valid range on the %VMHostName; host.
Enter a value between %MinMemory; and %MaxMemory; MB for virtual machine memory, and then try the operation again.
655
The value entered for the MAC address is empty.
Enter a MAC address in the format xx-xx-xx-xx-xx-xx or choose to use a dynamic address, and then try the operation again.
656
The value entered for the MAC address is not valid.
657
A virtual hard disk is not specified.
Select a virtual hard disk, and then try the operation again.
658
The bus location for the object %FriendlyName; at (%BusType;, %Bus;, %Lun;) is not valid.
Ensure the bus location values are valid, and then try the operation again.
659
Another device is already at the location (%BusType;, %Bus;, %Lun;).
Select another destination for the disk, and then try the operation a gain.
660
LUN ID 7 is reserved for SCSI adapters and is not available for use.
661
This operation cannot be completed because the virtual machine must be turned off.
Shutdown the virtual machine and try the operation again.
662
The library virtual hard disk does not support SCSI, IDE, bus or LUN switches.
Verify that you are using the correct command, and then try the opera tion again.
663
The -Name parameter cannot be empty or contain spaces for object %ObjectType;.
Provide a valid name for the object, and then try the operation again.
664
A virtual hard disk %FileName; cannot be attached to the same virtual machine or template more than once directly or via differencing disk.
Attachment of a virtual hard disk to a virtual machine or template multiple times is not supported.
665
The swap operation requires a disk to be connected to a virtual machine or template.
Verify that there is a valid connection, and then try the operation a gain.
666
To perform a swap operation both disks need to be connected to the same object.
Verify that both disks are connected to the same object, and then try the operation again.
667
The swap operation is not supported on virtual hard disks stored in the library.
Verify that the virtual hard disks are stored in a valid location, an d then try the operation again.
668
A SCSI adapter does not exist on bus %Bus;.
Verify the contents of bus %Bus;, and then try the operation again.
669
To use the -StartAction and -DelayStartSeconds parameters, the virtual machine mus t be run under a user account.
Use the -RunAsUserCredential to specify the user account, and then tr y the operation again.
670
The -RunAsUserCredential command requires a valid account and password.
Enter a valid account and password, and then try the operation again.
671
The -RunAsSystem and -RunAsUserCredential command cannot be specified at the same time.
Run each command separately.
672
The template being created should contain at least one virtual hard disk.
Specify at least one virtual hard disk, and then try the operation again.
673
The Boot.ini file is not on specified boot virtual hard disk that Sysprep need to be run on.
Specify a valid boot virtual hard disk, and then run Sysprep.
674
The Boot.ini file does not contain the value for the entry Section = %SysprepSecti on; Key = %SysprepKey;.
675
Unable to run Sysprep because the boot virtual hard disk does not contain any volumes.
Specify a valid boot virtual hard disk.
676
The Windows and System partitions are different. Sysprep is not supported.
Specify a virtual machine that has the same boot and windows partition, and then try the operation again.
677
This operating system %SoftwareVersion; is not supported when creating a template.
Select another virtual machine to create the template from, and then try the operation again.
678
Sysprep binary %FileName; does not exist for Windows version %SoftwareVersion; in Folder %FilePath;.
Add the missing Sysprep binaries for the specified Windows version in the specified folder, and then try the operation again.
679
680
Timeout occurred while waiting for Sysprep to finish processing on the virtual machine.
Ensure you are using the version of Sysprep binaries that match with virtual machine's Windows version, and then try the operation again.
681
A destination file name is required when creating a new disk.
Create a new file name, and then try the operation again.
682
A template cannot be created from virtual machine %VMName;.
Stop or shut down the virtual machine, and then try the operation again.
683
684
The repair virtual machine dismiss command is not supported for virtual machine %V MName; in state %FromState;.
BLANK
685
This job cannot be restarted until the virtual machine %VMName; is repaired.
Run the repair action on this virtual machine to complete the job.
Command Line Interface: Run Repair-VM to complete the job.
686
The version of Virtual Server on host %VMHostName; is not the supported VS R2 SP1 version.
The selected virtual machine %VMName; cannot run Sysprep on host %VMHostName;. Upgrade Virtual Server on the selected host to the R2 SP1 version, and then try the operation again.
Command Line Interface: The selected virtual machine cannot run sysprep. Upgrade Virtual Server, and then try the operation again.
687
Virtual machine %VMName; creation cannot restart. To restart a virtual machine must be in the Creation Failed or Customization Failed state.
Provide a valid virtual machine to restart the creation process.
688
To join a domain, you must specify both parameters, -Domain and -JoinDomainRunAsPr ofile (or -DomainJoinCredential).
Verify that both parameters are included, and then try the operation again.
689
The -Workgroup and -Domain parameters cannot be used together.
Specify either the -Workgroup or the -Domain parameter (but not both) , and then try the operation again.
690
The disk size is larger than the available space. The disk size is %DiskSize; GB and the maximum amount allowed for bus %BusType; is %MaxDiskSize; GB. The maximum disk sizes are: IDE (127 GB) and SCSI (2040 GB).
Reduce the disk size or connect it to another bus type, and then try the operation again.
691
Virtual machine %VMName; cannot be cloned. A virtual machine must be in Poweroff o r Stored state in order to be cloned.
692
Virtual Machine Manager cannot join %ObjectType; %FriendlyName; to the domain with out a network adapter.
Add at least one network adapter to the virtual machine or template, and then try the operation again.
693
This action is not valid because virtual machine %VMName; is in state %FromState;. The repair action can only be used on a virtual machine in a failed state.
694
If you specify parameter -NoConnection, you cannot provide -VirtualNetwork.
Specify either -NoConnection or -VirtualNetwork parameter.
695
Either user credentials are required to perform this operation or virtual machine has to be set to run as system.
Either use the -RunAsUserCredential to specify the user account or -R unAsSystem to specify system account, and then try the operation again.
696
A virtual SCSI adapter can only be attached to Lun ID 6 or 7.
Review your command parameters and try the operation again.
697
Source template %FriendlyName; is not in a valid state.
Select a template in that is in a valid state.
698
An ISO %FileName; cannot be attached to the same virtual machine, template or hard ware profile more than once.
Attach an ISO image to a virtual machine, template or hardware profil e only once. Attachment of an ISO image to a virtual machine, template or hardware profile via multiple DVD drives is n ot supported.
699
Virtual machine %VMName; needs to be in a virtual machine host to share its disks.
Deploy the virtual machine to a virtual machine host and try the oper ation again.
700
Virtual hard disk %FileName; needs to be in the SCSI bus for sharing to be allowed .
Move the disk to a shared SCSI bus and try again.
701
Virtual hard disk %FileName; needs to be of fixed size type for sharing to be allowed.
Provide a virtual hard disk that is of fixed size and try again.
702
SCSI adapter at bus %Bus; needs to be shared so its disk can be shared.
Share the SCSI adapter and try again.
703
Destination for the disk is %ObjectType;. Sharing virtual hard disks is only allowed between virtual machine objects.
Provide a virtual machine and try again.
704
Virtual hard disk sharing is only allowed within the same host.
Move both virtual machines to the same host and try again.
705
Destination for the virtual hard disk %FileName; is not a shared SCSI bus.
Set the SCSI adapter as destination for the shared disk and try again .
706
Sysprep failed for virtual machine %VMName;.
Try the operation again.
707
Cannot dismiss sysprep failure for virtual machine %VMName; as virtual machine is not recoverable.
Retry sysprep or remove virtual machine.
708
Can only convert virtual hard disks belonging to a virtual Machine that is present on a virtual machine host.
Select a virtual hard disk attached to a virtual machine on the host, and then try the operation again.
709
Virtual hard disk conversion is supported only for virtual hard disks that are fix ed or dynamically expanding.
Select a virtual hard disk that is either fixed or dynamically expand ing, and then try the operation again.
710
Ethernet address type %MACType; is not valid.
Ensure the parameter is valid and try again.
711
SCVMM cannot change the name of the virtual machine because the virtual machine is not in either a Poweroff or Stored state.
712
A virtual machine must be in either the Poweroff, Saved, or Stored state to change the RunGuestCredential virtual machine property.
Turn off the virtual machine, save the virtual machine state, or stor e the virtual machine in the library, and then try the operation again.
713
SCVMM cannot modify StopAction property of the virtual machine because it is in ei ther an unsupported, transitional, or a failed state.
If the virtual machine is in a transitional state, wait for the opera tion to complete, and then try the command again. If the virtual machine is in a failed or unsupported state, repair th e failure, and then try the operation again.
714
SCVMM cannot modify the virtual machine because it is in either an unsupported, transitional, or a failed state.
715
The option %RepairOption; is not supported for repairing the virtual machine %VMNa me; in state %FromState;.
>Use an option supported by the state %FromState;, and then try th e operation again.
716
The CPUReserve value (%CPUReserve;) cannot be greater than CPUMaximumPercent value (%CPUMax;).
Please review your parameters and run the command again.
717
The compact virtual hard disk %FileName; operation timed out after waiting for %VH DActionTimeoutInHours; hours.
718
The convert virtual hard disk %FileName; operation timed out after waiting for %VH DActionTimeoutInHours; hours.
719
The create virtual hard disk %FileName; operation timed out after waiting for %VHD ActionTimeoutInHours; hours.
720
A user name must be specified.
Enter a user name and then try the operation again.
721
Do you want to populate the OS profile with values from the answer file where available?
722
The virtual machine cannot be repaired because the last job that ran on the virtual machine is no longer available.
Repair the virtual machine, using the dismiss option if it is availab le. Otherwise, copy the files of the virtual machine to a new location and recreate the VM. To find the associated file s, use the Get-VM cmdlet from the command line to retrieve the VM object. View the properties of the VM object to retri eve the location of the files.
723
Unable to restart the specified job. Only the most recent job that ran on the virtual machine %VMName; can be restarted.
Use the Repair VM action to repair the virtual machine.
724
Unable to configure hardware because a host disk is not specified.
Select a pass-through disk and then try the operation again.
725
Unable to configure hardware because a text file is not specified.
Enter a text file and then try the operation again.
726
Unable to configure hardware because a named pipe is not specified.
Enter a named pipe and then try the operation again.
728
The operation to expand virtual hard disk %FileName; timed out after %VHDActionTim eoutInHours; hours.
Retry the operation again.
729
The specified size for virtual hard disk %FileName; must be larger than its current size and less than the maximum size supported by Hyper-V.
Specify a valid size and then try the operation again.
730
Parameters cannot be specified for the guest operating system because the selected template was created as a non-customizable template (-NoCustomization parameter).
Please retry the operation without specifying guest operating system parameters.
731
732
733
File %FileName; was removed from Virtual Machine Manager, but it could not be dele ted from host %VMHostName; because VMM does not have sufficient rights to delete this file.
If the file is no longer needed, manually delete it from the host.
734
The value %MemorySize; MB specified for virtual machine memory is not within a valid range.
Enter a value between %MinMemory; and %MaxMemory; MB for virtual mach ine memory, and then try the operation again.
735
Parameters cannot be specified for the guest operating system when creating a non- customizable template.
Review the command, and try the operation again.
736
LocalAdministratorCredential cannot be specified because AdminPasswordRunAsProfile is specified or already present.
Remove AdminPasswordRunAsProfile from the Template or GuestOSProfile, and then try the operation again.
737
DomainJoinCredential cannot be specified since JoinDomainRunAsProfile is specified or already present.
Remove JoinDomainRunAsProfile from the Template or GuestOSProfile, an d then try the operation again.
800
VMM cannot find %FilePath;.
Ensure the path parameter value is valid, and then try the operation again.
801
VMM cannot find %ObjectType; object %FriendlyName;.
Ensure the library object is valid, and then try the operation again.
802
The %ObjectType; file %FilePath; is already in use by another %ObjectType;.
Wait for the object to become available, and then try the operation a gain.
803
Virtual machine %FriendlyName; already exists on the virtual machine host %VMHostN ame;
Specify a new name for the virtual machine, and then try the operation again.
804
The template %FriendlyName; already exists.
Specify a unique name for the template, and then try the operation again.
806
807
The file location path must be a shared path.
Specify the shared path as \\servername\sharename, and then try the operation again.
808
VMM cannot access the specified file because access is denied. VMM must have the p roper permissions to the file for access.
Change the file access permissions, and then try the operation again.
809
VMM cannot remove the virtual machine because it is in the %FromState; state.
Change the virtual machine's state, and then try the operation again.
810
Are you sure you want to remove %ObjectType; %FriendlyName;? (All files associated with this resource will be deleted)
811
VMM cannot add a virtual hard disk that is associated with a virtual machine.
Specify a virtual hard disk that is not associated with a virtual machine, and then try the operation again.
812
VMM cannot remove the disk because it is the parent of a differencing disk.
Remove all differencing disks associated with the parent disk, and then try the operation again.
813
The specified owner is not a valid Active Directory Domain Services account.
Specify a valid Active Directory Domain Services account, and then try the operation again.
814
Cannot remove virtual disk because a virtual machine is using this virtual disk.
To remove this virtual disk, first remove it from the hardware profile of the virtual machine using this virtual disk, then try again.
815
VMM cannot remove this library object because a virtual machine, a template, an application, or a hardware or guest operating system profile is using it.
To remove the library object, first remove it from all virtual machines, templates, applications, hardware profiles, and guest operating system profiles that are using it, then try the operation again.
816
A valid name is required to complete this task.
Enter a new name, and then try the operation again.
Command Line Interface: Specify a valid name.
817
VMM cannot add %FileName; as %ObjectType;. The file extension of %FileName; does not match the supported file extensions for %ObjectType;.
Select a file with a file extension that matches %ObjectType;, and then try the operation again.
Command Line Interface: Specify a file with a file extension that matches %ObjectType;, and then try the operation again.
818
VMM cannot find the library share.
Specify a valid library share, and then try the operation again.
819
Library share %FriendlyName; already exists.
Specify a unique library share name, and then try the operation again .
820
The path %SharePath; is not a share.
Specify a valid path for the share, and then try the operation again.
821
The state of virtual machine %VMName; changed from %FromState; to %ToState;.
822
After the following resources are removed, you will not be able to manage these resources using Virtual Machine Manager. Do you want to continue?\n%ObjectList;
823
VMM cannot compact a virtual hard disk in the Library.
Compact the virtual hard disk on the virtual machine host instead.
824
VMM cannot link to this ISO because it is not a standalone ISO stored in a library .
Store the ISO image in the library or link to an ISO image in the lib rary, and then try the operation again.
825
VMM cannot remove this library share since %ObjectType; %FriendlyName; is referenc ed in both this library share and another library share.
Remove %ObjectType; %FriendlyName; and then try the operation again.
826
Unable to add library share %SharePath; because the library share's local path, %F ilePath;, is the parent or child folder of an existing library share.
Use an independent share, and then try the operation again.
827
Unable to perform this operation because the destination share, %SharePath;, eithe r is not a library share in Virtual Machine Manager or is not present on library server %ServerName;.
Ensure the share path is on a library share on the specified library server, add the share to Virtual Machine Manager as a library share, or select a different library share.
828
The %ObjectType; "%FriendlyName;" already exists.
Specify a different name for the %ObjectType; being edited
829
The selected machine %ComputerName; cannot be contacted.
Ensure that %ComputerName; is online, connected to the network, and n ot blocked by a firewall. Then try the operation again.
830
Are you sure you want to remove %ObjectType; %FriendlyName;?
831
832
834
The path %FileName; is not a registered share path on the library server %Computer Name;.
Specify a valid share path on %ComputerName;.
835
SCVMM does not have permissions to access the share %ShareName; on the library server %ComputerName;.
Ensure that both Local System and VMM management servers groups have full access to the share on %ComputerName;.
836
Unable to import virtual hard disk %FileName; because its differencing disk parent , %ParentFileName;, could not be found.
837
The library refresher did not import file %FileName; due to errors encountered while attempting to parse the file.
838
The library refresher failed to import file %FileName; because it does not have permissions to access the file.
839
The library refresher failed to import file %FileName; due to an unexpected error.
840
The library refresher could not process folder %FileName; because it does not have permission to access the folder.
841
The library refresher skipped %FileName; because its path length exceeds the maxim um allowed length of %MaxLength; characters.
842
VMM cannot expand a virtual hard disk in the Library.
Expand the virtual hard disk on the virtual machine host instead.
843
Unable to import the file because one of its associated checkpoints could not be imported.\nFile name: %FileName;
844
Unable to import the checkpoint because no associated virtual machine could be imported.\nCheckpoint file name: %FileName;
845
The share path is too long.\nShare path: %FileName;
Verify that the fully qualified path to the share has fewer than the maximum number of characters, then attempt to add it again.\nMaximum character count: %MaxLength;
846
Unable to import the virtual machine or snapshot because a duplicate instance ID exists.\nVirtual machine or snapshot name: %FileName;
Generate a unique instance ID by exporting the corresponding virtual machine. Try the operation again.
847
The library share (%ShareName;) cannot be removed because following objects are de pendent on some of the library objects residing on this share:\n%NameList;
Please ensure no objects are dependent on the library objects on this share and try the operation again.
848
The library object (%Name;) cannot be removed because following objects are dependent on it:\n%NameList;
Please ensure that no objects are dependent on this library object an d try the operation again.