|
|
|
|
Joined: 5/31/2007
Posts: 297
|
|
|
SQL Exception
Error Details
File |
|
Error |
Index #: 0
Source: .Net SqlClient Data Provider
Class: 17
Number: 1105
Procedure: AddEventLog
Message:
System.Data.SqlClient.SqlException (0x80131904): Could not allocate
space for object 'DotNetNuke_03.EventLog'.'PK_EventLogMaster' in
database 'DotNetNuke_8a' because the 'PRIMARY' filegroup is full. Create
disk space by deleting unneeded files, dropping objects in the
filegroup, adding additional files to the filegroup, or setting
autogrowth on for existing files in the filegroup.
at System.Data.SqlClient.SqlConnection. (SqlException
exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection. (SqlException
exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior,
SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader
ds, RunBehavior runBehavior, String resetOptionsString)
at
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean
async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader
ds)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String
method, TaskCompletionSource`1 completion, Int32 timeout, Task&
task, Boolean asyncWrite)
at
System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1
completion, String methodName, Boolean sendToPipe, Int32 timeout,
Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at PetaPoco.Database.Execute(String sql, Object[] args)
at DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteNonQuery(String
connectionString, CommandType type, String sql, Int32 timeout, Object[]
args)
at DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteNonQuery(String
connectionString, CommandType type, String sql, Object[] args)
at DotNetNuke.Data.SqlDataProvider.ExecuteNonQuery(String
procedureName, Object[] commandParameters)
at DotNetNuke.Data.DataProvider.AddLog(String logGUID, String
logTypeKey, Int32 logUserID, String logUserName, Int32 logPortalID,
String logPortalName, DateTime logCreateDate, String logServerName,
String logProperties, Int32 logConfigID)
at
DotNetNuke.Services.Log.EventLog.DBLoggingProvider.WriteLog(LogQueueItem
logQueueItem)
ClientConnectionId:d621083b-e2fe-4767-a98d-a59beabd7432
Error Number:1105,State:2,Class:17
|
|
|
|
|
| |
|
|
|
Joined: 5/31/2007
Posts: 297
|
|
|
Ok, the site came back up overnight, so it must have been something on the hosting end of things, so all is well.
|
|
|
|
| |
|
|
|
You may have a situation where you are close to being short of disk space, or your database size is close to a limit. So, you'll want to take a look at disk usage and the database size. From the error message, you might want to take a look at the Event Log and perhaps limit what is being saved.
Joe Craig
Patapsco Research Group, Ellicott City, MD
DotNetNuke Development and Services
(http://patapscorg.com)
|
|
|
|
| |
|
|
|
Joined: 5/31/2007
Posts: 297
|
|
|
Well, for the second night in a row, the same error has happened again, I'll definitely be looking into your suggestion of the event log and resource availability.
|
|
|
|
| |
|
|
|
Joined: 5/31/2007
Posts: 297
|
|
|
Well, for the second night in a row, the same error has happened again, I'll definitely be looking into your suggestion of the event log and resource availability.
|
|
|
|
| |