Error: 1601, Severity: 17-Sybase

Error Explanation

There are not enough ‘user connections’ available to start a new process. Retry when there are fewer active users

Recommended Solution

1. Determine the current number of user connections configured: by using the following command

 isql -Uusername -Ppassword 
1> sp_configure "number of user connections"
2> go

2. Set the new value for user connections: (use sp_monitorconfig to monitor the number of user connections)

1> sp_configure "number of user connections",
2> new_value
3> go

3. Restart Adaptive Server to activate the changes.

This entry was posted in Sybase ASE and tagged . Bookmark the permalink.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.