Skip to main content

Common Errors

Error: Maximum number of retries (2) exceeded while executing database operations with 'UtopiaExecutionStrategy'. See inner exception for the most recent failure. The underlying provider failed on Open. 53300: sorry, too many clients already

Solution: By default the number of connections that a postgresql db can have is 100 and they are hitting that thresh hold. Increasing the max number of connections allowed should resolve this. this article details how to do this.

Other Details: We've seen this happen when using Pangea to export from RPC to windows.

-----------------------------------------------------------------------------------------------------------------------------------------------