Page 1 of 1

Who is logged on DataStage

Posted: Tue Apr 19, 2005 9:50 am
by ewartpm
Hi All

We have a 10 user development license. When I try to login, I often get the message stating all 10 development licenses are already in use.
:cry:

How do I find out which users are logged into DataStage i.e. is there some kind of log in the DataStage engine (Universe database) where I could simply run a select statement to get this information? :?

Posted: Tue Apr 19, 2005 10:23 am
by martin
Hi ewartpm

Try LISTU or LIST.U Universe command, This command display DataStage Users Sharing System.

Martin

Posted: Tue Apr 19, 2005 10:43 am
by ArndW
ewart,

to add to what Martin said, go into the DEVELOPER and select some project and execute the "command" button, then the LISTU statement.

Posted: Tue Apr 19, 2005 11:13 am
by kollurianu
Did u mean going to administrator and command button Arnd?

Thank you very much.

Posted: Tue Apr 19, 2005 11:25 am
by martin
Hi ewartpm,

From DS Admin -> Select Project -> Command line -> run LISTU / LIST.U / STSTUS.

Or

Using Telnet logon to DataStage Project and you can excute Universe commands

Martin

Posted: Tue Apr 19, 2005 11:28 am
by martin
Sorry.......... Its STATUS not STSTUS

Posted: Tue Apr 19, 2005 6:03 pm
by ray.wurlod
If you execute LIST.READU instead you can get more information.

Each connected client has a type "RL" lock on an artificial record called !&DS.ADMIN_project&! and a type "RU" lock on a record whose name is made up of the Windows identifier of the client machine then the host name of that machine, followed by a colon and the process ID of its agent process (dsapi_server) on the server machine. The RU locks give you the ability to work out from where each client is connected.

This advice relates to version 7.x, as per the poster's specification. It may not work in earlier versions.

Posted: Wed Apr 20, 2005 12:29 am
by ArndW
kollurianu wrote:Did u mean going to administrator and command button Arnd?

Thank you very much.
Oops, sorry, I did mean the ADMINISTRATOR and no the DESIGNER. I should never mix cough medicine, Vodka and operating DataStage :wink:

Posted: Wed Apr 20, 2005 2:10 am
by ewartpm
:lol: Thanks very much guys.

Posted: Wed Apr 20, 2005 10:55 pm
by trokosz
Do a ps -ef | grep ds and there they are or as people said in Administrator command do a LIST.READU EVERY