Re: [U2] [UV] PORT.STATUS questions.

2011-01-03 Thread Manu Fernandes
Hi group, You can use uv provided subroutine !GET.USERS; search the uvdoc. If you use in basic EXECUTE "PORT.STATUS INTERNAL" CAPTURING VAR you get the port.status output in a dynamic array VAR ; @am,@vm You can also use in basic VAR=SYSTEM(1301) which return a dynamic Array, each attribute

Re: [U2] [UV] PORT.STATUS questions.

2011-01-03 Thread Don Robinson
Manu, The INTERNAL option looks promising for what I need. I do read manuals but somehow missed it. It doesn't solve the "One user at a time" issue but will make parsing the output easier. Your other suggestions may be useful, too. Thanks to you and the others that responded. Don Robinson

Re: [U2] [UV] PORT.STATUS questions.

2011-01-03 Thread Don Robinson
Manu, Correction. The SYSTEM(1301) is really SYSTEM(1302) in GET.USERS.B. It only returns info for your login id not all users.  Don From: Don Robinson To: U2 Users List Sent: Mon, January 3, 2011 1:06:41 PM Subject: Re: [U2] [UV] PORT.STATUS questions. Ma

Re: [U2] [UV] PORT.STATUS questions.

2011-01-03 Thread Buss, Troy (Logitek Systems)
Fyi.. On universe 10.2 running on windows, this system(1302) seems to work without contention between users and executes very quickly, about 100 times per second on 2 sessions. From: Don Robinson To: U2 Users List Sent: Mon, January 3, 2011 1:06:41 PM Subject