Hi,
when I try to start a virtual machine, I receive the following error message: "VMDB Failure". This is very strange since this VM always started without problems until now. No log is generated in vm directory.
When I edit the VM settings and click in a disk, i receive the following message: "Failed to retrieve disk information for <path>. VMDB Failure".
I have already tryed to reset permissions on virtual disk files, even with "everyone full control".
I'm using VMWare Server v. 1.06 build 91891 in Windows 2003 Server Std x64 SP2 host, and the guest is a Win2003 server too.
Below is my vmx file.
Thanks for any help!
Rgds
config.version = "8"
virtualHW.version = "4"
memsize = "768"
ide0:0.present = "TRUE"
ide0:0.fileName = "Windows Server 2003, Enterprise Edition.vmdk.REDO_a03972"
ide1:0.present = "TRUE"
ide1:0.fileName = "F:\Trabalho\Projetos\Instalações\20080307-RC1\RC1.iso"
ide1:0.deviceType = "cdrom-image"
floppy0.present = "FALSE"
Ethernet0.present = "TRUE"
sound.present = "FALSE"
displayName = "Server"
guestOS = "winnetenterprise"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
uuid.location = "56 4d 97 65 c3 1f 29 06-64 b5 ef 6b 39 ac 44 6b"
tools.remindInstall = "FALSE"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:ac:44:6b"
ethernet0.generatedAddressOffset = "0"
ide1:0.startConnected = "TRUE"
tools.syncTime = "FALSE"
ide0:1.present = "FALSE"
ide0:1.fileName = "Windows Server 2003, Enterprise Edition (2).vmdk.REDO_a05536"
ide1:1.present = "FALSE"
ide1:1.fileName = "Windows Server 2003, Enterprise Edition (3).vmdk"
undopoints.seqNum = "0"
ide0:0.mode = "persistent"
ide0:0.redo = ""
ide0:1.mode = "persistent"
ide0:1.redo = ""
undopoint.restoreFromCheckpoint = "FALSE"
undopoint.checkpointedOnline = "TRUE"
undopoint.protected = "FALSE"
gui.restricted = "FALSE"
sound.virtualDev = "es1371"
ide0:0.deviceType = "disk"
ide0:1.deviceType = "disk"
usb.present = "FALSE"
uuid.bios = "56 4d 97 65 c3 1f 29 06-64 b5 ef 6b 39 ac 44 6b"
nvram = "windows server 2003, enterprise edition.nvram"
ide1:0.autodetect = "FALSE"
autostart = "none"
autostop = "poweroff"
workingDir = "."
scsi0.present = "TRUE"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Windows Server 2003 Enterprise Edition.vmdk"
scsi0:0.redo = ""
Ethernet0.connectionType = "bridged"
Ethernet0.vnet = "VMnet2"
I have noticed that restarting VMWare Authorization/Registration services, the problem disappears.
Rgds