Intel Unite Solution - Enterprise Deployment Guide

Intel Unite® Solution Enterprise Deployment Guide v3.1.7 83 of 83
Appendix D. Intel Unite Solution – Load
Balancer
This section briefly describes how to work around the PIN back off behind load balancer/proxy.
If you are behind a load balancer, you will want to make sure the SQL stored procedure
dbo.spGetPinBackoffTime always returns a 0.
Steps:
Alter the stored procedure dbo.spGetPinBackoffTime. You can comment out everything and just
use “select 0” at the end.
Execute the script.
If you are not behind a load balancer, you will want to make sure that the stored procedure is left
as the default.