50 Connection Limit Per Client

Hello,

I have about 450 tenants. Each tenant can have the same user names in them. I’ve created a connection for each tenant and populated the users in the connections.

Unfortunately I’m finding users can’t login because there is only 50 connections allowed per client.

Does anyone know of a work around for this?

Thanks

The limit of 50 connections is documented here:

Unfortunately there are no workarounds as such; you will need to limit the connections to 50 or lower. One option to do this is to consolidate your users into already existing connections, and use metadata to differentiate between the user’s and their permissions. A sample implementation of this is outlined here:

Hi, is this limit per client or per tenant, if we register non-interatvice clients and create a database connection for each non-interactive client, will we hit a limit on the number of non-interatvice client or attached databases (1 database per client) ?

I believe this is per client. You can have more than 50 connections in your tenant.

I believe this is per client. You can have more than 50 connections in your tenant.