To Whom It May Concern:
Has anyone tried to install a remote BLOB store on WSS 3.0? I have researched and read numerous documentation and web sites on RBS but no one specifically mentions WSS 3.0. All documentation refers to SharePoint 2010. I have successfully configured the RBS up until the point that you have to use Sharepoint Powershell to enable the blob store - SHAREPOINT POWERSHELL DOES NOT COME WITH WSS 3.0!! Attempting to use the Windows Powershell fails and doesn't recognize the commands required to enable the blob store:
$cdb = Get-SPContentDatabase <ContentDatabaseName> $rbss = $cdb.RemoteBlobStorageSettings $rbss.Installed() $rbss.Enable() $rbss.SetActiveProviderName($rbss.GetProviderNames()[0]) $rbss
I'm stuck and cannot figure this out.
Any ideas??
Thanks in advance.
DM