Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to create a set up with install shield and I used sql server in my program.

I used msde for prerequires and I select windows authentication but when I build my set up, and I want to install my program, it says you need strong password for SA, what I should do?
Posted
Updated 15-Aug-10 0:16am
v2
Comments
Dalek Dave 15-Aug-10 6:17am    
Edited for Readability, Syntax and Grammar.

1 solution

Looks like you have some DB prerequisites. While creating DB users, you are providing 'SA' user but with a weak password (not following the password policy of SQL server as defaul specified). Either turn of the default policy enforcement or provide a strong passwork as in "Albhabets+Numbers+Special Character"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900