Question

  • 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?

Was it helpful?

Solution

Solved my issue.. i checked the user context which my sharepoint web application is running. i thought it was another user than it really was. so i checked the rights for this user on my DB... obviously there were none.. so i set them up and at least this error was solved.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top