Page 1 of 1

AC7 Installation Error

Posted: Thu Sep 25, 2008 2:27 pm
by jdarby
I am attempting to install the 30day trial of AC7 and I am receiving the following error upon installation on /install/default.aspx: http://pastebin.ca/1210848

I created a blank DB and the user has dbo on it, using SQL Express 2005. Also tried attaching AbleCommerce.mdf and get the following error: Could not find row in sysindexes for database ID 8, object ID 1. Run DBCC CHECKTABLE on sysindexes. Could not open new database 'Ablecommerce'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 602)

Any ideas? Thanks

Re: AC7 Installation Error

Posted: Thu Sep 25, 2008 3:48 pm
by jmestep
The Ablecommerce database might be a permissions problem on the folder where it is being created.
Some of your other errors are ones I have had when I have had to re-start an installation and the database was already finished. Did you look in the database yourself to see if the tables are already there?

Re: AC7 Installation Error

Posted: Thu Sep 25, 2008 4:11 pm
by jdarby
Some tables are created by the install script, but the ones that are noted in the error log are not. What type of permissions problem could it be?

Re: AC7 Installation Error

Posted: Thu Sep 25, 2008 4:15 pm
by jdarby
Got it, had the DB type wrong.

Re: AC7 Installation Error

Posted: Fri Sep 26, 2008 5:43 am
by jmestep
I wondered about that when I saw the MAX error, but you had said it was SQL 2005, so I thought it was something else. SQL 2000 doesn't have MAX.