Hello everyone! :)
I've just installed DNN 4.3.4 from source and have problems with enabling site logging system.
Can anyone give me some clues how to handle this?
Thanks very much!
Best regards! Lukasz Czyzewski.
(Here's what I get:)
================================================== A critical error has occurred. Cannot insert duplicate key row in object 'dbo.EventLogConfig' with unique index 'IX_LogTypeKey_LogTypePortalID'.
The statement has been terminated. ==================================================
and
==================================================
Error: Log Viewer is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException:
Cannot resolve the collation conflict between "Polish_CI_AS" and
"SQL_Latin1_General_CP1_CI_AS" in the equal to operation. --->
System.Data.SqlClient.SqlException: Cannot resolve the collation
conflict between "Polish_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in
the equal to operation. 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.SqlDataReader.ConsumeMetaData() at
System.Data.SqlClient.SqlDataReader.get_MetaData() at
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds,
RunBehavior runBehavior, String resetOptionsString) at
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean
async) at
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String
method, DbAsyncResult result) at
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String
method) at
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
behavior, String method) at
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
behavior) at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection
connection, SqlTransaction transaction, CommandType commandType, String
commandText, SqlParameter[] commandParameters, SqlConnectionOwnership
connectionOwnership) at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String
connectionString, CommandType commandType, String commandText,
SqlParameter[] commandParameters) at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String
connectionString, String spName, Object[] parameterValues) at
DotNetNuke.Services.Log.EventLog.DBLoggingProvider.Data.SqlDataProvider.GetLog(Int32
PageSize, Int32 PageIndex) at
DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider.GetLog(Int32
PageSize, Int32 PageIndex, Int32& TotalRecords) at
DotNetNuke.Services.Log.EventLog.LogController.GetLog(Int32 PageSize,
Int32 PageIndex, Int32& TotalRecords) at
DotNetNuke.Modules.Admin.Log.LogViewer.BindData() at
DotNetNuke.Modules.Admin.Log.LogViewer.Page_Load(Object sender,
EventArgs e) --- End of inner exception stack trace --- ==================================================
|