Showing posts with label DocAve;RBS;SharePoint 2010; SharePoint Administration;AvePoint;. Show all posts
Showing posts with label DocAve;RBS;SharePoint 2010; SharePoint Administration;AvePoint;. Show all posts

Friday, September 16, 2016

Unable to upload files in SharePoint site for RBS enabled farm.

Issue:


I was unable to upload files larger than 5MB (as per the rule set in DocAve console) in SharePoint site for RBS enabled farm.

Analysis and Solution:


Stub database for the web application was renamed after execution of MoveStub (Site collection move) command for which we could not open the files. Normally it should rename the database back to its original state after successful execution of that command, but it did not. So we have to manually rename the database name to actual name, then documents started opening without any issue.


Also there are few WFE servers where we still unable to upload files, to fix that you may need to restart the DocAve Agent service (in services.msc) in the respective WFE servers.

Hope it helps !

Quota Increase process for RBS/Non-RBS enabled Farm in SharePoint 2010 using DocAve 6.0 ?

If you would like to increase the quota of a site collection, you should consider the below cases and recommended solutions.

  •  If the site collection quota request is for 50/100 GB?
o   You should create a new content database.
o   Move the site collection to new content database.
  • If the site collection database is having more than expected site collections?
o   You should create a new content database.
o   Move the site collection to new content database.
  • If the SQL instance for the site collection database is having low space in SQL server drives?
o   You should create a new content database in a different SQL instance where you have plenty of space.
o   Move the site collection to new content database.

Steps for Moving the site collection to new content database for RBS enabled Farm using DocAve 6.0

  •  Move the site collection to new content database in the same SQL instance
o   You need to open AgentToolSP2010MoveStub tool of DocAve 6.
o   Run –MoveSPSite command to move the site.
  Examaple: -MoveSPSite [Site Collection URL] [DestinationDatabaseName] [SourceRBSProvider] [DestinationRbsProvider]

  • Move the site collection to new content database in a different SQL instance
o   Take the backup the site from Source database using SharePoint Native command.
o   Enable RBS and configure rules in the destination database

o   Restore the site in the destination database using SharePoint Native command.