Question
SQL maximum number of connections exceeded
I have a ColdFusion application which is running on CFMX7.0.2
server and it is using cfschedule and part of the routine is for
the application to query the SQL 2000 database server. We are
getting errors which say that the maxium number of concurrent
connections may have been exceeded. How can I find how many
concurrent connections the DB can have?
Here is the error message.
[Macromedia][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server returned: Connection reset). Please ensure that the server parameters passed to the driver are correct and that the server is running. Also ensure that the maximum number of connections have not been exceeded for this server.
Here is the error message.
[Macromedia][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server returned: Connection reset). Please ensure that the server parameters passed to the driver are correct and that the server is running. Also ensure that the maximum number of connections have not been exceeded for this server.
