Question:
HELP?? Does anyone know what this means?
2006-09-17 04:41:05 UTC
Server Error in '/Forums' Application.
--------------------------------------------------------------------------------

The log file for database 'PWForums' is full. Back up the transaction log for the database to free up some log space.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: The log file for database 'PWForums' is full. Back up the transaction log for the database to free up some log space.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException: The log file for database 'PWForums' is full. Back up the transaction log for the database to free up some log space.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.SqlClient.SqlCommand.ExecuteReader() +42
AspNetForums.Data.SqlDataProvider.WhoIsOnline(Int32 pastMinutes) +298
AspNetForums.Users.GetMembersGuestsOnline(Int32 pastMinutes) +112
AspNetForums.Users.GetGuestsOnline(Int32 pastMinutes) +5
AspNetForums.Controls.ActiveUsers.CreateChildControls() +96
System.Web.UI.Control.EnsureChildControls() +100
System.Web.UI.Control.PreRenderRecursiveInternal() +38
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1499
Three answers:
2006-09-17 04:45:24 UTC
The transaction log file, used by the database to record changes to the data, and subsequently recover the database in the event of media failure, is full. This means that the database cannot allow further changes to the database.



The transaction log must be backd up and the space freed for new transactions.



You need to contact the System Administrator.
Delaware Dan
2006-09-17 05:19:07 UTC
Assuming that you are on a PC connected to an SQL server that houses a database called PWForums, your application, called Forums, is telling you that you have a server error. The rest is for the System Administrator to figure out. Being a system administrator myself, I would be glad to see all this detail.
tirebiter
2006-09-17 04:48:25 UTC
sorry - nope


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...