Answered by:
Upload 100 GB data into sharepoint 2013 site

Question
-
Hi Team,
I want to upload 100GB data into sharepoint 2013 site for performance testing.
I have the 5 document libraries.
I want to upload the 10GB data to each document library in the site using powershell.
Is it possible or not? Can you explain the detailed steps
Thursday, February 5, 2015 5:20 PM
Answers
-
Thank you all for the reply.
I am able to upload the data upto 10 GB. After 10GB data, i am unable to upload the documents into document library.
Finally i found the problem is with data base server.
My sql server allows me to upload 10 GB data per database.
Because of that i am unable to upload the data after 10 GB.
- Edited by sk2014 Monday, February 9, 2015 12:05 PM
- Proposed as answer by Alex Brassington Monday, February 9, 2015 12:31 PM
- Marked as answer by Lisa Chen1226Microsoft contingent staff Tuesday, February 17, 2015 5:21 AM
Monday, February 9, 2015 12:04 PM
All replies
-
This should not be a problem, but you can't do it in 1 go as the default upload size per document = 50 MB (see https://msdn.microsoft.com/en-us/library/ff487972.aspx). I've created a tool that uploads documents in chunks, maybe you can use that (read the article as you'll need to increase some settings): https://gallery.technet.microsoft.com/office/The-Migration-Dragon-for-628acae0 Maybe that's an option for you too.
Kind regards,
Margriet BruggemanLois & Clark IT Services
web site: http://www.loisandclark.eu
blog: http://www.sharepointdragons.com
Thursday, February 5, 2015 5:28 PM -
Thank you for the reply
I tried the tool
But it is giving "The remote server returned an error :404 not found"
after that i got out of memeory exception
I am trying to upload 128 mb file to document library
- Edited by sk2014 Thursday, February 5, 2015 5:43 PM
Thursday, February 5, 2015 5:37 PM -
Does the site work otherwise? At what file size does it stop working?Thursday, February 5, 2015 6:04 PM
-
You can increase the upload limit for the web application by going to Central administration and choose the web application where you want to upload your files and then under general settings- change Maximum Upload size to your liking.
Regards,
Kshma
Thursday, February 5, 2015 8:00 PM -
Site is working fine.
But the I am trying to upload 128mb file to document library
and i already increased the web application settings as 2gb.
I changed the webapplication web.config to increase the upload limit.
Friday, February 6, 2015 3:41 AM -
Does it work with a 5Mb file? 25, 50, 100? What point does it start to fail and do you get any ULS errors?Friday, February 6, 2015 8:51 AM
-
How much ram do you have on your servers?
Stacy Simpkins | MCSE SharePoint | www.sharepointpapa.com
Sunday, February 8, 2015 11:26 PM -
HI,you can upload it as normal.The issue while uploading large file in to share point is because of many reasons.in the article below I have figured it out and the solutions for the issue.
http://expertsharepoint.blogspot.de/2014/02/issues-uploading-large-files-to.html
Anil Avula[Partner,MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/
Monday, February 9, 2015 9:37 AM -
Thank you all for the reply.
I am able to upload the data upto 10 GB. After 10GB data, i am unable to upload the documents into document library.
Finally i found the problem is with data base server.
My sql server allows me to upload 10 GB data per database.
Because of that i am unable to upload the data after 10 GB.
- Edited by sk2014 Monday, February 9, 2015 12:05 PM
- Proposed as answer by Alex Brassington Monday, February 9, 2015 12:31 PM
- Marked as answer by Lisa Chen1226Microsoft contingent staff Tuesday, February 17, 2015 5:21 AM
Monday, February 9, 2015 12:04 PM -
This will be because you're using SQL Foundation, which has a limit of 10GB of content (in any/all databases). To go beyond that limit you would need a paid version of SQL.Monday, February 9, 2015 12:32 PM
-
Yes.Monday, February 9, 2015 12:40 PM