Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

Respondida 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:44
    Moderador
     
     Respondida
    • Marcado como respuesta Slynne212 jueves, 10 de mayo de 2012 18:02
    • Desmarcado como respuesta Slynne212 jueves, 10 de mayo de 2012 18:03
    • Marcado como respuesta Slynne212 jueves, 10 de mayo de 2012 19:07
    •  
  • jueves, 10 de mayo de 2012 18:03
     
     
    although, when I run the powershell script it says cannot find database...
  • jueves, 10 de mayo de 2012 18:04
    Moderador
     
     
    Which 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: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..
  • jueves, 10 de mayo de 2012 19:00
    Moderador
     
     
    Can SharePoint see that database if you go to Central Admin -> Manage Content Databases?

    http://sharepoint.nauplius.net

  • jueves, 10 de mayo de 2012 19:05
     
     
    As 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:06
     
     
    Is there a good way to check what content database a specific site collection is attached to?
  • jueves, 10 de mayo de 2012 19:06
    Moderador
     
     Respondida

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