When want to login QnE Optimum, prompt error below:

 

Solutions:


Step 1 -  In Server Windows>Run, type gpedit.msc


Step 2 -  Navigate to Account Lockout Policy, check is it got set security setting


Note:  If got set security setting, please ask assistance from IT person to check is it got many failed attempts to server and caused the security setting block the SQL server access already.


Step 4 -  At the same time, can run below script to the QNE's SQL instance to unlock it, please replace the password with your actual SQL instance password.

ALTER LOGIN sa WITH PASSWORD='password' UNLOCK