Hello,
I have big problem with Enable RBS on my database.
Each steps ( create master keys, install RBS, etc) were made using MS and Steve blog:
http://stevemannspath.blogspot.com/2012/07/bang-two-pound-four-remote-blob-storage.html
In the last step during running this script (last pat $rbss.Enable() ):
$cdb = Get-SPContentDatabase My_WSS_Content
$rbss = $cdb.RemoteBlobStorageSettings
$rbss.Installed()
$rbss.Enable()
Exception calling "Enable" with "0" argument(s): "SQL remote blob storage must
be installed on each web front end server and on the content database before
it may be used."
At line:1 char:1
+ $rbss.Enable()
+ ~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : InvalidOperationException
$rbss.Installed() -> give me value True ... I don't have more servers ( except 2xSQL and OWA) .. but regarding instrukction on these servers RBS shouln't be install at all.
Please help me.
Best Regards
Michal