Category: Talon Systems – Tech Tips

Talon Systems – Technical Tips and Tricks for Inquiring Minds.

July 15, 2016

Windows Server Backup Full Drive Issue   The backup program normally trims older backups to allow new ones to be added, sometimes the needed space isn’t always recovered and you end up with an error message “Backup location is running low on space. Free up space or reduce size of data getting backed up.”  …

November 18, 2015

Outlook crashing when reading a HTML email in Microsoft Outlook 2010/2013  This issue arose from KB3097877 Windows Update released on the 10th with a bug and has now been released on the 12th with a hotfix to correct the malformed patch.  The easiest way to fix this is to force a Windows Update scan to install…

November 10, 2015

SBS 2011 Remote Access Buttons Not Working – Event ID 3 and 1309 To work around the most common cause – less than 5% memory available and the gateway service stops being available for incoming requests and usually after installing .NET Framework 4.5.1.Edit the web.config file in “C:Program FilesWindows Small BusinessServerBinWebAppRemoteAccess” folder.Search for the line “<serviceHostingEnvironment aspNetCompatibilityEnabled=”true” />”.Add in minFreeMemoryPercentageToActivateService=”0″ after the “true” and…

November 10, 2015

The Shared Protection Point Operation Failed With Windows Server Backup 0x81000101 ErrorWindows Server Backup is timing out during shadow copy creation since it is taking more than 10 minutes.Increasing the timeout value to 20 minutes usually fixes this issue.Add a new registry entry.Run regedit.exe and navigate to L”HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionSPP”Create a new Registry value of type DWORD with name “CreateTimeout”Change…