menu
Logo
  • Why azing?
  • Blog
  • Help
ENarrow_drop_down
  • DE
  • EN
Suche in Checklisten
search
azing Logo ENarrow_drop_down
  • DE
  • EN
  • Why azing?
  • Help
DNN Community
drive_folder_upload
  • homeChecklist Templates
  • south

folder_sharedDevelop

  • homeChecklist Templates
  • south

folder_sharedDevelop

Folders and checklists

  • check_circleDocFx - Setup in Visual Studio to Auto-Document your APIs
  • check_circleMS SQL – Remove Log File Size Restrictions
  • check_circleVS Code - Configure DNN files to be treated as XML

Parts (0) expand_more

These are small document-parts which are used in other documents. They are not a starting point for any real activity. Because of this, they will be listed further down and the search will not list them unless requested. 

When working in 2sxc development environments, it's common to use nvQuickSite to quickly set up clean DNN installations. It’s a powerful and convenient utility we rely on daily.

However, it’s important to be aware that during the installation process, nvQuickSite can create a new SQL Server database with file size limitations:

- Data file (.mdf) – limited to a maximum of 200MB

- Log file (.ldf) – limited to a maximum of 50MB

These limitations can cause issues, especially when:

- Installing a new 2sxc app

- Importing larger data sets

If the log file hits the 50MB limit, it can lead to exceptions in 2sxc. These exceptions may not always clearly indicate that the SQL log file is the root cause.



💡 Solution: Remove Log File Size Limit

To lift the restriction on the log file size, you can use SSMS or run the following SQL command (replace dnn1001-t07 with your actual database name):

 
USE [master]
GO

ALTER DATABASE [dnn1001-t07] MODIFY FILE ( NAME = N'dnn1001-t07_Log', MAXSIZE = UNLIMITED )
GO

🔄 If the Limit Can’t Be Removed Immediately

Sometimes, SQL Server won’t allow you to change the log file limit unless there's free space in the log. To quickly free space without creating an actual backup file, you can back up to the NUL device:

 
BACKUP DATABASE [dnn1001-t07] TO DISK = 'NUL';
GO
BACKUP LOG [dnn1001-t07] TO DISK = 'NUL';
GO

This workaround clears space in the transaction log without storing the backup.

Logo
Legal | Content Copyright CC-BY 4.0
bug_reportReport Bug
  • info
  • Links
  • Permissions
code Share
code
URL copied to clipboard.
Embed Checklist close
Copy Copy
Content Copyright

CC-BY 4.0

Translations

None

DNN Community Logo

DNN Community

QR-Code
azing.org/dnn-community
/r/Tnt5T_iJ
View & Use

Public (can be used by everybody)

Edit & Admin

Default (all members can edit)

This catalog has a simple permission model, where all members have the same permissions. For advanced permissions, upgrade to Enterprise.

Here you can see how this document is used and linked by other documents

Used in (0)

Others referencing this

Uses these (0)

Documents linked from this document

How it Behaves

How this document is categorized changes how it behaves.

This is a main document, it is listed normally and appears in search result.

Type

This is a Checklist. Lists are converted into checkboxes.

Get something to say?

Comment to start a discussion or make a note
send

please log on to chat

close

Durchsuche ganz Azing