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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Log Viewer errorLog Viewer error
Previous
 
Next
New Post
8/27/2006 6:09 PM
 
Hello, I think the problem is your web.config, change the "globalization culture" to the same as your SQL Server

\niV
 
New Post
9/20/2006 5:34 PM
 

Hello,

I got also the same problem ...

But something I don't understand, I restore DataBase.Mdf and DataBase.Ldf BUT when I start to work with DotNetNuke it does not care about DataBase.ldf and It recreates a new Database_log.ldf and it works with this new one.

I think that the problem of the log viewer come from that problem ... The DataBase.Mdf and the Log Table do not have the same name ...

Is somebody can explain me why it recreates a new log file and why it refuses to work with the old log file Database.ldf ???

 

There is I think a begining of answer in this reply : http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/62443/threadpage/2/scope/posts/Default.aspx 

Thanks for your help ...

Jean-Pierre Cornez

Research Center - Luxembourg.

 
New Post
9/21/2006 4:26 PM
 
nicklasv wrote
Hello, I think the problem is your web.config, change the "globalization culture" to the same as your SQL Server

\niV


Ok, but if the error message says:
Cannot resolve the collation conflict between "Finnish_Swedish_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation

and the web.config setting is
    <globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />

but the database is (accorind to my webhost) now set to english, but the server has a different setting (english system but Swedish collation)

What does the "globalization culture" affect?

My weblog is working but not the eventLog...

/S
 
New Post
9/22/2006 5:25 AM
 

The solution is to go in the Stored Procedure : GetEventLog

and to change this part

 CREATE TABLE #PageIndex
    (
        IndexID        int IDENTITY (1, 1) NOT NULL,
        LogGUID    varchar(36)
    )

by

    CREATE TABLE #PageIndex
    (
        IndexID        int IDENTITY (1, 1) NOT NULL,
        LogGUID    varchar(36) collate database_default
    )

You should be able to find dbo.EventLog in your DNN database under Stored Procedures (for 2000) and under Programmability (for 2005).  Make the modification and Execute.


Now it works for me ... I do not get any more problem with the log table ....

Good luck.

 
New Post
10/2/2006 6:01 AM
 
Actually do someone knows why this would fix the issue? I had tried it and it works. Many Thanks~
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Log Viewer errorLog Viewer error


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