RE: [U2] FW: Identify UniVerse files at unix level

2004-06-08 Thread Hona, David S
It doesn't exist for older releases of UV. Was it introduced for UV 10 or 9.5.x? Regards, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Wednesday, 9 June 2004 4:19 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [U2] F

RE: [U2] FW: Identify UniVerse files at unix level

2004-06-08 Thread Logan, David (SST - Adelaide)
Hadn't heard of it until now. You learn something new everyday 8-) Been busy with magic files instead. Regards David Logan Database Administrator HP Managed Services 139 Frome Street, Adelaide 5000 Australia +61 8 8408 4273 - Work +61 417 268 665 - Mobile +61 8 8408 4259 - Fax -Original M

Re: [U2] FW: Identify UniVerse files at unix level

2004-06-08 Thread Ray Wurlod
There's a UVfile executable in the bin directory for UniVerse. This will perform what you need. On UNIX, use find: for example (provided the UniVerse bin directory is in PATH): find . -exec UVfile {}\; Possibly you can filter the output with grep and/or awk. On Windows, use the uvwalk.exe ut

Re: [U2] how to assign dimensioned array to a matrix?

2004-06-08 Thread Ray Wurlod
You could experiment with MATBUILD to convert to a dynamic array, then using the start (and maybe end) options with MATPARSE to put it into the appropriate location in the dimensioned array. - Original Message - From: "Stuart Boydell" <[EMAIL PROTECTED]> Date: Wed, 9 Jun 2004 14:51:29 +1

RE: [U2] FW: Identify UniVerse files at unix level

