Error 27506 - Password validation failed
Â
You will receive this error if your organisations Group Policy is set to only allow passwords that are longer than 11 characters. The SQL password our software is trying to set at this stage of the install for the user ‘mapp’ is only 11 characters in length. We are working on a fix for this but the workaround is below. Please use Solution 1 if you do not have/are unable to install SQL Server Management Studio
Solution 1
Locate your security Group Policy Object (GPO) and change the minimum password length to 11 characters
On the server you are installing our software on, open a cmd prompt as administrator and run
gpupdate /force
Try installing our software tool again
Change your GPO back to how it was previously
Run gpupdate /force again to restore your correct password policy on the server
Solution 2
Open SSMS (SQL Server Management Studio) on the machine where the SQL instance our software is going to use is located
Connect to the SQL instance using the SA account
Expand Security > Right click Logins > New Login…
Create a SQL Server authentication account called mapp with a password of foobaR#1Abc > remove the ‘Enforce password policy’ check
Under Server Roles tick sysadmin > click OK
Try installing our software tool again