Hello guys,
I am trying to run the installer on a brand new WINDOWS 2008 STD server 32 bit with MSSQL Enterprise but after I click on the last step NEXT button then getting the following error:
An error occurred during configuration.
Cannot find the object "dbo.gs_AppError" because it does not exist or you do not have permissions.
Error executing SQL: /****** Object: Non-clustered index [dbo].[gs_AppError].[IDX_gs_AppError_FKGalleryId] ******/ IF NOT EXISTS (SELECT * FROM sys.indexes WHERE object_id = OBJECT_ID(N'[dbo].[gs_AppError]') AND name = N'IDX_gs_AppError_FKGalleryId') CREATE NONCLUSTERED INDEX [IDX_gs_AppError_FKGalleryId] ON [dbo].[gs_AppError] ([FKGalleryId] ASC ) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
Call stack: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at GalleryServerPro.Web.gs.pages.install.ExecuteSqlInStream(Stream stream) at GalleryServerPro.Web.gs.pages.install.ExecuteSqlInFile(String pathToSqlFile) at GalleryServerPro.Web.gs.pages.install.ConfigureGalleryServerSchemaForSqlServer() at GalleryServerPro.Web.gs.pages.install.ExecuteSqlServerInstallation() at GalleryServerPro.Web.gs.pages.install.ExecuteInstallation() at GalleryServerPro.Web.gs.pages.install.ShowNextPanel()
Any idea why?