Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Log Viewer is currently unavailableLog Viewer is currently unavailable
Previous
 
Next
New Post
8/15/2006 7:15 AM
 

I have upgraded from 3.3.4 to 4.3.4 - now I have some problems.
One of them is the log viewer not available.

Error: Log Viewer is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Cannot resolve collation conflict for equal to operation. ---> System.Data.SqlClient.SqlException: Cannot resolve collation conflict for 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 ---

What can I do to fix this ?


Ulrik Motzfeldt
iNET.GL
Sisimiut, Greenland
 
New Post
8/15/2006 5:03 PM
 
What collation is your SQL Server using?  It sounds like a conflict between Case Sensitive or Case Insensitive...  Though, I think DNN assumes Case Insensitive and I don't think that would account for only the log viewer being unavailable.
 
New Post
8/15/2006 5:29 PM
 
kalak wrote

I have upgraded from 3.3.4 to 4.3.4 - now I have some problems.
One of them is the log viewer not available.

Error: Log Viewer is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Cannot resolve collation conflict for equal to operation. ---> System.Data.SqlClient.SqlException: Cannot resolve collation conflict for equal to operation. at System.Data.SqlClient.SqlConnection.OnError

---snip

What can I do to fix this ?

The problem is most likely the same thing I had happen.  Something weird going on with the database collation settings.  The log viewer calls a stored procedure that uses a temporary table, and this temporary table somehow ends up with a different collation.

Altering the stored procedure GetEventLog and set a collation value for the LogGUID column in the #PageIndex temporary table fixed the issue for my sites.

i.e.

LogGUID varchar(36) collate database_default

 
New Post
8/15/2006 5:51 PM
 
MarkTutt wrote

Altering the stored procedure GetEventLog and set a collation value for the LogGUID column in the #PageIndex temporary table fixed the issue for my sites.

i.e.

LogGUID varchar(36) collate database_default

Where do I "run" this ?


Ulrik Motzfeldt
iNET.GL
Sisimiut, Greenland
 
New Post
8/15/2006 5:58 PM
 

sdenogeon wrote
What collation is your SQL Server using?  It sounds like a conflict between Case Sensitive or Case Insensitive...  Though, I think DNN assumes Case Insensitive and I don't think that would account for only the log viewer being unavailable.

Hi

Collation name for this db is: SQL_Latin1_General_CP1_CI_AS
Don't ask me, what it stands for


Ulrik Motzfeldt
iNET.GL
Sisimiut, Greenland
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Log Viewer is currently unavailableLog Viewer is currently unavailable


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out