RBS on a second database?
-
2012年5月9日 22:55
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
- 編集済み Slynne212 2012年5月9日 23:03
すべての返信
-
2012年5月10日 0:44モデレータ
See http://sharepoint.nauplius.net/2011/03/enabling-rbs-on-multiple-content.htmlhttp://sharepoint.nauplius.net
-
2012年5月10日 18:03although, when I run the powershell script it says cannot find database...
-
2012年5月10日 18:04モデレータWhich line of the PowerShell script is causing you problems?
http://sharepoint.nauplius.net
-
2012年5月10日 18:59$cdb = Get-SPContentDatabase "WSS_Content_Marketing"
-
2012年5月10日 19:00Running this on the web server, checked like a million times that the DB exists and is spelled correctly, and everything else worked for it..
-
2012年5月10日 19:00モデレータCan SharePoint see that database if you go to Central Admin -> Manage Content Databases?
http://sharepoint.nauplius.net
-
2012年5月10日 19:05As a matter of fact, it does not...guess this means it hasn't been assigned to a web app/site collection?
-
2012年5月10日 19:06Is there a good way to check what content database a specific site collection is attached to?
-
2012年5月10日 19:06モデレータ
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
- 回答としてマーク Slynne212 2012年5月10日 19:07
-
2012年5月10日 19:08Thanks a bunch :) Been super helpful (and quick!)

