New-SPOfficeWebAppsCache $web -MaxSizeInBytes $100G -Owner $owner -ExpirationPeriodInDays 30

9 .SharePoint lists cannot receive e-mail - Event 6872 (SharePoint 2010 Products)


Only sent to C:\inetpub\mailroot\Drop


Change the path to F: CAà System settings


And change the domains to f:



10 Exception from HRESULT: 0x80131904

May be also having this error message: the url’sites/testsites/test’ is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current web.

Refer this link : http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/d96eaefb-d519-4aef-bbe6-8afb19a4e835

The db expired.

Or The content db is full.

Use this script to look up the space :

EXEC sp_spaceused @updateusage = N'TRUE';

Solution: shrink the size of wss_content_log use below script or delete the unneeded files in site .

USE [master]

GO

ALTER DATABASE[WSS_Content] SET RECOVERY SIMPLE WITH NO_WAIT