Install Guide

Resolution :Add the Web.cong of the HApi with a URL routing module as follows:
<system.webserver>
<modules>
<remove name= "urlroutingmodule-4.0"/>
<add name= "urlroutingmodule-4.0" type="system.web.Routing.urlroutingmodule"
precondition="" />
</modules>
GUID-82ED96F4-1A02-4318-B24E-98A25C4550B7
Troubleshooting Load Balancing Issues
This section describes how to troubleshoot some issues that you may encounter in the Load Balancing setup.
GUID-FDC5106D-3FA2-464D-896C-0747F1D2C48C
Health Test Feature in ARR Proxy (with SSL) Fails with Error Code 80072F8F
Issue: If the ARR Proxy does not trust the backend server’s Digital Certicate, the health test may fail with the Error Code
80072F8F.
Resolution: Import the certicate that is used to setup SSL on the WDM management server onto the Trusted Root Certicate
Authorities store for a local computer on the ARR Proxy system by referring to http://technet.microsoft.com/en-us/library/
cc754841.aspx#BKMK_addlocal.
GUID-183E8E99-7976-4DBD-B585-1FE11BC36817
ARR Proxy Returns HTTP Error Code 502.3
Issue: The ARR Proxy returns the HTTP Error Code 502.3 for older WDM Agents (HAgents) that do not send the
HTTPHEADSUPP=2 tag when they are checking in. If the HAgent does not send the HTTPHEADSUPP=2 tag while checking in,
then the Management Server does not send the HTTP status code header (200 OK) in response and the ARR proxy returns the
error. Only the clients sending the value 2 are supported in load balancer setup.
Resolution: You can run the following query on the WDM Database and read the value:
SELECT [HttpHeadSupp]
FROM [ClientNetwork]
where [MAC] = <ClientMac>
100