Module install reports no errors, but when attempting to add BuyNow module to page the following error occurs:
 
Error: Smith.BuyNow is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException:  A network-related or instance-specific error occurred while  establishing a connection to SQL Server. The server was not found or was  not accessible. Verify that the instance name is correct and that SQL  Server is configured to allow remote connections. (provider: SQL Network  Interfaces, error: 26 - Error Locating Server/Instance Specified)  ---> System.Data.SqlClient.SqlException: A network-related or  instance-specific error occurred while establishing a connection to SQL  Server. The server was not found or was not accessible. Verify that the  instance name is correct and that SQL Server is configured to allow  remote connections. (provider: SQL Network Interfaces, error: 26 - Error  Locating Server/Instance Specified)    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException  exception, Boolean breakConnection)    at  System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject  stateObj)    at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo,  SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout,  Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean  integratedSecurity, SqlConnection owningObject)    at  System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo  serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64  timerExpire, SqlConnection owningObject)    at  System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String  host, String newPassword, Boolean redirectedUserInstance, SqlConnection  owningObject, SqlConnectionString connectionOptions, Int64 timerStart)    at  System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection  owningObject, SqlConnectionString connectionOptions, String  newPassword, Boolean redirectedUserInstance)    at  System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity  identity, SqlConnectionString connectionOptions, Object providerInfo,  String newPassword, SqlConnection owningObject, Boolean  redirectedUserInstance)    at  System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions  options, Object poolGroupProviderInfo, DbConnectionPool pool,  DbConnection owningConnection)    at  System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection  owningConnection, DbConnectionPool pool, DbConnectionOptions options)    at  System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection  owningObject)    at  System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection  owningObject)    at  System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection  owningObject)    at  System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection  owningConnection)    at  System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection  outerConnection, DbConnectionFactory connectionFactory)    at System.Data.SqlClient.SqlConnection.Open()    at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteDataset(String  connectionString, CommandType commandType, String commandText,  SqlParameter[] commandParameters)    at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteDataset(String  connectionString, String spName, Object[] parameterValues)    at Smith.DNN.Modules.BuyNow.SqlDataProvider.GetCountry()    at Smith.DNN.Modules.BuyNow.ProductsController.GetCountry()    at Smith.DNN.Modules.BuyNow.Settings.LoadSettings()    --- End of inner exception stack trace ---
 
 
 
Rest of the site works fine and has no SQL access issues.
 
Site configuration - Server 2008, SQL Server 2005, DNN 5.6.0
 
Missing table possibly?