RBS on a second database?
-
Wednesday, May 09, 2012 10:55 PM
Hey all,
I'm new to all this, and managed to successfully set up blob storage on one of my content databases, but when I tried to do it on another one, upon installation of RBS the log file said everything was configured successfully but the database was not populated with the mssql tables. Any ideas?
Many thanks!
L
- Edited by Slynne212 Wednesday, May 09, 2012 11:03 PM
All Replies
-
Thursday, May 10, 2012 12:44 AMModerator
See http://sharepoint.nauplius.net/2011/03/enabling-rbs-on-multiple-content.htmlhttp://sharepoint.nauplius.net
-
Thursday, May 10, 2012 6:03 PMalthough, when I run the powershell script it says cannot find database...
-
Thursday, May 10, 2012 6:04 PMModeratorWhich line of the PowerShell script is causing you problems?
http://sharepoint.nauplius.net
-
Thursday, May 10, 2012 6:59 PM$cdb = Get-SPContentDatabase "WSS_Content_Marketing"
-
Thursday, May 10, 2012 7:00 PMRunning this on the web server, checked like a million times that the DB exists and is spelled correctly, and everything else worked for it..
-
Thursday, May 10, 2012 7:00 PMModeratorCan SharePoint see that database if you go to Central Admin -> Manage Content Databases?
http://sharepoint.nauplius.net
-
Thursday, May 10, 2012 7:05 PMAs a matter of fact, it does not...guess this means it hasn't been assigned to a web app/site collection?
-
Thursday, May 10, 2012 7:06 PMIs there a good way to check what content database a specific site collection is attached to?
-
Thursday, May 10, 2012 7:06 PMModerator
Correct, it means that you need to attach it to a Web Application. Run:
Mount-SPContentDatabase "WSS_Content_Marketing" -WebApplication http://mymarketingwebapp
http://sharepoint.nauplius.net
- Marked As Answer by Slynne212 Thursday, May 10, 2012 7:07 PM
-
Thursday, May 10, 2012 7:08 PMThanks a bunch :) Been super helpful (and quick!)

