Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > IssueVision Installation problem in Password Complexity
 

IssueVision Installation problem in Password Complexity

I am trying to install IssueVision on my local machine. Near the end of the installation there is a security error stating that password complexity requirement have not been met.Sad

(I am running Yukon), Is there a spoc I can use to temporarily turn the requirement off?
Or alternative installation instructions?
Thanks
Mark Bosley  Tuesday, September 20, 2005 9:01 PM

you should change sql script for fitting sql2005 or sql express.

it's a tip.

when issue vision installer shows installation database, all issuevision sources are \program files\issuevision.

just copy and rename to other directory temporary. and cancel installation. after this job, you may change it's renamed name into original(issuevision).

and now! we can make our issuevision database manually.

when you check issuevision folders, you can find out database folder.

at first - open SqlServer_IssueVision_Schema.sql file.

and change this part exec sp_addlogin N'IVUser', N'IVUser', @logindb

into

 create login IVUser WITH PASSWORD = 'IVUser' , DEFAULT_DATABASE = IssueVision, CHECK_POLICY=OFF;

and now, execute sql script SqlServer_IssueVision_Schema.sql and SqlServer_IssueVision_Dataload.sql

sequancially.

that's all. you can run issuevision correctly!

regards.

Dongbum Lee  Monday, May 29, 2006 5:49 AM
I got the same problem, can anybody help?
TimFröglich  Monday, January 16, 2006 1:52 PM
Has this issue been resolved?
Rudi Goossens  Wednesday, April 05, 2006 7:27 AM

you should change sql script for fitting sql2005 or sql express.

it's a tip.

when issue vision installer shows installation database, all issuevision sources are \program files\issuevision.

just copy and rename to other directory temporary. and cancel installation. after this job, you may change it's renamed name into original(issuevision).

and now! we can make our issuevision database manually.

when you check issuevision folders, you can find out database folder.

at first - open SqlServer_IssueVision_Schema.sql file.

and change this part exec sp_addlogin N'IVUser', N'IVUser', @logindb

into

 create login IVUser WITH PASSWORD = 'IVUser' , DEFAULT_DATABASE = IssueVision, CHECK_POLICY=OFF;

and now, execute sql script SqlServer_IssueVision_Schema.sql and SqlServer_IssueVision_Dataload.sql

sequancially.

that's all. you can run issuevision correctly!

regards.

Dongbum Lee  Monday, May 29, 2006 5:49 AM
Thank you! It works now.
ovmidori  Tuesday, July 11, 2006 2:54 PM

You can use google to search for other answers

Custom Search

More Threads

• Terrarium Templates Visual Studio 2005
• Terrarium - new user
• a better example app
• Sample code not working in VB.NET ???
• Discussion Board
• Anyone know where all the Terrarium samples went ?
• Creating a XMLFile
• Curious about security architecture in TaskVision
• Plugin frame work
• Well, this is it