Re: [U2] SB Tap-In

2013-09-09 Thread Israel, John R.
OK - that is just stupid simple! I have been making this MUCH too hard. Thanks! JRI -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Davis Sent: Monday, September 09, 2013 12:03 PM To: U2 Users List Subject:

Re: [U2] SB Tap-In

2013-09-09 Thread Dave Davis
1. Copy the VOC entry for SB.PROCESS to a VOC entry named STANDARD.SB.PROCESS 2. Replace the VOC entry for SB.PROCESS with your own user-defined subroutine that takes the same parameters Then call the real SB.PROCESS process from inside your user-defined subroutine using the parameters you

[U2] SB Tap-In

2013-09-09 Thread Israel, John R.
We are looking to somehow tap into the SB security to add our own logic that would always run when a process is fired off. Any thoughts? How do you control what logic gets run when the slash is typed? Any other great ideas? We know how we want to do it, but do not know where to tap into SB to

[U2] More than one way to list the Number of licensed users ?

2013-09-09 Thread Wjhonson
STATUS NETWORK on Universe, will list Number of licensed uniVerse users: 110 Are there other ways to get this number? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] More than one way to list the Number of licensed users ?

2013-09-09 Thread mhilbert
SYSTEM(36) in Basic CONFIG from TCL On Mon, 9 Sep 2013 16:14:41 -0400 (EDT), Wjhonson wrote: STATUS NETWORK on Universe, will list Number of licensed uniVerse users: 110 Are there other ways to get this number? ___ U2-Users mailing list

Re: [U2] More than one way to list the Number of licensed users ?

2013-09-09 Thread John Hester
There's a UV system subroutine called !GET.USER.COUNTS that gives you current UV, max UV, and current OS users. Here's a short utility program I wrote that returns all 3: 0001: CALL !GET.USER.COUNTS (uv.users, max.uv.users, os.users) 0002: PRINT Max UniVerse users: :max.uv.users 0003:

Re: [U2] SB Tap-In

2013-09-09 Thread Kevin King
John, the slash intercept process is at /HK.CONTROL, on the F5 screen I believe. On Mon, Sep 9, 2013 at 9:54 AM, Israel, John R. johnisr...@daytonsuperior.com wrote: We are looking to somehow tap into the SB security to add our own logic that would always run when a process is fired off.