in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Database Instalation Error

Last post 06-29-2008 10:34 PM by daniel5150. 27 replies.
Page 2 of 2 (28 items) < Previous 1 2
Sort Posts: Previous Next
  • 02-13-2008 8:04 AM In reply to

    • ndycrlr
    • Top 50 Contributor
    • Joined on 02-12-2008
    • Derby, UK
    • Posts 21

    Re: Database Instalation Error

    TImH:

    To Fix:

     In the SQL Express Configuration Manager, I had to change both the Full Text Search and SQL Server Service "Log On As" to Local System instead of Network Service.

    I'm running fine as Network Service - it seems no 2 installations are going the same.

  • 02-15-2008 6:51 PM In reply to

    Re: Database Instalation Error

    i have Visual Studio 2005 Profesional, it has SQL Server EXPRESS 2005 so i installed it, my question is --->  is that the SQL server Express 2005 i need to install the dashcomerce? or do i  have to download the one listed in this post ?  Thanks . im having the same error A critical error has occurred: La tabla o vista indizada 'dbo.dashCommerce_Store_Product' no tiene un índice de texto o el usuario no tiene permiso para realizar esta acción.

  • 02-16-2008 12:59 AM In reply to

    Re: Database Instalation Error

    Yes, you should uninstall your SQL Server 2005 Express version and install SQL Server Express 2005 with Advanced Services that you can download from:

     http://www.microsoft.com/downloads/details.aspx?familyid=5b5528b9-13e1-4db9-a3fc-82116d598c3d&displaylang=en

     Be sure you select Full-Text Search feature when you install it.

  • 02-16-2008 8:54 PM In reply to

    Re: Database Instalation Error

    thanks... i'll download it =)

  • 03-10-2008 3:47 PM In reply to

    Re: Database Instalation Error

    Does DashCommerce only work with SQL Express? What if I have SQL 2005 Management Studio, will that work?

  • 05-12-2008 4:35 AM In reply to

    Re: Database Instalation Error

    hello,

    I have exactly the same problem, so installed the advanced, open the SQL Server Managment Studio and trying to check the "Use full text indexing" checkbox, but suprise, it is all gray out and disabled, so no check/uncheck can be done.

    did any of you run into this?

  • 05-12-2008 6:09 AM In reply to

    Re: Database Instalation Error

     

    my bad. neede to restart server.
  • 05-21-2008 4:04 AM In reply to

    Re: Database Instalation Error

    Hi, I have downloaded the dashcommerce3.0 and did the following steps

    ->Extracted to folder

    ->Run the solution file( .sln)

    ->created a virtual directory 

    -> Build it

    and i am facing the following error.

    }
    Line 146: catch {
    Line 147: throw new Exception("Please make sure that you setup the Database, and the Connection String in the connectionString.config file.");
    Line 148: }
    Line 149: }
    I am unable to find the database of the dash commerce.

    Is the database missing?

    or it comes in MS SQL Server 2005 express edition with advance servises as Northwind. Please reply. 

    Me  waiting.

     

  • 05-21-2008 8:53 PM In reply to

    Re: Database Instalation Error

    • Create a DataBase
    • Add a User to the Database
    • Run Installer
    • Then the installer will give you the new connectionString to replace it with whats in the ConnectionString.config file
    • Then you can run the site


    (This is the same problem that you had at http://dashcommerce.org/forums/p/580/2499.aspx#2499)

    You can then run the installer, located at http://<yourdomain>/install/install.aspx.
    This installer will run you through the process of installing the database and the necessary database objects.

    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
  • 05-22-2008 12:24 AM In reply to

    • ASI
    • Top 50 Contributor
    • Joined on 02-12-2008
    • Posts 21

    Re: Database Instalation Error

    I am actually having the exact problem right now.  Everything appeared to install successfully and I am getting that same error.  Looking for the fix.

  • 05-22-2008 12:39 AM In reply to

    Re: Database Instalation Error

    Did you put in the connectionString into the connectionString.config file?

    You can also check http://www.connectionstrings.com/?carrier=sqlserver2005  for more information onthe format of the Connection String

    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
  • 05-22-2008 9:37 AM In reply to

    • ASI
    • Top 50 Contributor
    • Joined on 02-12-2008
    • Posts 21

    Re: Database Instalation Error

    Yes I did.  The database installation seemed to work with no problem.  I actually even browsed around it via sql managment studio and all tables and other items were in place. 

     I was able though to get it working but my fix does not make sense to me.  I have a VPS with my hosting company and I was running the web installer from IE via a RDC to my VPS rather then my local PC.  I did this at least 3 times with same result.  I finally ran the installer from my local PC and it worked....  Very odd.  Only problem I see now is JS error with CMS text editor.  I am sure its a minor thing and will resolve tonight. 

  • 06-29-2008 10:34 PM In reply to

    Re: Database Instalation Error

    1. I changed to "Local System". Dont work.

    2. I changed to "this account" and set to "Administrator". Works

Page 2 of 2 (28 items) < Previous 1 2