- Knowledge Base
- SurePassID Authentication Server
-
General Support
-
Technical Guides
-
SurePassID Authentication Server
-
Authenticators ("Tokens")
-
Windows Logon Manager (WLM)
-
ADFS Adapter
-
SAML2 IdP
-
LDAP
-
Self Service Portal (SSP)
-
LDAP Gateway
-
FIDO2/WebAuthn
-
License Management
-
Third Party Integrations
-
Twilio
-
Announcements and Alerts
-
Office 365
-
SurePassID VLE
Why am I receiving a connection pool error when using the On-prem SurePassID Authentication Server and MS SQL?
Set the value for max number of connections in the MFA Server Web Config to a larger value, in this case we set it to 100: <add key="Connection.Options" value="max pool size=100" />
Optionally you can comment out the entry like this:
<!--add key="Connection.Options" value="max pool size=100" /-->