Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1186 - Exceeded the maximum number of databases allowed

1186   Exceeded the maximum number of databases allowed

Cause

This error occurs when an executable program attempts to initialize more than the allowed number of databases; for example, in C++, too many calls to jomInitialize or having too many active JoobContext instances in .NET.

The current limit is 20 databases.

Action

Modify the code so that the number of concurrently initialized databases does not exceed the limit.