Friday 31 August 2018

Exchange 2010 OWA Out of Office - "Sorry! We're having trouble processing your request at the moment. Please try again in a few minutes."

Had an issue where whenever a user attempted to access their Out of Office section in OWA 2010 they received an the following error when saving it:

"Sorry! We're having trouble processing your request at the moment. Please try again in a few minutes."

In this particular instance, Exchange 2010 is running on a 2012 server

Eventually tracked the issue down to certain applications pools in IIS being assigned to .net v4 instead of v2

To check this out yourself, open IIS and go to "application pools"

Look in the list to see what version .NET Framework is set to - in particular look at the highlighted ones below.


"DefaultAppPool", "MSExchangeECPAppPool" and "MSExchangeOWACalendarAppPool"

When I initially looked at IIS, these were set to v4.0. I double clicked on the them and changed them back to v2.0 as below



This instantly resolved my issue!

Thursday 2 August 2018

Windows 10 appearing to briefly lose connection when using a mapped drive

A clients office has recently started to upgrade to Windows 10 from Windows 7

They've been running a couple of machines with 10 to check all works OK with their software. The machines which were upgraded started to develop a strange fault; Windows would report that the connection to the mapped drives had dropped

At face value it looked like the problem was that the network had a fault, potentially a failing switch, NIC or cable but the problem persisted after changing ports and switches.

Fast forward through more investigation and the problem was eventually tracked down to how the mapped drive was being made using Group Policy

For some reason, if the drive is mapped using the CREATE option then Windows 10 appears to drop the mapped drive connection (for only a brief moment) to re-create it again. The Windows 7 PCs don't seem to mind this and it doesn't cause any problems

The resolution was simply to change the mapping from CREATE to UPDATE and the problem was solved