Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 7 of 7 total
Thread How i know which users are connect at my Session / config ?
Tue, Sep 16 2008 10:22 AMPermanent Link

"Mauro Botta"
Hi

my application use EDB with one configuration , one session

and 6 database ( dir. )

when i make important function i must to know if there are any users
connected.


1) How i know which users are connect at my Session / config ?

not the current single database but in all DB connect at my session.

and

2) can i to know the list of files opened in all databases ?


tnx very much.

Tue, Sep 16 2008 10:48 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Mauro


Is this fileserver or c/s, and how do you log users onto the database?

Roy Lambert
Tue, Sep 16 2008 10:55 AMPermanent Link

"Mauro Botta"
> Is this fileserver or c/s, and how do you log users onto the database?

i'm using a simple file server.  ( NO C/S )


for now..... i use only one USER , but i don't know if this is correct...

i'm converting application , now...

Tue, Sep 16 2008 1:59 PMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Mauro


You're going to have to do most of the management yourself. The problem with fileserver is that there is no centralised point to obtain all the information.

Part of your problem will be that not only do you need to check to see who/how many are logged on and what tables are open but once you've got people off you have to keep them off until you've finished your operation.

I have not yet come up with what I consider a good scheme to handle this. I've been pestering Tim for some extra features mainly "Option to exclude specific sessions from the ElevadeDB Server license count"

This is on the roadmap, but not scheduled

Ability to lock databases exclusively and have all database DDL operations buffered until database is closed

so start shouting for it Smiley

Roy Lambert [Team Elevate]
Tue, Sep 16 2008 9:26 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mauro,

<< 1) How i know which users are connect at my Session / config ?

not the current single database but in all DB connect at my session.

and

2) can i to know the list of files opened in all databases ? >>

Unfortunately, this information is only available when using the ElevateDB
Server.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Sep 17 2008 4:34 AMPermanent Link

"Mauro Botta"
>> I've been pestering Tim for some extra features mainly "Option to exclude
>> specific sessions from the ElevadeDB Server license count"


This is very important feature for me, too. ^^
Wed, Sep 17 2008 5:51 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mauro,

<< This is very important feature for me, too. ^^ >>

This is tentatively scheduled for 2.03.  It got pushed back a little due to
the delays for 2.02, and the primary push for 2.02 is the Free Pascal
support, Delphi 2009 support, script debugger, and cached updates.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image