RBS on a second database?
-
miércoles, 09 de mayo de 2012 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
- Editado Slynne212 miércoles, 09 de mayo de 2012 23:03
Todas las respuestas
-
jueves, 10 de mayo de 2012 0:44Moderador
See http://sharepoint.nauplius.net/2011/03/enabling-rbs-on-multiple-content.htmlhttp://sharepoint.nauplius.net
-
jueves, 10 de mayo de 2012 18:03although, when I run the powershell script it says cannot find database...
-
jueves, 10 de mayo de 2012 18:04ModeradorWhich line of the PowerShell script is causing you problems?
http://sharepoint.nauplius.net
-
jueves, 10 de mayo de 2012 18:59$cdb = Get-SPContentDatabase "WSS_Content_Marketing"
-
jueves, 10 de mayo de 2012 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..
-
jueves, 10 de mayo de 2012 19:00ModeradorCan SharePoint see that database if you go to Central Admin -> Manage Content Databases?
http://sharepoint.nauplius.net
-
jueves, 10 de mayo de 2012 19:05As a matter of fact, it does not...guess this means it hasn't been assigned to a web app/site collection?
-
jueves, 10 de mayo de 2012 19:06Is there a good way to check what content database a specific site collection is attached to?
-
jueves, 10 de mayo de 2012 19:06Moderador
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
- Marcado como respuesta Slynne212 jueves, 10 de mayo de 2012 19:07
-
jueves, 10 de mayo de 2012 19:08Thanks a bunch :) Been super helpful (and quick!)

