RE: [U2] Monitoring a count of users logged on

2004-06-25 Thread Bob Witney
Al Here are 2 for you The one runs from a screen then other I execute from a crontab via a Unix script Hope they help Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Al DeWitt Sent: 25 June 2004 00:10 To: ([EMAIL PROTECTED]) Subject: [U2]

RE: [U2] Monitoring a count of users logged on

2004-06-25 Thread Bob Witney
I'll try that again (its is very early and we lost the footie last night) Try this for your monitoring: CRT X906944 Start :OCONV(DATE(),'D2'): :OCONV(TIME(),'MTS') OPEN '',x906944 TO FL ELSE STOP NO FILE EOT = '' USERID = '' EXECUTE ! cat /etc/passwd CAPTURING

Re: [U2] UniData and ODBC

2004-06-25 Thread Simon Lewington
Wendy Smoak ... I've read through the archives, and gotten a general sense that people don't like ODBC for UniData. Can someone clarify exactly why? Can't say for everyone else, but I've got an example difficultly... ODBC called from VBScript ASP pages on IIS (all versions of everything) -

RE: [U2] Performancing of File Universe

2004-06-25 Thread Dennis Bartlett
Hi Cisar Type 30 is a dynamic file, so it should be looking after itself pretty well. I believe there are time one of these needs resizing, but as I have none here, I cannot tell you how/where/when 200,000 records is not really very much. I have some with 2,000,000. What WOULD help you

RE: [U2] Performancing of File Universe

2004-06-25 Thread djordan
What is the size of the records, what OS are you running on? David Jordan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cisar Riba Cervera Sent: Friday, 25 June 2004 9:02 PM To: [EMAIL PROTECTED] Subject: RE: [U2] Performancing of File Universe

[U2] jpeg/tiff/bmp

2004-06-25 Thread Barry Rogen
To all, I was hoping not to bother you all on this issue... I have been scouring the wintegrate manuals and I think I am just overlooking the answer I seek. I need to be able (using wintegrate) to display a jpeg or tiff or bmp file from within a basic program on Universe (Universe

RE: [U2] Proc

2004-06-25 Thread Glenn Herbert
Yes. I will forward it to the wiki once I get it done. At 08:11 PM 6/23/2004, you wrote: Steve Mayo wrote: Thank you all for the linksand to think I thought proc was dead and gone ;-) I found one more: http://www.mindspring.com/~tpackert/pguide.htm And archived all the links on the Wiki for

RE: [U2] Performance of File Universe

2004-06-25 Thread Roger Glenfield
a) you know that Micro$oft has cut off NT 4.0 support, as of about now? b) 512 mb does seem small for anything Micro$oft related. How many users? And is the server used for anything else? Roger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Cisar Riba

Re[2]: [U2] Monitoring a count of users logged on

2004-06-25 Thread Bill Pizer
I have this running every 60 minutes for UniData: totallogins=`/usr/ud60/bin/listuser |head -4| tail -1 |awk '{print $6}'` wwwlogins=`ps -eaf |grep udapi_slave |grep -v grep | wc -l |sed s/ //g` ssllogins=`ps -eaf

RE: [U2] Proc

2004-06-25 Thread Tom Dodds
How about Batch Strings? Tom Dodds [EMAIL PROTECTED] 630-235-2975 Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read. Groucho Marx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lyn Marshall Sent: Friday, June 25,

RE: Re[2]: [U2] Monitoring a count of users logged on

2004-06-25 Thread Stevenson, Charles
I do something similar on UV starting with `cat /.uvhome`/bin/uvlictool report_lic instead of UD's: /usr/ud60/bin/listuser (A question about uvlictool came up in the Universe Database Hang thread this week.) -Original Message- From: Bill Pizer I have this running every 60

[U2] COMO capturing EXECUTE output

2004-06-25 Thread Chuck Mongiovi
Does anyone know how to make COMO *NOT* capture EXECUTE output .. I'm doing something like this: 001 EXECUTE ANY COMMAND CAPTURING STUFF 002 { CHECK STUFF FOR ERRORS } 003 IF ERRORS THEN PRINT STUFF My program prints some output that I'll call NORMAL and I want to see that in the COMO file ..

RE: [U2] Proc

2004-06-25 Thread Nick Cipollina
That ability is still there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lyn Marshall Sent: Friday, June 25, 2004 11:13 AM To: [EMAIL PROTECTED] Subject: RE: [U2] Proc There are some of us who learned proc before Pick/Basic even, back when Microdata

RE: [U2] COMO capturing EXECUTE output

2004-06-25 Thread Phil Walker
HUSH ON EXECUTE COMMAND CAPTURING OUTPUT HUSH OFF Phil Walker +64 21 336294 [EMAIL PROTECTED] Gnosys Consulting Limited 11 Woodward Road, Mount Albert, Auckland 1003, New Zealand DISCLAIMER: This electronic message together with any attachments is confidential. If you are not the intended

RE: [U2] Performancing of File Universe

2004-06-25 Thread djordan
Is that 300 character or 300k. The size of the record can effect the number of reads from the disk. Ie if the record exceed the bucket size read from the disk then you need to to do another read. There are parameters in setting the file size to handle record size, but I assume you are talking

Re: [U2] Linux and PE

2004-06-25 Thread Anthony W. Youngman
In message [EMAIL PROTECTED], Eugene Perry [EMAIL PROTECTED] writes I need to try out the linux versions of the PEs. However, how do i go about getting copies of Linux that will run with them? It should install and run on pretty much any recent linux. HOWEVER. The two gotchas that caught me

RE: [U2] [AD] kind of, command line scanning solution

2004-06-25 Thread Ross Ferris
FWIW our Visage Application Development Framework also includes scanning capabilities simply drag'n'drop an image container on your form, click the Auto Acquire box on the property form and you are done ! Alternatively you can just drag'n'drop our scanner component onto your form and you