I am getting the same error when I try to install this for a client. Is this coded for external database servers and not localhost or can the chat room use the databse connection info from dnn web.config like dbserver, dbname and password?
StartJob Begin Sql execution
Info Executing 01.05.00.SqlDataProvider
StartJob Start Sql execution: 01.05.00.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: SELECT permission denied on object 'syscharsets', database 'master', owner 'dbo'. SELECT permission denied on object 'COLUMNS', database 'master', owner 'INFORMATION_SCHEMA'. SELECT permission denied on object 'spt_datatype_info', database 'master', owner 'dbo'. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) /** ALTER Table to include IPAddr **/ if not exists (select 1 from INFORMATION_SCHEMA.Columns where table_name = 'SWIRLChatroom' and column_name='IPAddr') BEGIN ALTER TABLE dbo.[SWIRLChatroom] ADD IPAddr [char] (15) NULL END
EndJob End Sql execution: 01.05.00.SqlDataProvider file
EndJob Finished Sql execution