Admin-Ahead Community

Windows => Control Panels => Plesk => Topic started by: sajugovind on January 25, 2014, 12:50:34 pm

Title: Unable to access file "C:/inetpub/vhosts/domain.tld\\prn.php" for compression
Post by: sajugovind on January 25, 2014, 12:50:34 pm
Migration fails with error,
Code: [Select]
    Unable to access file "C:/inetpub/vhosts/domain.tld\prn.txt" for compression, file doesn't exist or is currently in use
If I try to rename this file, I got other error:
Code: [Select]
    The specified device name is invalid
Cause

Windows does not allow to create files/folders with name CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. These keywords are used by Windows internally and are reserved Keywords. Please see for more information:

Resolution

Try to rename this file from command. Example:
Code: [Select]
    rename \\?\C:\inetpub\vhosts\domain.tld\httpdocs\prn.txt text.txt