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 ...Error: Log Viewer is currently unavailableError: Log Viewer is currently unavailable
Previous
 
Next
New Post
2/6/2006 8:41 PM
 

After upgrading to DNN 3.2.2 I am getting the following error when trying to view the log:  Anybody know how to fix this?

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.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) 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 ---

 
New Post
2/11/2006 3:01 AM
 

I have exactly the same error.

I clean the event log table without success.

Any help is very appreciated.

 

 
New Post
2/11/2006 3:48 AM
 

Probably fixed ...

in GetEventLog stored procedure:

==============================

......

SELECT EventLog.*

FROM EventLog

INNER JOIN EventLogConfig

ON EventLog.LogConfigID = EventLogConfig.ID

INNER JOIN #PageIndex PageIndex

ON EventLog.LogGUID collate database_default = PageIndex.LogGUID

WHERE PageIndex.IndexID > @PageLowerBound

AND PageIndex.IndexID < @PageUpperBound

ORDER BY

PageIndex.IndexID

 

...

==================================================

I changed "ON EventLog.LogGUID  = PageIndex.LogGUID"

with

ON EventLog.LogGUID  collate database_default = PageIndex.LogGUID

 

and is working fine in my installation

Hope this helps

Yoghi

 
New Post
2/11/2006 10:00 AM
 

Yoghi,

You are the MAN!  It fixed my problem as well.  Great work on this.

Regards

Robert

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error: Log Viewer is currently unavailableError: Log 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