To resolve this error, enable 8.3 filename creation. To do so, make the following changes in your server's registry:
Under this registry tree:
HKEY_LOCAL_MACHINE
/SYSTEM
/CURRENTCONTROLSET
/CONTROL
/FILESYSTEM
If, NtfsDisable8dot3NameCreation:Reg_Dword is 1, change it to 0.
For more information about 8.3 filename creation issues, see the following URL:
|