Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: Users logged in
Topic Summary: See what users are logged in
Created On: 17-Feb-2005 14:40
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 17-Feb-2005 14:40
User is offline View Users Profile Print this message


Donna Decker

Posts: 20
Joined: 6-Jul-2004

How do I confirm all users are out of DOORS prior to rebooting the server? Is there a way I can see it, instead of asking everyone "Can you get out of DOORS"?

Report this to a Moderator Report this to a Moderator
 17-Feb-2005 17:01
User is offline View Users Profile Print this message


Karen Hidalgo

Posts: 55
Joined: 4-Nov-2003

You can check the licenses being used:

From the command line:

c:
cd c:\Program Files\Telelogic\DOORS 7.1\flex
lmutil lmstat -f DOORS

**Your path may be different.

-------------------------
Karen Hidalgo<BR>Northrop Grumman - TASC<BR>karen.hidalgo@ngc.com
Report this to a Moderator Report this to a Moderator
 17-Feb-2005 19:36
User is offline View Users Profile Print this message


Donna Decker

Posts: 20
Joined: 6-Jul-2004

Exactly what I'm looking for, thanks!
Report this to a Moderator Report this to a Moderator
 17-Feb-2005 20:32
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Licensing not quite the same as logged in users. You can use the Windows Dbsadmin.exe program (should be sibling to DOORS.exe icon in your Start menu), type in the server (e.g. 36677@Doors-Server) and hit refresh. This is all the logged in users in that database. Notice that the process that is doing this query shows up in the list as "administrator". This, and the one following either need to be run from the server itself, or can be run from you client so long as the dbsadmin.exe exists AND your client can see the server in Windows Explorer.

There is also a sibling dos version. one such *.bat file is:
rem Start Bat files
echo off
prompt $g
echo DOORS-UserList.bat.
echo Displays user names currently logged into the DOORS database.
echo It also prints locked files.
echo You need to have installed the "typical server" on your computer.
echo The "System" user is the license server.
echo The one with "*" followed by YOUR user name is this query process.
echo All others are currently logged into DOORS.
echo on
c:
cd "c:\Program Files\Telelogic\doors 7.1\bin"
doskey /insert
"dbadmin.exe" -d 36677@My-Doors-Server -l -u
pause
rem end Batch file

This shows users and locks (-u and -l options). This version has the advantage that you call "kill" processes using the ProcessID shown in the results; i.e. nail-the-bone-head-who's-still-logged-in.

- Louie
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.