Answered 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 AM
    Moderator
     
     Answered
    • Marked As Answer by Slynne212 Thursday, May 10, 2012 6:02 PM
    • Unmarked As Answer by Slynne212 Thursday, May 10, 2012 6:03 PM
    • Marked As Answer by Slynne212 Thursday, May 10, 2012 7:07 PM
    •  
  • Thursday, May 10, 2012 6:03 PM
     
     
    although, when I run the powershell script it says cannot find database...
  • Thursday, May 10, 2012 6:04 PM
    Moderator
     
     
    Which 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 PM
     
     
    Running 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 PM
    Moderator
     
     
    Can SharePoint see that database if you go to Central Admin -> Manage Content Databases?

    http://sharepoint.nauplius.net

  • Thursday, May 10, 2012 7:05 PM
     
     
    As 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 PM
     
     
    Is there a good way to check what content database a specific site collection is attached to?
  • Thursday, May 10, 2012 7:06 PM
    Moderator
     
     Answered

    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 PM
     
     
    Thanks a bunch :)  Been super helpful (and quick!)