Error: Domain is temporarily disabled for backup/restoring.

Case of error:

These kinds of errors occurs when some process are running and not completed. Accounts are show activated but not working properly. When we want to open our file manager of our domain form our control penal of Parallel Plesk Penal we are facing this error.

Error: Domain is temporarily disabled for backup/restoring.

Solution:

After receiving these kind of error you need to contact with your hosting Service provider, If you are a Service provider or using a Dedicated Windows Server then you can fix this error by following blew steps.

1:  For fix this issue you need to enabled the domain by running the query below in PSA database.

2:  C:\Program Files (x86)\Parallels\Plesk\admin\bin>dbclient.exe –direct-sql –sql=”select status from domains where name=’Example.com’;”

status 4

3:  C:\Program Files (x86)\Parallels\Plesk\admin\bin>dbclient.exe –direct-sql –sql=”update domains set status=0 where name=’Example.com’;”

4:  C:\Program Files (x86)\Parallels\Plesk\admin\bin>dbclient.exe –direct-sql –sql=”select status from domains where name=’Exapmle.com’;”

status 0

5:

C:\Program Files (x86)\Parallels\Plesk\admin\bin>

Some time you faced below error:

Unable to logon user (CL-T075-274CN\user): (1331) Logon failure: account currently disabled.

In order to fix this error you did the below steps:

1:  Go to Computer Management, expand Local Users and Groups, Users, find the user that is disabled, right-click, Properties, General tab, uncheck Account is disabled check-box, click OK.

After completing these steps your issue will be resolved. You can verify your required account is working fine.

Add a Comment

*