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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Cannot Login To DNNCannot Login To DNN
Previous
 
Next
New Post
4/4/2010 9:05 PM
 

Good Day All,

First of all, I checked the main forum threads and couldn't find any thread that specifically discuss bugs and issues encountered (or i overlooked it - my mistake so please if needed you can kindly move this thread dear admin/mod ^_^ ). Also this will be my first project using DNN and I'm a little newb on the framework. :-)

Now on to the problem. We just installed/build and customized a client's website. After a few weeks, the client reported that he cannot logged in into his site. We checked the issue and an error description informed us that the event log table in the database is full. What we did is we cleared the data in that particular table and we can now log into the site. To make sure that the issue won't happen again, we changed the setting in the Event Viewer under Admin to NOT write any logs anymore to the event log table. (We set it to FALSE). And everything is up and running after that.

But later today, one of us discovered that the same thing happened again. We cannot log in into the site. We then checked the Events Log table in the database and everything seems right - there's no data in the table (the settings worked). We tried the admin account, the host account and other user accounts but we still could not log in into the site.

We're kinda stuck and any help would be much appreciated. :-)

 
New Post
4/5/2010 5:26 AM
 

change the settings again for the "Event viewer" to store the events in the database and try to login and look at the error in the Event log viewer.

and see what error are u getting.


Amrish Sharma, MCP
 
New Post
4/5/2010 7:33 AM
 

 try this in db (use lines separately, I am not sure what db you use)

MSSql 2005 +:

dbcc shrinkdatabase ('YourDB', TRUNCATEONLY);
DBCC SHRINKFILE (YourDB_log, 10); 
TRUNCATE TABLE eventlog;
TRUNCATE TABLE sitelog;
 
MSSQL 2000:
  BACKUP LOG YourDB WITH TRUNCATE_ONLY
TRUNCATE TABLE eventlog
TRUNCATE TABLE sitelog
DBCC SHRINKDATABASE (YourDB);


Yehuda Tiram
AtarimTR
AtarimTR
972-2-5700114   |   972-54-4525492   |    http://www.atarimtr.co.il
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Cannot Login To DNNCannot Login To DNN


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