- i installed the RBS.msi.
- my rbs tables are created in the sql sharepoint content database
- and i performed the powershell commands.
im running SP2013 Foundation Preview with SQL Server 2008 R2 Express on 2008 R2 Server unfortunately i had troubles down- / and uploading documents on my SP-Server. I checked the log-files and saw that my rbs service did not have any EXECUTE permissions on some rbs databases. So i unattached my content DB from the RBS like this
$cdb=Get-SPContentDatabase <ContentDbName>
$rbs=$cdb.RemoteBlobStorageSettings
$rbs.GetProviderNames()
$rbs.SetActiveProviderName("")
Afterwards i was able to upload documents again. Now that i have reattached my content database to the RBS i still can upload documents but the files are not stored inside of the rbs directory.. any ideas how to troubleshoot?