Archive

Archive for December, 2011

Failure when doing Sharepoint SP1 upgrade

December 30, 2011 Leave a comment

After you install Sharepoint SP1 (install SP1 for SP Foundation First then SP1 for Sharepoint Server)

Then Do Product Configuration Wizard from Sharepoint Program Files Menu.

And if it is Failed, Just do Product Configuration Wizard once more time. The latter will be OK

Categories: Sharepoint Tags:

Migrate back from RBS Blob storage to SQL database

December 29, 2011 Leave a comment

At Sharepoint PoweShell, do commands below (Remember it’s case sensitive !):

 

$cdb=Get-SPContentDatabase <ContentDbName>

$rbs=$cdb.RemoteBlobStorageSettings

$rbs.GetProviderNames()

$rbs.SetActiveProviderName(“”)

$rbs.Migrate()

Categories: Sharepoint Tags: ,