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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Really Need help! Dnn 4.02 Portal Space 2GB limit Problem Really Need help! Dnn 4.02 Portal Space 2GB limit Problem
Previous
 
Next
New Post
3/14/2006 1:21 AM
 

hi, thanks in advance

I am using Dnn 4.02 and SQL 2005 doing a Resource Site for people downloading stuff, Everything seems work well before i got this problem. wthen the Portal space in the \....\Porpal\0\  dir exceed 2GB large, I can't uploading files anymore and got this error:

A critical error has occurred. 
  Value was either too large or too small for an Int32

Also, when i try to access File Manager of DNN, It show s me this:

Error: File Manager is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Value was either too large or too small for an Int32. ---> System.OverflowException: Value was either too large or too small for an Int32. at System.Convert.ToInt32(Int64 value) at DotNetNuke.Entities.Portals.PortalController.GetPortalSpaceUsed(Int32 PortalId) at DotNetNuke.Modules.Admin.FileSystem.FileManager.UpdateSpaceUsed() at DotNetNuke.Modules.Admin.FileSystem.FileManager.BindFileList() at DotNetNuke.Modules.Admin.FileSystem.FileManager.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

i wonder how come Dnn can only handle 2GB website, or is this a known problem for dnn.

Can anybody help me to solve this: Really reall need help, Please!

A poor guy waiting for the reply here or in my mailbox: maoker.mao@gmail.com

thank you very much again!

 

 
New Post
3/18/2006 5:17 PM
 
Hi,

Maybe this post here might give you a clue.



Web applications, DNN websites, modules, skins and support
 
New Post
3/18/2006 6:04 PM
 
you might be ably to temporaly fix this with the following sql script.  You will need to update the script if you are using a different qualifier other than dnn_

I provided both rollout and rollback in case it doesnt help.  You will also probably need to disable teh schedule task that auto syncs the filesystem to the database.  you will also need to realize that the size info is not correct anymore

--rollout
SELECT * into dnn_files_backup from dnn_Files
UPDATE dnn_Files set [size] = [size]/1024 where portalID = 0


--rollback
DELETE FROM dnn_Files

SET IDENTITY_INSERT dnn_files ON
INSERT into dnn_files(FileID, PortalID, [FileName], Extension, [Size], Width, Height, ContentType, Folder)
SELECT FileID, PortalID, [FileName], Extension, [Size], Width, Height, ContentType, Folder FROM dnn_files_backup
SET IDENTITY_INSERT dnn_files OFF
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Really Need help! Dnn 4.02 Portal Space 2GB limit Problem Really Need help! Dnn 4.02 Portal Space 2GB limit Problem


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