How to connect to ASE where the Number of users connections reached max.Is there any way the 'sa' can connect to the ASE when the server reached
user connections limit. Let us say if have the number of user connections =
100, Can we set the server to accept only 99 and leave one connection for
sa.
Any ideas ?
Thanks
RK
<mc> wrote in message
news:90CF65CADCBB10550052A3D485256D25.00521D4B85256D25@webforums...
> > Is there any way the 'sa' can connect to the ASE when the server
reached
> > user connections limit. Let us say if have the number of user
> connections =
> > 100, Can we set the server to a...
Number of User, Number of ConnectionsHi,
Does open client provide a mechanism to write an application that will alow
me to monitor the number of users and connections to a database?
Regards,
San
> Does open client provide a mechanism to write an application that will alow
> me to monitor the number of users and connections to a database?
I do not think Open Client has a way to do it, but I think the easiest is to
select the info from master.dbo.sysprocesses
Stephan
On Sun, 12 Aug 2001 16:18:03 -0400, Stephan Marais <smarais@mindspring.com> wrote:
You could write an openclient application tha...
number connection with huge number user !
I use sqlhelper to get data from database.my table has 10000 records.I know that there are approximates 3000 users access my web application and load 10000 records about 5 minutes.I use method ExecuteDataSet to get DataSet from server.I feel that there are many connection hit database (connection pooling is about 90) , web application is quite slowly.Are there other solutions to get better ?Thank you very much.
How about caching the result from the database the first time?When you ask a question, remember to click "mark as answered" when you get a rep...
MOD: Show all users by default in Edit Users Admin
The default setting for the CSK as installed is to display users beginning with the letter A, while allowing you to use the AlphaPicker to select other letters or "All" (at the right end of the AlphaPicker control.
For sites with a large number of users, it may make sense to start with a single letter's worth, but for my site I wanted to have all the users shown by default. Here's how:
1. Open up Default.aspx in the \CommunityStarterKitVBSDK\Admin\EditUsers\ folder.
2. Modify the line<community:AlphaPicker id="ctlAlphaPicker" OnLetterChanged="OrderChanged...
Number of User ConnectionsHi! We have been getting a 'maximum number of user connections has been
reached error.' Is there a way to check how many user connections are
being used? I mean, is there a select I can execute to check the number of
current user connections to the server? I want to be able to see from time
to time how many user connections are utilized so we'll have an idea of how
many user connections we should configure our server. Any input/hints
would be greatly appreciated.
select count(*) from sysprocesses, less the number of system processes.
-bret
PBelle wrote:
>...
number of user connectionHi all,
Recently our database process growing so fast and finally the user
connection is full.
I am looking for the reson but not clear yet.
One thing I have is our application is encontering run time error message
and then it is terminated abnomally.
After this is occured I can find the sessions is still alive in both
database server and Unix OS.
I think growing user process is related with this happning.
How can I kill this fake connections?
Thanks.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
kill <spid>
- --
Joop
"The trouble with the concept of t...
Number of User ConnectionsHow do I find out how many user connections I currently
have? Not the configured amount but how many I have against
my server at any given time.
Thanks
If you mean "the current number of active user connections", try this:
select count(*) from master..sysprocesses where suid > 0
HTH,
Rob
-------------------------------------------------------------
Rob Verschoor
Certified Sybase Professional DBA for ASE 12.5/12.0/11.5/11.0
and Replication Server 12.5 / TeamSybase
Author of Sybase books (order online at www.sypron.nl/shop):
"Tips, Tricks & Recipe...
number of user connectionHello,
I am using
Adaptive Server Enterprise/12.5.0.3/EBF 10980 ESD#1 on Red Hat Linux
Advanced Server release 2.1AS (Pensacola).
When I try to set the "number of user connection" to a value higher than 25
I get the following error:
1> sp_configure "number of user connections", 30
2> go
Msg 10848, Level 16, State 1:
Server 'speedy', Procedure 'sp_configure', Line 616:
The Adaptive Server Enterprise Developer Edition does not allow you to set
this configuration parameter to a value higher than 25.
Msg 5849, Level 16, State 1:
Server...
Number of connected users ?????How can I get the number of connected users on a database ???
(If it's possible of course !)
Thanks !
Cyril, try use system variable '@@connections'; or try use 'sa_conn_info'
and '@@rowcount'
(build a procedure with this two statments).
/// Claudinei Walker - S�o Paulo - Brazil ///
Cyril FERDYNUS escreveu na mensagem ...
>How can I get the number of connected users on a database ???
>
>(If it's possible of course !)
>
>Thanks !
>
>
You may use "sa_db_info" or the following statement.
Please use ...
number of user connectionsI have SQL Anywhere 5.5.0.4 in a Windows NT Server, but only one client at
time NT Workstaion can connect to the database.
How can i connect to the DB with more users at the same time?
Are you using dbeng6 or dbsrv6?
...
number of user connectionsHi,
I'm trying to configure my server, ASE 12 on sun ha.
My number of user connections is set to 200. I want to change that to 1000.
I think the servercan support this I have 2G of memory but I need to know
the effect on the other parameters.
Thaks
Bilal ELJOUZOU wrote:
>
> I'm trying to configure my server, ASE 12 on sun ha.
> My number of user connections is set to 200. I want to change that to 1000.
> I think the servercan support this I have 2G of memory but I need to know
> the effect on the other parameters.
Each user connection requires a ce...
@@connections and user connectionsHi!
I've a doubt, I hope you can help me.
I've ASE 11.9.3 on HP-UX 11.0. The problem is at times, when an user run an
aplication, soon afterwards system log out him. I checked the log and I
found the next error:
01:00000:00008:2000/06/28 11:15:27.32 server Error: 1601,
Severity: 21, State: 3
01:00000:00008:2000/06/28 11:15:27.33 server 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 SQL Server with more user connections.
But, the point is I...
Number of connections connected
hi, all
I can limit the user connections to my sybase.
But how can I know how many connections currently connected
to my sybase ?
Regards,
Keene Hui
Kenneth Hui wrote:
> I can limit the user connections to my sybase.
Do you mean on a per user basis? If so, no.
> But how can I know how many connections currently connected
> to my sybase ?
'sp_who' or 'select * from sysprocesses' will show the
current connections.
-am � 2001
...
Number of user connections #3Hi, I have a Sybase 11.5 server running on Solaris 2.6. I recently
configured the user connection to 100 (sp_configure "number of user
connection" 100). After recycling the sybase, I saw the change taking
effect. My question is: What's the command to see how many user
connections (running value) at any given time ?
Your response will be greatly appreciated.
This is a multi-part message in MIME format.
--------------37A16C00950110C46455293B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Brian,
select count(*) from master..syspr...