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 > Increasing the number of user connections

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-01-08, 13:37
manngupta manngupta is offline
Registered User
 
Join Date: Apr 2008
Posts: 3
Increasing the number of user connections

Hi,

Can anyone let me know how to increase the maximum number user connections in Sybase. I tried the command sp_configure "number of user connections", 30 but it is giving an error that the maximum number of connections can't be greater than 25.

Thanks
Reply With Quote
  #2 (permalink)  
Old 04-02-08, 04:08
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
What version? I think the developer edition is limited.
Reply With Quote
  #3 (permalink)  
Old 04-02-08, 05:02
manngupta manngupta is offline
Registered User
 
Join Date: Apr 2008
Posts: 3
The version is Adaptive Server Enterprise 12.5.4 on SUSE 10

Quote:
Originally Posted by pdreyer
What version? I think the developer edition is limited.
Reply With Quote
  #4 (permalink)  
Old 04-02-08, 23:21
apachejrs apachejrs is offline
Registered User
 
Join Date: Nov 2006
Posts: 12
have you tried:

sp_configure 'user connections', <value>
Reply With Quote
  #5 (permalink)  
Old 04-03-08, 03:50
manngupta manngupta is offline
Registered User
 
Join Date: Apr 2008
Posts: 3
Yes I have tried it but it is giving an error that the number of connections cannot be greater than 25.

Quote:
Originally Posted by apachejrs
have you tried:

sp_configure 'user connections', <value>
Reply With Quote
  #6 (permalink)  
Old 04-04-08, 07:43
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
A client-side issue?
Quote:
by default open client limits the
number of connections on the client side to 25. This can be changed
via a ct_config() call:

num = MAX_CONNECT;
retcode = ct_config(context, CS_SET, CS_MAX_CONNECT, &num,
CS_UNUSED, NULL);
Reply With Quote
  #7 (permalink)  
Old 04-09-08, 02:23
gaurav1980us gaurav1980us is offline
Registered User
 
Join Date: Nov 2007
Posts: 7
it comes in the developer edition if I am not wrong which has its restrictions.
Reply With Quote
  #8 (permalink)  
Old 04-09-08, 03:13
aziqmail aziqmail is offline
Registered User
 
Join Date: Apr 2008
Location: India
Posts: 3
Ya its true , only the developer edition is having the such limitation
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