If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > Sysbase server report "not enough 'user connections' available" warning

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-09-08, 06:57
winniewang winniewang is offline
Registered User
 
Join Date: Apr 2007
Posts: 63
Sysbase server report "not enough 'user connections' available" warning

Hi everyone,

Recently, I found I can't read some data from my Sysbase server. And there is a warning in my Sysbse server, plplease refer to the error info below:

Error: 1601, Severity: 17, State: 3 There are not enough 'user connections' available to start a new process. Retry when there are fewer active users, or ask your System Administrator to reconfigure ASE with more user connections.

Does it caused that I can't read data from that server? Does it mean that I have to enlarge the user connections in this server? My server is "Adaptive Server Enterprise Developer Edition", It doesn't allow me to increase it more than 25.

Could you tell me which edition Sysbase server have no this limitation, can I upgrade it for my current developer edition to that edition?

Thanks
Winnie
Reply With Quote
  #2 (permalink)  
Old 09-09-08, 09:42
Martijnvs Martijnvs is offline
Registered User
 
Join Date: Jan 2004
Location: The Hague/Utrecht, NL
Posts: 415
Only the developeredition has this limitation as far as I know. Any other paid-for version is limitless.

If you try to read data and use workerprocesses for that, a new workerprocess counts as a new user connection. If you already are using all 25 userconnection, try to use less, or disconnect a few sessions you aren't using.
__________________
I'm not crazy, I'm an aeroplane!
Reply With Quote
  #3 (permalink)  
Old 09-09-08, 12:43
winniewang winniewang is offline
Registered User
 
Join Date: Apr 2007
Posts: 63
Thanks for your reply Martijnvs
I just want to create a SQL Server Analysis Service Database, which the use the Sysbase datasource, I got the error when I want to process a Database. I don't know how it works when it do process action, but seems that 25 connections is not enough. Maybe the server was call by other client at the same time.

BTW, Can I install the paid-for version on my current developer edition Sysbase server directly? I mean I have set up a relation database on developer edition, I hope this database can be connected by the paid-for edition server.... I'm not familiar with Sybase......

Thanks
Winnie
Reply With Quote
  #4 (permalink)  
Old 09-10-08, 05:28
Martijnvs Martijnvs is offline
Registered User
 
Join Date: Jan 2004
Location: The Hague/Utrecht, NL
Posts: 415
Try to see how many processes are already active when you get the error. The processlist might show you where the connections come from. Your active connection should not and cannot be solely responsible for the error.

I'm not sure, but I think it's best to de-install the developeredition and install the bought one, with proper licence. You could save a dump of your userdatabases and load them back in the licenced server.
__________________
I'm not crazy, I'm an aeroplane!
Reply With Quote
  #5 (permalink)  
Old 09-11-08, 05:53
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 443
Quote:
Originally Posted by winniewang
BTW, Can I install the paid-for version on my current developer edition Sysbase server directly? I mean I have set up a relation database on developer edition, I hope this database can be connected by the paid-for edition server.... I'm not familiar with Sybase......

Thanks
Winnie
Its completely possible. The binaries are the same. The license is controlled by SYSAM (license software). Once you get the key, enter that into SYSAM license and restart. You can get the full instructions from

http://sybooks.sybase.com/nav/summar...27&Submit.y=13
Reply With Quote
  #6 (permalink)  
Old 09-12-08, 06:27
niranjan555 niranjan555 is offline
Registered User
 
Join Date: Aug 2007
Posts: 59
In developer edition it is not possible to increase the number of user connections more than 25 ..
Reply With Quote
  #7 (permalink)  
Old 09-23-08, 15:40
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 443
Quote:
Originally Posted by niranjan555
In developer edition it is not possible to increase the number of user connections more than 25 ..
Its possible if you get the appropriate license key and stick it in SYSAM.
Reply With Quote
  #8 (permalink)  
Old 03-09-11, 20:00
yxljch11 yxljch11 is offline
Registered User
 
Join Date: Mar 2011
Posts: 1
Quote:
Originally Posted by winniewang View Post
Hi everyone,

Recently, I found I can't read some data from my Sysbase server. And there is a warning in my Sysbse server, plplease refer to the error info below:

Error: 1601, Severity: 17, State: 3 There are not enough 'user connections' available to start a new process. Retry when there are fewer active users, or ask your System Administrator to reconfigure ASE with more user connections.

Does it caused that I can't read data from that server? Does it mean that I have to enlarge the user connections in this server? My server is "Adaptive Server Enterprise Developer Edition", It doesn't allow me to increase it more than 25.

Could you tell me which edition Sysbase server have no this limitation, can I upgrade it for my current developer edition to that edition?

Thanks
Winnie

1.check sybase 'number of user connections'
>sp_configure 'number of user connections'
Parameter Name Default Memory Used Config Value Run Value Unit Type

-------------- ------- ----------- ------------ --------- ---- ----

number of user connections 25 2372 25 25 number dynamic
2.alter 'number of user connections'
>sp_configure 'number of user connections',200

OK! good luck!
Reply With Quote
  #9 (permalink)  
Old 03-10-11, 04:02
aflorin27 aflorin27 is offline
Registered User
 
Join Date: Apr 2008
Location: Iasi, Romania
Posts: 317
Quote:
Originally Posted by yxljch11 View Post
2.alter 'number of user connections'
>sp_configure 'number of user connections',200
NO. Read carefully his initial post: he has Sybase ASE Developer Edition.
__________________
Florin Aparaschivei
Iasi, Romania
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On