an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > DotShoppingCart OpenSource Core > How to enable SQL Server after downloading sour...
Last Post 3/25/2013 8:05:24 AM By timofeia. 5 replies.
3/21/2013 8:28:49 AM
timofeia
Posts: 31
Joined: 3/21/2013
How to enable SQL Server after downloading source code
I downloaded the source code. When I try to runit from VS 2010 it asks me for SQL Server database (and after that everything stoppes). How can I perform initial setup to start working in VS 2010? Where is the database that I supposed to use? Thank you.
3/21/2013 9:21:52 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: How to enable SQL Server after downloading source code
DotShoppingCart Staff
3/22/2013 4:53:34 AM
timofeia
Posts: 31
Joined: 3/21/2013
Re: How to enable SQL Server after downloading source code
Thank you.
3/24/2013 11:20:00 AM
timofeia
Posts: 31
Joined: 3/21/2013
Re: How to enable SQL Server after downloading source code
I spent the whole day trying to create a database using
InstDSC.exe .\SQLExpress dotshoppingcart
but no luck. No databse is created, but I'm getting bunch of instructions from 
InstDSC.exe similar to those on http://www.dotshoppingcart.com/View/Article/Documentation/Getting Started Guide/1085.aspx. 
The name of my server is USER-PC\SQLEXPRESS. What I'm doing wrong? I checked, 'user instances enabled' is set to '1', so .\SQLExpress parameter should work, but nothing's happening. Please help.
 
3/24/2013 5:41:55 PM
timofeia
Posts: 31
Joined: 3/21/2013
Full-Text Search is not installed
Now the process started, but I'm getting the following ERROR:
Msg 7609, Level 17, State 5, Server USER-PC\SQLEXPRESS, Line 2
Full-Text Search is not installed, or a full-text component cannot be loaded.
and installation stopps. Still cannot install the database.
3/25/2013 8:05:24 AM
timofeia
Posts: 31
Joined: 3/21/2013
Re: How to enable SQL Server after downloading source code
After reinstalling SQL Server 2008 R2 (first uninstalling everything related to SQL Server 2008 through Control Panel) database installation was successful. The last two parameters (mail.yourserver.com system@yourdomain.com) were not accepted as optional on my computer. Now database is OK.