2004-06-08 Thread Trevor . Williams
Hi Has anyone mentioned UVfile? t -Original Message- From: Hona, David S [mailto:[EMAIL PROTECTED] Sent: 9 June 2004 1:44 pm To: '[EMAIL PROTECTED]' Subject: RE: [U2] FW: Identify UniVerse files at unix level You can use the UNIX "file" utility, if you update your systems' /etc/magic fil

Re: [U2] UniVerse on Linux

2004-06-08 Thread Adrian Merrall
> As part of our server strategy we are investigating possibly running > UniVerse on Linux. This seems to pose a number of questions re the type of > Linux to use. > I have obtained 10.1.1 for RedHat but our Oracle team is leaning towards > SUSE and we see that this is only listed on the Availabil

RE: [U2] FW: Identify UniVerse files at unix level

2004-06-08 Thread Hona, David S
You can use the UNIX "file" utility, if you update your systems' /etc/magic file, as per this posting by Glenn Herbert http://www.indexinfocus.com/dl/u2listpre/199807/1644.html Hopefully, the folks from IBM can update it for UV 10.x. ;-) You'll have to write a little shell script or perl script t

RE: [U2] how to assign dimensioned array to a matrix?

2004-06-08 Thread Mitchell, Stewart
Stuart, You could use matbuild. ie matbuild rec.arrary from rec using @am rec.array = lower(rec.array) mat rec.store(pos) = rec.array Regards, Stewart -Original Message- From: Mitchell, Stewart Sent: Wednesday, 9 June 2004 15:01 To: '[EMAIL PROTECTED]' Subjec

RE: [U2] how to assign dimensioned array to a matrix?

2004-06-08 Thread Mitchell, Stewart
Stuart, You could use matbuild. ie matbuild rec.arrary from rec using @vm mat rec.store(pos) = rec.array Regards, Stewart -Original Message- From: Stuart Boydell [mailto:[EMAIL PROTECTED] Sent: Wednesday, 9 June 2004 14:21 To: U2-Users Subject: [U2] how to assign dimensioned

RE: [U2] FW: Identify UniVerse files at unix level

2004-06-08 Thread Phil Walker
Glenn Herbert may be able to help you; I believe he has a file that you can add to magic file enabling identification of UV files using the file command. Cheers, Phil Walker +64 21 336294 [EMAIL PROTECTED] infocusp limited \\ PO Box 77032, Auckland New Zealand \ www.infocusp.co.nz DISCLAIMER: Th

[U2] how to assign dimensioned array to a matrix?

2004-06-08 Thread Stuart Boydell
I want to be able to store a set of dimensioned data at any given position in a matrix. Equivalent to storing a java Array in a Vector. In basic something like... dim rec(17) dim rec.store(9,17) mat rec.store = '' pos = 0 ... matread rec from f.file,id then pos += 1 mat rec.store(pos) = rec ;

[U2] FW: Identify UniVerse files at unix level

2004-06-08 Thread LeRoi Keiller
> Can anyone tell me how I might list ONLY UniVerse data and dictionary > files quickly and efficiently at the unix level? ...grep for a signature > string in the file, perhaps? > > LeRoi Keiller > Technical Support Consultant > > Ultradata - Vision to Reality > +61 3 9291 1700 > www.ultradata.

Unclassified RE: [U2] [UV/Windows] Authentication / encryption is sues

2004-06-08 Thread HENDERSON MICHAEL MR
LeRoy, The implementation of SSL with the UV telnet server certainly sounds interesting to me, too. Is it limited to wIntegrate only, or can Dynamic Connect use it too? I don't suppose there are any other SSL-enabled terminal emulators out there, I thought SSH seemed to be the common way of doing

RE: [U2] uniVerse Call Stack From BASIC

2004-06-08 Thread Phil Walker
Leroy, I assumed that would be the answer having worked on the internals back in the early nineties. But what the hell, no harm in asking ;-) I guess it would depend on the demand for such a thing as to determine if it could be added to the execution level? Cheers, Phil Walker +64 21 336294 [EMA

RE: [U2] uniVerse Call Stack From BASIC

2004-06-08 Thread Leroy Dreyfuss
Phil, I don't think is possible to display the dictionary file or item name since it's not exactly known by the BASIC run machine. The dictionary file is not part of the information stored in execution levels. For example, you can't see such information when you use PORT.STATUS with the LAYER.STAC

RE: [U2] Unidata 4.1 ODBC

2004-06-08 Thread Dawn M. Wolthuis
My memory is faded and I don't even use ODBC much with 6.0 anymore, so hopefully someone else is using it now and can help more, but I'll give it a start in case it helps. I think a significant performance improvement to UniData SQL was made between 4.1 and 5.1. I also recall that there was a m

RE: [U2] double postings

2004-06-08 Thread Alan Walters
I just couldn't resist coming out of lurker mode long enough to say "Hello, Mr. Elwood - long time no hear"!!! Alan Walters Director of I.T. Royce Medical Date: Tue, 8 Jun 2004 13:29:49 -0700 From: "Allen E. Elwood \(CA\)" <[EMAIL PROTECTED]> Subject: RE: [U2] double postings I haven't gotten a

RE: [U2] uniVerse Call Stack From BASIC

2004-06-08 Thread Phil Walker
Tony, This in no longer correct at 10.0 and above for UV. Regards, 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

RE: [U2] [OT] Cost of Oracle vs PICK

2004-06-08 Thread Michael Preece
Sorry for the *very* late reply... (been otherwise occupied - and there was a *lot* in my u2-users inbox to get through) --- Dennis Bartlett <[EMAIL PROTECTED]> wrote: > Ross > > >> The hooks are more or less in place ... > [Triggers] > > Ah! Triggers! > > Triggers as implemented in UniVerse a

Re: [U2] uniVerse Call Stack From BASIC

2004-06-08 Thread Tony Wood
SYSTEM(33) returns the last command on the command stack but not the call stack. There is no SYSTEM() function for this. You may be looking for a user exit instead. Regards, T. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] uniVerse Call Stack From BASIC

2004-06-08 Thread Phil Walker
SYSTEM(9001) At Release 10 and above, although there were some problems with it early on, I believe these have all been fixed in 10.1. The other thing I have noticed is that if called as part of a general routine that is invoked when an I-Type is called, the I-Type layer has no description. In thi

Re: [U2] calculate UniVerse Shared Memory

2004-06-08 Thread Ray Wurlod
There is no set formula, except that it is the total of all structures whose sizes you have declared in the uvconfig file. You can determine the existing size of the disk shared memory segment, and it is reported when you use the uvregen command to reconfigure it. Similarly, the size of a user

RE: [U2] Welcome [previously:double postings]

2004-06-08 Thread Allen E. Elwood \(CA\)
Thanks! Glad to be here! I was on the ROI Manage-2000 group (runs on U2) for about 10 years or so and got kicked for replying to a message about why my signature had changed; saying that I was now working for a ROI business partner. Seems rather odd, but sadly is true.no warning, no prior '

RE: [OT] RE: [U2] [Ad] Job Opening in Salinas, CA, USA[Scanned]

2004-06-08 Thread Allen E. Elwood \(CA\)
One of the software houses that I worked at acknowledged that they did not give drug screenings because "we wouldn't HAVE any programmers if we did" - they were not here in CA... I was wondering though, what happens if someone tests positive and they admit to using medical marijuana, which has bee

[U2] uniVerse Call Stack From BASIC

2004-06-08 Thread Cal Charleston
I need to be able to programmatically determine the name of the currently executing program / subroutine. I seem to recall someone posting an obscure SYSTEM() call that returns the call stack. Does anyone know what I'm talking about? Thanks. Cal Charleston --- u2-users mailing list [EMAIL

RE: [U2] Welcome [previously:double postings]

2004-06-08 Thread Stuart Boydell
Welcome to the group Allen > On Behalf Of Allen E. Elwood > I haven't gotten any double postings. But then I just joined the group > yesterday. I have 30 years programming experience, but just joined > yesterday. Priorities. ;-) ps. no doubles: Outlook : Notes IMAP ***

RE: [U2] double postings

2004-06-08 Thread Scott Ballinger
I turned off the "rule" that was moving all my messages with u2-users in the address from my inbox to the u2-users folder, and the doubles stopped. So it seems to be a feature (don't you love windowsupdate?) of Outlook+Exchange... Perhaps this "rule" was being executed twice/simultaneously? I will

RE: [OT] RE: [U2] [Ad] Job Opening in Salinas, CA, USA[Scanned]

2004-06-08 Thread Georgia L. Pritchett
My drug of choice is coffee so I can pass a drug test. Actually, (not to start a total war here) I would probably have a real hard time looking for a job now. I have some personal reservations about the amount of drug testing done in our society. I was hired just before that went into effect her

[OT] RE: [U2] [Ad] Job Opening in Salinas, CA, USA

2004-06-08 Thread Gordon Glorfield
It's that "drug and alcohol" screening thing. How can you expect to get qualified people who don't have some kind of substance abuse going on? (TIC) Oh jeeze look at the time. It's Martini Time! (deadly serious) Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-

RE: [U2] double postings

2004-06-08 Thread Larry Hiscock
The likelihood is that it's a timeout issue between our SMTP server and your ISP. We've been receiving a number of bounce messages from several different ISPs indicating timeouts. If the email is successfully received, but we timeout waiting for the acknowledgement, we will requeue the outbound e

RE: [U2] double postings

2004-06-08 Thread Larry Hiscock
I also use MailWasher Pro and Outlook (2002). But, if Outlook is in the process of downloading emails and MailWasher Pro tries to access the email account, MailWasher Pro is blocked, and displays a message that the email account is locked, until Outlook is finished downloading. Larry Hiscock West

[U2] [Ad] Job Opening in Salinas, CA, USA

2004-06-08 Thread Georgia L. Pritchett
We were unable to hire a qualified applicant the first go round so we still have a job available at the City of Salinas. Here is a link to the job posting on our web site: http://www.ci.salinas.ca.us/Admin/HRjobs/SrProgAnaly.html This position is for a Senior Programmer Analyst

RE: [U2] double postings

2004-06-08 Thread Tony Evans
Not receiving any duplicates here. Also using Exchange/Outlook. -Tony Tony Evans Web Developer Richmont 2400 Dallas Parkway, Suite 230 Plano, TX 75093 t. 972.309.6047 f. 972.309.6042 Email: [EMAIL PROTECTED] Website: http://www.richmont.net -Original Message- From: Scott Ballinger [mail

RE: [U2] double postings

2004-06-08 Thread David Jordan
This can be an issue with the ISP or mail server. If there is a communication failure between the outlook client and the mail server, the mail is not flagged as been delivered and is loaded again. I see this problem when there is an overload on the ISP auch as a virus out break or equipment fail

RE: [U2] double postings

2004-06-08 Thread Gwen Buck
I have not received any duplicate postings. I am using Outlook and Exchange Server. I have not gotten nearly as many postings, however, as I used to get when we were on Oliver. (maybe a third of the volume at best) Possibly I'm not getting everything! :-) Hope that helps, Gwen Buck Gaska Tap

RE: [U2] double postings

2004-06-08 Thread Bill H.
Not me, and I use Outlook too. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, June 08, 2004 12:23 PM > To: [EMAIL PROTECTED] > Subject: RE: [U2] double postings > > > Scott: > You're not alone...so far this we

RE: [U2] double postings

2004-06-08 Thread Tom Dodds
I am in Outlook and not getting duplicates 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 [EMAIL PROTECTED] Se

RE: [U2] double postings

2004-06-08 Thread Grant.Boice
Scott, We are using Exchange Server, Outlook client, I have not received duplicates. Sorry! Grant W. Boice, Jr. Systems Administrator Benchmark Electronics, Inc. Manassas Division 8500 Phoenix Drive Manassas, VA 20110 Phone: (703) 334-0156 Web:www.bench.com

RE: [U2] double postings

2004-06-08 Thread David Wolverton
That usually indicates your connection to your email server is being dropped/terminated before you've finished your mail download. Since it didn't finish, the messages are not deleted, and still waiting on the server... Wham-o two, three, fifty, copies of the same email - but really only the one be

RE: [U2] double postings

2004-06-08 Thread Lora Pennington
I just received 4 of this same message. I do use outlook. I have un-subscribed and then re-subscribed to no avail. Lora P === Lora Pennington Application Database Administrator International Lutheran Laymen's League Phone: (314) 317-4133 Phone: 1-800-944

RE: [U2] double postings

2004-06-08 Thread Hanwell, David
Me too; I get two copies of EVERY E-mail from either list, "Community" or "Users", in Outlook. I also get 2 copies of each spam (don't get me started on that subject). It must be something about MS Outlook and MS Exchange. We all know how seamlessly compatible Microsoft products are. I've never got

RE: [U2] double postings

2004-06-08 Thread Allen E. Elwood \(CA\)
I haven't gotten any double postings. But then I just joined the group yesterday. I have 30 years programming experience, but just joined yesterday. Priorities. ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Scott Ballinger Sent: Tuesday,

Re: [U2] double postings

2004-06-08 Thread Dianne Ackerman
I'm not receiving duplicates, and I'm not using Outlook! -Dianne [EMAIL PROTECTED] wrote: Scott: You're not alone...so far this week, I too have been getting duplicates and in some cases triplicates of some messages (in Outlook). --Brad -Original Message- From: Scott Ballinger [mailto:[EMA

RE: [U2] double postings

2004-06-08 Thread bmay
Scott: You're not alone...so far this week, I too have been getting duplicates and in some cases triplicates of some messages (in Outlook). --Brad -Original Message- From: Scott Ballinger [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 2:03 PM To: [EMAIL PROTECTED] Subject: [U2] d

[U2] double postings

2004-06-08 Thread Scott Ballinger
Is anyone else getting double posts? I started getting duplicate messages on 6/1. Not on all messages, but about half of them show up twice. Not necessarily always the same poster either. We are using Exchange server, Outlook client. Scott Ballinger Pareto Corporation Edmonds WA USA 425 670 0831

[U2] calculate Universe Share Memory

2004-06-08 Thread Ang Suan Yong
Dear All, We are upgrading our unix sun server (sun-fire 6800) memory to 24GB memory . Do anyone know how to calculate the Universe share memory ? I need to set the following details into the /etc/system files set shmsys:shminfo_shmseg=120 set shmsys:shminfo_shmmni=1023 set shmsys:shminfo_shmm