Page 1 of 1

AC7 Install Error: Invalid object name 'ac_BannedIPs'

Posted: Sun Jul 20, 2008 2:32 pm
by jrobgood
Has anyone encountered this error?

Server 2K3, fresh install of AC7 final, fresh install of .NET 2.0

Code: Select all

Server Error in '/' Application.
Invalid object name 'ac_BannedIPs'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'ac_BannedIPs'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SqlException (0x80131904): Invalid object name 'ac_BannedIPs'.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +224
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +244
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2675
   System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +78
   System.Data.SqlClient.SqlDataReader.get_MetaData() +109
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +483
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +1396
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +422
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +35
   System.Data.SqlClient.SqlCommand.ExecuteScalar() +223
   Microsoft.Practices.EnterpriseLibrary.Data.Database.DoExecuteScalar(DbCommand command) +235
   Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteScalar(DbCommand command) +69
   CommerceBuilder.Stores.BannedIPDataSource.IsBanned(String ip) +437
   CommerceBuilder.Services.AbleCommerceHttpModule.c(Object A_0, EventArgs A_1) +815
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +176
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +177


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

Re: AC7 Install Error: Invalid object name 'ac_BannedIPs'

Posted: Mon Jul 21, 2008 5:43 am
by mazhar
read the following post
viewtopic.php?f=42&t=7490&view=next