DB2 Error: SQL1245N
Description : Connection limit has been reached. No more connections are allowed from this client.
Explanation:
The maximum number of concurrent database connections has been reached for an environment where the number of connections is restricted or must be predefined. The primary example of where this would occur is when the NETBIOS protocol is being used.
Solution:
Possible actions:
- Use the SET CLIENT command or API to set the MAX NETBIOS CONNECTIONS field to the maximum number of concurrent connections required. This must be done before any connections are made.
Related Posts
- Error: SQL0290N Table space access is not allowed
- Weblogic Administration Error : Heap Space Utilization too high
- Error: SQL1263N Archive file name not valid
- ORA-01035: ORACLE only available to users with Restricted Session privelege
- Troubleshooting Error “The process cannot access the file because it is being used by another process”




