Product Documentation

c-treeACE V10.3 Release Notes

Previous Topic

Next Topic

Error 971 (SQL_MUSR_ERR) returned on an ISAM connection attempt

Error 971 (SQL_MUSR_ERR) was being returned on an ISAM connection attempt. This error was returned after the SQL connections timed-out if SQL clients were still connected.

The logic that checks connection limits and expirations was checking the TOTAL number of ISAM and SQL connections without considering the connection type (ISAM or SQL). When either SQL or ISAM connections expired, the maximum number of allowed connections was set to 0, so the next attempt to connect would result in an error.

An ISAM_MUSR_ERR error could be returned when attempting a SQL connection with an expired ISAM connection.

The logic has been modified to correct this situation.

TOCIndex