PRB: Number of User Connections Has Been Exceeded Error

Last reviewed: April 25, 1997
Article ID: Q59024

The information in this article applies to:

  - Microsoft SQL Server version 4.2 for OS/2

SYMPTOMS

The following error message is displayed in the SQL Server error log:

   server: No Pss structures available for new process

CAUSE

This message indicates that the number of user connections that has been specified in the configuration for SQL Server.

WORKAROUND

To get around this error, increase the number of user connections by issuing the following sp_configure command:

   sp_configure 'user connections', <number of user connections>

Then run the reconfigure command and stop and restart the SQL Server for the changes to take effect.

MORE INFORMATION

Note that each user connection uses 42K of RAM. Therefore, memory considerations must be taken into account before increasing the number of user connections. The "numreqbufs" parameter in the LANMAN.INI file should also be modified to correspond to the increased number of user connections. Changing the "numreqbufs" parameter is also required if you want to change the parameter for "maxusers". Also, be sure to refer to your network manuals before modifying any parameters. The network must be stopped and restarted for the changes to take effect.


Additional query words: Optimization and tuning
Keywords : kbother SSrvGen
Version : 4.2
Platform : OS/2
Issue type : kberrmsg


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.