回答済み 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
    モデレータ
     
     回答済み
    • 回答としてマーク Slynne212 2012年5月10日 18:02
    • 回答としてマークされていない Slynne212 2012年5月10日 18:03
    • 回答としてマーク Slynne212 2012年5月10日 19:07
    •  
  • 2012年5月10日 18:03
     
     
    although, 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:00
     
     
    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..
  • 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:05
     
     
    As 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:06
     
     
    Is 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:08
     
     
    Thanks a bunch :)  Been super helpful (and quick!)