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 ...Issues with Event LogIssues with Event Log
Previous
 
Next
New Post
7/14/2016 11:16 PM
 

Basically i am trying to retrieve event log for Login Failure, Login Success, Module Created and User Role Created for our DNN Portal. Unfortunately, i noticed that there are so many entries that the DNN did not record. Only few records were captured. 

May i ask how does this event log capture and in what scenario this event log wont capture the required information?

I have tried execute the following SQL query directly to our database and still the same. Or is is being stored somewhere else?

LOGIN FAILURE REPORT:

SELECT [LogTypeKey]
      ,[LogUserName]
      ,[LogCreateDate]
      ,[LogServerName]
  FROM [dbo].[EventLog]

  WHERE LogConfigID = '97'


LOGIN SUCCESS REPORT:

SELECT [LogTypeKey]
      ,[LogUserName]
      ,[LogCreateDate]
      ,[LogServerName]
  FROM [dbo].[EventLog]

  WHERE LogConfigID = '98'

MODULE CREATED: 

SELECT [LogTypeKey]
      ,[LogUserName]
      ,[LogCreateDate]
      ,[LogServerName]

  FROM [dbo].[EventLog] 

  WHERE LogConfigID = '70'

USER ROLE CREATED:

SELECT [LogTypeKey]
      ,[LogUserName]
      ,[LogCreateDate]
      ,[LogServerName]

  FROM [dbo].[EventLog] 

  WHERE LogConfigID = '34'

 
New Post
7/15/2016 8:25 AM
 
you may define in Admin > Eventlog the LogTypes and specify, how many events per type should be kept - older events are deleted automatically.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/16/2016 9:02 AM
 

We do have older records. My problem is that logs are not recorded. When i test using several test accounts to login, it was not recorded. Check on the event viewer and i cannot see it is being recorded. Even checking directly in database also shows no records. 

Oddly, sometimes is does records, and sometimes it does not.

Anyone had similar issues as this or is there some settings that defined by time/date when to record only or etc?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Issues with Event LogIssues with Event Log


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