hi,
while running the setup for splendidcrm 1.4, I encountered the following error,
"The sa password must meet SQL Server password policy requirements. For strong password guidelines, see Authentication Mode, in SQL Server Books Online."
Does anyone know how to resolve this issue?
thank you
John
I was able to download SQL Server 2005 expression edition separately, create a sa account, and attached it to splendidCRM.
all looks ok,
thanks
SplendidCRM does not require that you use the SA account, but we do doing our default installation so as to avoid access rights issues. The SplendidCRM install requires the ability to create tables, create functions, create views and create procedures. We encourage you to create a user specific to SplendidCRM, just ensure that it has all the rights necessary.
Just search for all files *.MDF. Also, check the connection string. It is possible that you created the tables in the Master database.