Support Forums
 
  Forum  Support  Installation He...  Install Zip Error
Previous Previous
 
Next Next
New Post 1/5/2006 3:45 PM
  gordon gosch
3 posts
No Ranking


Install Zip Error 
I'm getting the following error when I try to install the zip.

StartJob

Start Sql execution: 01.04.02.SqlDataProvider file

Failure

SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'IPAddr' in table 'dbo.ww2_SWIRLChatroom' is specified more than once. 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.[ww2_SWIRLChatroom] ADD IPAddr [char] (15) NULL END System.Data.SqlClient.SqlException: Invalid object name 'tabmodulesettings'. 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) /** FIX "old" logChat TabModuleSettings (no longer used) **/ DELETE from tabmodulesettings where settingname='logChat';

EndJob

End Sql execution: 01.04.02.SqlDataProvider file

 
New Post 1/5/2006 4:33 PM
  Swirl Host
3 posts
No Ranking


Re: Install Zip Error 

I notice that the error is being caused by a bug in the 1.4.2 install script for the data provider when installed on a DNN instance with an "ObjectQualifier".  I have sent you an updated PA install via email.  Please let us know if you continue to have any problems installing the Module after using the updated PA.

Thank you.

-- Swirlhost Support

 
New Post 1/12/2006 8:21 PM
  Manuel Dominguez
1 posts
No Ranking


Re: Install Zip Error 

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

 

 

 
New Post 1/12/2006 8:29 PM
  Will Gillen
65 posts
No Ranking




Re: Install Zip Error 
Actually, this is an entirely different error.  This error occurrs because the DNN install DBUser is not the database owner.  In order to run DNN you must be the DBO (or database owner).  This module needs to check certain database schema properties in order to install properly.  If you are having errors and you have paid for the module, please use our quick response ticket system by submitting an email to support@swirlhost.com.  You will need to ensure that you include the email address or Swirlhost username that you used to purchase the module or your license "PUBLIC KEY" in order to get the fastest support.  Thank you.
-- Will Gillen, Swirlhost Inc.
 
Previous Previous
 
Next Next
  Forum  Support  Installation He...  Install Zip Error
     

DotNetNuke Gold Benefactor

Copyright (c) 2012 Swirl AJAX ChatRoom Module
Privacy Statement | Terms Of Use