Tag Archives: “SBS 2011”

Microsoft Outlook Out of Office (OOF) – Server is Currently Unavailable

When you try and use the Out of Office feature in Microsoft Outlook you may recieve the following error message:

Your automatic reply settings cannot be displayed because the server is currently unavailable.  Try again later.

 

 

 

 

 

 

When you look at the Application Event Log on you Exchange Server you will see Event ID 1310 logged from Source ASP.NET 2.0.50727.0

 

 

 

 

 

Exception information:

Exception type: ConfigurationErrorsException

Exception message: The value for the property ‘maxRequestLength’ is not valid. The error is: The value must be inside the range 0-2097151. (C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\EWS\web.config line 2376)

We need to modify the “web.config” file which can be found here “C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\EWS\” you need to open the “web.config” file using Notepad and then use the “find” feature in notepad to quickly locate the following line in the file

<system.web>

<httpRuntime maxRequestLength=”52428800″ />

The default value is to high “52428800” so you need to change it as follows

<system.web>

<httpRuntime maxRequestLength=”2066661″ />

The final step in resolving the issue is to save the changes you have made to the “web.config” file and restarting the “Default Website” under IIS Manager (Administrative Tools)

Microsoft SQL Server 2008 R2 Service Pack 2 Released

Microsoft SQL Server 2008 R2 Service Pack 2 has now been released and can be downloaded from the following link:

http://www.microsoft.com/en-us/download/details.aspx?id=30437

Important Note

If you are upgrading from SQL Server 2008 R2 SP1 Cumulative Update 6 to SQL Server 2008 R2 SP2 then you must apply a post-SQL Server 2008 R2 SP2 cumulative update after you upgrade to SQL Server 2008 R2 SP2 to obtain all the fixes.

Cumulative update package 1 for Microsoft SQL Server 2008 R2 Service Pack 2  can be downloaded from the following link and should be installed straight after you have applied Microsoft SQL Server 2008 R2 Service Pack 2

http://support.microsoft.com/kb/2720425

Webdav.dll – Pre Service Pack 2 Revision History for Windows 7 SP1, Windows Server 2008 R2 SP1 and Windows Small Business Server 2011 (SBS 2011)

Webdav.dll – Pre Service Pack 2 Revision History for Windows 7 SP1, Windows Server 2008 R2 SP1 and Windows Small Business Server 2011 (SBS 2011)

04-Nov-2011 – 7.5.7601.21854 – Webdav.dll – x86/x64 – http://support.microsoft.com/kb/2618752 – FIX: WebDAV deletes a file instead of sending an “Access Denied” message

20-Oct-2011 – 7.5.7601.21843 – Webdav.dll – x86/x64 – http://support.microsoft.com/kb/2593591 – FIX: A hotfix is available that enables WebDAV to store the properties of file resources by using NTFS alternate data streams in IIS 7.5

02-Aug-2011 – 7.5.7601.21782 – Webdav.dll – x86/x64 – http://support.microsoft.com/kb/2503820 – FIX: Memory leak in the W3wp.exe process for a WebDAV website when many WebDAV clients upload files, download files, or access file directories in WebDAV 7.5