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...Performance and...Performance and...'PRIMARY' filegroup is full
Previous
 
Next
New Post
6/11/2011 2:42 AM
 
Hi,

When I want to modify the contents of a module returns me the following error (DNN 5.5.1):

DotNetNuke.Services.Exceptions.ModuleLoadException: Could not allocate space for object 'dbo.HtmlText'.'PK_HtmlText' in database 'mydatabase' 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. ---> System.Data.SqlClient.SqlException: Could not allocate space for object 'dbo.HtmlText'.'PK_HtmlText' in database 'vfactory' 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) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() 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) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Html.SqlDataProvider.AddHtmlText(Int32 ModuleID, String Content, Int32 StateID, Boolean IsPublished, Int32 CreatedByUserID, Int32 History) at DotNetNuke.Modules.Html.HtmlTextController.UpdateHtmlText(HtmlTextInfo objHtmlText, Int32 MaximumVersionHistory) at DotNetNuke.Modules.Html.EditHtml.cmdSave_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---

Mdf file database (SQL 2008 Express) has a size of 4.095MB
Does it happen this issue by the size of the database? Can I upgrade to SQL 2008 Express R2 (max 10GB BD) directly?

Kind Regards,
Toni.
 
New Post
6/11/2011 8:25 AM
 
Perhaps you should check your log file size (.LDF)
truncate and then shrink your log file

www.darabi.co
 
New Post
6/11/2011 9:33 AM
 
I already checked the log file with DBCC SHRINKFILE

Thank's!
 
New Post
6/12/2011 3:03 AM
 
please check, which table allocates the space (e.g. using EXEC sp_spaceused 'Tablename';).
you may clear the search tables and rebuild it without loosing data (see http://www.deutschnetnuke.de/tabid/134/Default.aspx).
You may truncate tables EventLog and ScheduleHistory without affecting any feature.
You may copy SiteLog table to a different database and need to retain content before truncating it.
Please note: truncate table might work, while DELETE FROM ... requires space in transaction log.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/12/2011 3:39 AM
 
Hi Sebastian,

Excellent! But I have to upgrade SQL Server to R2 so I can have up to 10GB database. Can I upgrade directly I do some work before?

Thank's!!
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...'PRIMARY' filegroup is full


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