Blank Passwords Are Not Allowed. Sign-In Times Are Limited Or Policy Restriction Has Been Enforced

getting below error in scheduled job " Could not start executor. Account restrictions are preventing this user from signing in. For example: blank passwords aren';t allowed, sign-in times are limited, or a policy restriction has been enforced. (0x8007052F)RemoteException wrapping System.Exception: Could not start executor. Account restrictions are preventing this user from signing in. For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced. (0x8007052F).

Issue Description

we got the error "Account restrictions are preventing this user from signing in. For example blank passwords are not allowed, sign-in times are limited, or a policy restriction has been enforced. (0x8007052F)" when running the triggers/jobs in the Orchestrator.

Resolution

  1. Login to the Unattended Robot machine with the credential which is configured in the Orchestrator, renew the password if the message " Password has expired, please renew it." is obtained
  2. If no message is received, run Net accounts command to check the password policy for the Users
  3. Run the command net user Administrator | find /i "Password last set" to check the last password change time for the Unattended Robot User account(local account) if it is longer that the Maximum password age (days). If yes, change the password for the User

  1. If it is a domain account, use PasswordLastSet properties to check the password last change time



1 Like