RE: [U2] access to mvBase VTF files

2008-09-11 Thread Tony G
 Can uniVerse read and optionally create a VTF accessible 
 to/from mvBase.  The big bit is to read in ..

David - I can't tell what your higher goal is from your question.
If you want to exchange data synchronously or asynchronously
between Universe and mvBASE (or any other MV environment), have a
look at this blog entry:
removepleaseNebula-RnD.com/blog/tech/mv/2008/02/cross-mv01.html

That doesn't provide all the details, but in short, you can
read/write between any local or remote environments with normal
BASIC OPEN/READ/WRITE and some networking setup to move the data
around.

As usual, if you want a solution, just ask.  Do I give away
complex solutions?  No, I write code for a living just like
anyone else here.  So yes, consider this an AD.  Sigh.

Regards,

Tony Gravagno
Nebula Research and Development
Worldwide sales and development services for
mv.NET and other developer tools
TG@ remove.this.pleaseNebula-RnD.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UD license counter

2008-09-11 Thread Jeff Powell
I there a quick way to fetch the current number of licenses used?

I want to track usage and set an alarm trigger.

TIA

AIX5.3
SB+5.3.8
UD 7.1
Server+3
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UD license counter

2008-09-11 Thread Israel, John R.
Write a simple pgm to EXECUTE !listuser and capture the output.  Filter out 
the info as needed.

Ignoring the blank lines, the 1st line will give you the headers and the 2nd 
will give you the counts.

To manually see this, type !listuser | more.

We do this every 15 minutes via cron and track the counts, then output a report 
every morning showing the actual number of licenses used over the day.

John Israel
Sr. Programmer/Analyst
Dayton Superior Corporation
721 Richard St.
Dayton, OH  45342
937-866-0711 x44380

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Powell
Sent: Thursday, September 11, 2008 9:32 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UD license counter

I there a quick way to fetch the current number of licenses used?

I want to track usage and set an alarm trigger.

TIA

AIX5.3
SB+5.3.8
UD 7.1
Server+3
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UD license counter

2008-09-11 Thread Kevin King
Is there a quick way to fetch the current number of licenses used?

According to the documentation, SYSTEM(514) will return the number of users
logged in, sans phantoms.  SYSTEM(51) also purportedly returns information
about device licensing, but I've not used either to be able to tell you any
more details than this.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] U2UG Website login issues

2008-09-11 Thread Brian Leach
Caleb

Sorry - email from the site was down. You should get instructions now.

Brian 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ng, Caleb
 Sent: 11 September 2008 17:23
 To: u2-users@listserver.u2ug.org
 Subject: [U2] U2UG Website login issues
 
 Is there something going on with the U2UG website?  I logged 
 in and reset my password.  When I click on anything on the 
 main home page, it takes me to the secondary page with the IP 
 address and says I'm not logged in.  If I try to login, it 
 says that login failed.  I tried the reset password on those 
 secondary pages but it doesn't e-mail me any instructions.
 
 
 
 Thanks,
 
 
 
 Caleb Ng
 
 Systems Analyst
 
 Sweetwater Authority
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UD license counter

2008-09-11 Thread Jeff Powell
Thanks Kevin. This worked great.

On Thu, 2008-09-11 at 08:15 -0600, Kevin King wrote:

 Is there a quick way to fetch the current number of licenses used?
 
 According to the documentation, SYSTEM(514) will return the number of users
 logged in, sans phantoms.  SYSTEM(51) also purportedly returns information
 about device licensing, but I've not used either to be able to tell you any
 more details than this.
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/