[U2] Add - Used Equipment

2008-09-25 Thread Bruce McAdoo
Does anyone have any interest in the following:



IBM 6262-A22 line printer

IBM 3575-L12 tape library

IBM 7025-F50 RS/6000

IBM 7044-270 RS/6000

IBM P260 displays (2)

IBM 7133-T40 disk array

Printronix line printer

Fujitsu M3042D printer



(located in Midland, Texas)





Bruce W. McAdoo

Wagner & Brown, Ltd.

[EMAIL PROTECTED] 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] Universe license usage per account

2008-09-25 Thread Peter Veenhof
Hi,

I was wondering if anyone knows a way to extract the number of
licensed users (or rather licenses in use) for a specified Universe
Account?

Thanks
Pete
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] Universe license usage per account

2008-09-25 Thread Scott Ballinger
How about this?

 MU
0001 * list number of users on system
0002 * 03-20-03 asb
0003
0004 PRINT
0005 PRINT "At ":oconv(time(),"MTH"):":"
0006 PRINT "Current Universe users...":SYSTEM(35) "R#4"
0007 PRINT "Maximum Universe users...":SYSTEM(36) "R#4"
0008 PRINT "Current Linux users..":SYSTEM(37) "R#4"
0009 PRINT

/Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 7123 6006

On Thu, Sep 25, 2008 at 1:06 PM, Peter Veenhof <[EMAIL PROTECTED]>wrote:

> Hi,
>
>I was wondering if anyone knows a way to extract the number of
> licensed users (or rather licenses in use) for a specified Universe
> Account?
>
> Thanks
> Pete
> ---
> 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] [UV] Universe license usage per account {Unclassified}

2008-09-25 Thread HENDERSON MIKE, MR
Peter,

You don't have licenses per account, only per UniVerse system instance. 

The maximum UV licensed users count is available in SYSTEM(36).
The number of licenses currently consumed is available in SYSTEM(35).


Regards


Mike


-Original Message-
From: [EMAIL PROTECTED] On Behalf Of Peter Veenhof
Sent: Friday, 26 September 2008 8:06 a.m.
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV] Universe license usage per account

Hi,

I was wondering if anyone knows a way to extract the number of
licensed users (or rather licenses in use) for a specified Universe
Account?

Thanks
Pete
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or 
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Universe 10.2.9 PE install

2008-09-25 Thread Tom Dodds
When I try to install UV 10.2.8 personal edition I get a "File Transfer
error 0" and  big OK.  The window says "Universe is configuring your
software installation"

 

Does anyone have any idea what would cause this condition?

 

Thanks in advance

 

Tom Dodds
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Universe 10.2.9 PE install

2008-09-25 Thread Tom Dodds
Sorry, I should have said that it is being installed on Windows XP SP2.

 

When I try to install UV 10.2.8 personal edition I get a "File Transfer
error 0" and  big OK.  The window says "Universe is configuring your
software installation"

 

Does anyone have any idea what would cause this condition?

 

Thanks in advance

 

Tom Dodds

 



__ Information from ESET NOD32 Antivirus, version of virus signature
database 3471 (20080925) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] Universe license usage per account

2008-09-25 Thread Ken Hall

Peter -
If you are on a *nix system, contact me directly. I have scripts that 
will determine the number of current UV users by account.


Ken Hall

At 01:06 PM 9/25/2008, you wrote:

Hi,

I was wondering if anyone knows a way to extract the number of
licensed users (or rather licenses in use) for a specified Universe
Account?

Thanks
Pete
---
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] RE: Ssh connections to Universe DB?

2008-09-25 Thread Bob Rasmussen
I'm exploring a possibility, and would like feedback.

The problem: administrators want the security that SSH offers, but 
Universe (and some others) running on Windows offers only telnet access.

Possible solution:

1) Obtain and run an SSH daemon on the Windows server, such as WinSSHd.

2) Run an SSH client with tunneling capabilities, to connect from a 
Windows desktop, via SSH, to the WinSSHd on the server.

3) Configure that SSH client to do local port forwarding (tunneling) of 
some arbitrary port (say, 1234) on the client PC to port 23 (the telnet 
port) on the server's localhost (that is, the server).

4) Run a (2nd) terminal emulator on the client, connected to the client's 
localhost, port 1234.

The client's SSH receives a connection on its port 1234, and forwards it 
to the server, causing a connection to the server's port 23, where 
Universe's telnetd receives it. Connection is made. Because the tunneled 
connection is within the SSH session, it is authenticated and encrypted.

I just tested this scenario using AnzioWin (our terminal emulator/SSH 
client) and it all appears to work.

Is anyone doing this? Does anyone have any thoughts on this?

It occurs to me that we could add functionality to AnzioWin to allow 
"telnet over SSH" all in one running program.

Regards,
Bob Rasmussen,   President,   Rasmussen Software, Inc.

personal e-mail: [EMAIL PROTECTED]
 company e-mail: [EMAIL PROTECTED]
  voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
fax: (US) 503-624-0760
web: http://www.anzio.com
 street address: Rasmussen Software, Inc.
 10240 SW Nimbus, Suite L9
 Portland, OR  97223  USA
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [jobpost] Position available - Eastern GTA

2008-09-25 Thread Michael Spencer
A contract position is opening up at my employer's site in the eastern GTA
(greater Toronto area) for a period of 6 months or longer and I have been
asked to collect resumes.  We are a major manufacturing company that
currently uses Epicore's Avante MRP software which is written in SB+ (System
Builder).  We modify this software heavily to meet our needs and we use PRC
to promote software to QA and Live environments.  The very minimum
requirement for this position is Pick Basic but preference will be given to
those with SB+ and even more so to those who have Avante experience.

If you are interested in applying for this position please "reply to author"
with your resume with [jobpost] at the start of your subject line. 

Thank you,
Michael ([EMAIL PROTECTED])
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/