Hi Guys,
I have difficulties in installing RBS for sharepoint 2013. I did the instruction as in: http://technet.microsoft.com/en-us/library/ee748631.aspx ; http://www.sp-blogs.com/blogs/adnan/Lists/Posts/Post.aspx?ID=9 ; http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2009/12/14/SharePoint-Remote-Blog-Storage-_2800_RBS_2900_-_2D00_-Step-by-Step-Install.aspx ; http://www.knowledgecue.com/pdf/ConfiguringRemoteBlobStorageforSharePointKnowledgeCue.pdf ;
(all of them propose the same procedure to install RBS)
I only have a stand alone sharepoint server (name:SP2013) with SQL server included (db instance name:SHAREPOINT and dbcontent name: WSS_Content) i had enabled filestream, provision blobstore and RBS_amd64.msi, i got the SQL RBS installed succesfully log BUT the rbs tables (mssqlrbs tables not created). I did try with RBS.msi from http://www.microsoft.com/en-us/download/details.aspx?id=26728 but the system says that the processor not supported, so i keep using the first RBS_amb64.msi
"msiexec /qn /lvx* rbs_install_log.txt /i RBS_amd64.msi TRUSTSERVERCERTIFICATE=true FILEGROUP=PRIMARY DBNAME="WSS_Content" DBINSTANCE="SHAREPOINT" FILESTREAMFILEGROUP=RBSFilestreamProvider FILESTREAMSTORENAME=FilestreamProvider_1"
(i even change the DBINSTANCE with "localhost" and it also show successfully installed log)
What did i missed ? :(
thanks