The reason for deletion is, you may close the virtual machine abrubtly when the Operating System is in process.
It's not a big issue.
The following steps are used to solve this issue.
In Windows XP :
Error :
Cannot open file "C:\Users\All Users\Application Data\VMware\dndlogs\dndlog.conf": The system cannot find the path specified.
Solution :
1. Open Command Prompt (Press winkey+r and type cmd then press enter)
2. After that type the below two steps in command prompt
- mkdir "C:\Users\All Users\Application Data\VMware\dndlogs"
- echo > "C:\Users\All Users\Application Data\VMware\dndlogs\dndlog.conf"
In Windows 7 :
Error :
Cannot open file "C:\ProgramData\VMware\dndlogs\dndlog.conf": The system cannot find the path specified.
Solution :
1. Open Command Prompt (Press winkey+r and type cmd then press enter)
2. After that type the below two steps in command prompt
- mkdir C:\ProgramData\VMware\dndlogs
- echo > C:\ProgramData\VMware\dndlogs\dndlog.conf
In Linux OS :
Error :
Cannot open file "~/.vmware/dndlogs/dndlog.conf": The system cannot find the path specified.
Solution :
1. Open the terminal
2. After that type the below two steps in terminal
- mkdir ~/.vmware/dndlogs
- touch ~/.vmware/dndlogs/dndlog.conf
C:\ProgramData\VMware\dndlogs\dndlog.conf” line 1: Syntax error. Same here
ReplyDeleteHi Mohamed Salah,
DeletePower OFF the virtual machine and ON it again.
or Delete the dndlog file and create it again.
i make all the solutions but it fails again?
ReplyDelete