Admin-Ahead Community

Windows => Control Panels => Plesk => Topic started by: jominj on January 06, 2014, 01:57:08 pm

Title: Cannot open File manager: "Unable to get file * attributes: (5) Access is denied
Post by: jominj on January 06, 2014, 01:57:08 pm
We may get this error while accessing file manager :
Internal error: Unable to get file (C:\Inetpub\vhosts\domain.tld) attributes: (5) Access is denied. at execute "C:\Program Files (x86)\Parallels\Plesk\admin\bin\filemng.exe" domftp_user list dirs C:\Inetpub\vhosts\domain.tld\(RunTime::RunAsUser::run line 260) (Error code 1)

This error is due to permissions on virtual host directory are corrupted and subscription's main FTP user does not have permission to access subscription's directories.

Fix virtual host permissions in one of the following ways:
         1. Run Plesk Reconfigurator from Windows Start menu / Home screen.

        2. Choose Repair Plesk Installation > Plesk Virtual Hosts Security only and press Check.
        NOTE: This will change the permission of virtual host folder to the default and any custom permissions defined manually will be lost.
   
        Open command prompt cmd.exe

       1. To repair single subscription run:
       
Code: [Select]
"%plesk_cli%\repair.exe" --repair-webspace-security -webspace-name domain.tld
        2. To repair all subscriptions run:
     
Code: [Select]
   "%plesk_cli%\repair.exe" --repair-all-webspaces-security