Install RBS for second content database

Bharathi Paulraj 21 Reputation points
2022-12-03T13:48:35.923+00:00

I am using sharepoint 2016 onpremises. One Sql Server and one Web Front End(WFE) server, one Application server is there. I am using Sql server 2014 version. I installed RBS for First content Database Successfully using GUI. While installing RBS for second content Database in Sql server it is showing it is configured successfully.And i checked the rbs tables were exist or not using the following command.

USE[contentDataBasename]
selectfrom dbo.sysobjects
where name like 'rbs%'.
It was showing the table .While installing RBS for WFE server in log file it is showing MS SQL Server 2014 Remote Blob Storage configuration failed. Reconfiguration success or error status:1603 .
Below command only i ran.
msiexec /qn /lvx
rbs_install_log.txt /i rbs.msi REMOTEBLOBENABLE=1 FILESTREAMPROVIDERENABLE=1 DBNAME=[your next content database name] FILESTREAMSTORENAME=FilestreamProvider_1 ADDLOCAL=EnableRBS,FilestreamRunScript DBINSTANCE=[your DB server].
I changed HKLM > Software > Microsoft > Remote Blob Storage >
value for key 'database' = [probably the name of the content database i initially enabled RBS on];
after that i restarted the server also it is not installing.
Finally i used the following command.
msiexec /qn /lvx* rbs_install_log.txt /i RBS.msi TRUSTSERVERCERTIFICATE=true FILEGROUP=PRIMARY DBNAME="WSS_Content" DBINSTANCE="DBInstanceName" FILESTREAMFILEGROUP=RBSFilestreamProvider FILESTREAMSTORENAME=FilestreamProvider_1

In log file MS SQL Server 2014 Remote Blob Storage configuration successful.
Reconfiguration success or error status:0
But while running $rbss.Installed() command it is showing SQL Remote Blob Storage must be installed on each web front end server and on the content database before it may be used.
How to solve this problem?

Microsoft 365 and Office | SharePoint | Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 40,471 Reputation points Microsoft External Staff
    2022-12-05T05:42:04.28+00:00

    Hi @Bharathi Paulraj
    Per my research, there was a problem with the client one or more WFES, or the server(s) needs to be rebooted if this error occurs. Please check the RBS client install log on all WFEs. If they look good, reboot them and try the enable again. If you see errors in the install log, the client may need to be uninstalled and reinstalled (not updated).

    Please refer to the following article about the similar issue with yours
    https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/troubleshooting-remote-blob-store-rbs-install-and-configuration/ba-p/328617


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.