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 6:23 PM
 
It's the defualt for the Western languages, like English.   The CI means case-insensitive. 
 
New Post
8/15/2006 6:54 PM
 
Mark can confirm; but, I'd use Enterprise Manger for SQL Server 2000 or Management Studio to alter the stored procedure GetEventLog, changing, this part:

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

to

    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).  Right click and script Stored Procedure as ALTER (alter so you maintain the permissions).  Make the modification and Execute.



 
New Post
8/15/2006 7:39 PM
 

Hi

Thansk for your help. Found out the collate for the DB and the EventLog was diff. After I changed the EventLog collate to the same as DB I can see the EventLog again.


Ulrik Motzfeldt
iNET.GL
Sisimiut, Greenland
 
New Post
8/15/2006 7:42 PM
 
kalak wrote
 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 ?

Connect to your DNN database with your DB Management tool of choice and make the modification.

For example, with Enterprise Manager, you'd start EM, select your DNN database, go to Stored Procedures, find the GetEventLog stored procedure and double click on it.  This brings the stored procedure up in an editor.  Find the temp table statement and change the definition of LogGUID to match what I entered above.  Hit the Apply button and go try the event log again.

 

 
New Post
8/23/2006 5:40 PM
 
kalak wrote
 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 ?

 

 

I am having the exact same issue.... what exactly do I run and where? I am a newbie.... Thanks.

 
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