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

2004-06-10 Thread LeRoi Keiller
directory is in PATH): find . -exec UVfile {}\; Possibly you can filter the output with grep and/or awk. On Windows, use the uvwalk.exe utility, and its -uvfile option - Original Message - From: LeRoi Keiller [EMAIL PROTECTED] Date: Wed, 9 Jun 2004 14:46:32 +1000 To: [EMAIL PROTECTED

[U2] How keep '\' in unix/uniVerse filenames?

2004-06-10 Thread LeRoi Keiller
??\4-DF, and of course the file is not found. Any ideas? Thanks, LeRoi LeRoi Keiller Technical Support Consultant Ultradata - Vision to Reality +61 3 9291 1700 www.ultradata.com.au Disclaimer Notice This message contains privileged and confidential information intended only for the use

RE: [U2] How keep '\' in unix/uniVerse filenames?

2004-06-17 Thread LeRoi Keiller
, LeRoi Keiller wrote: A number of our uniVerse files have the \ symbol in the file names. Problem is, at unix level, these \ fellows are usually treated as 'escape' characters and ignored or removed when you try to reference them. Eg: echo hello\there displays hellothere. Does anyone know how

[U2] How create list of uv files from VOC?

2004-06-30 Thread LeRoi Keiller
- ie no breaks in the path (no wrapping columns). Eg: /UVACC/uv/MYACC/MYFILE1 /UVACC/uv/MYACC/MYFILE2 /UVACC/uv/MYACC/MYDIR/MYFILE3 ... I have the following line, but don't know what to do with it. SELECT or SORT VOC WITH F1 = F F2 Thanks, LeRoi LeRoi Keiller

RE: [U2] How create list of uv files from VOC?

2004-06-30 Thread LeRoi Keiller
: LeRoi Keiller Sent: Thursday, 1 July 2004 13:41 To: '[EMAIL PROTECTED]' Subject: RE: [U2] How create list of uv files from VOC? SSELECT VOC WITH F1 = F DIR BY F2 F2 SAVE-LIST FILEPATHS COPY.LIST FILEPATHS TO:(BP Wow, that really works. Thanks. Now if I could just put that in one line

[U2] Can't write EOF marker to virtual tape device (a file)

2004-07-13 Thread LeRoi Keiller
with the way the file is setup to emulate a tape device? Any help appreciated. Thanks, LeRoi LeRoi Keiller Technical Support Ultradata - Vision to Reality +61 3 9291 1700 www.ultradata.com.au Disclaimer Notice This message contains privileged and confidential information intended only for the use

RE: [U2] Large Screen/Monitors

2004-08-16 Thread LeRoi Keiller
Bill What currency are you specifying there? USD? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill Sent: Sunday, 15 August 2004 1:39 To: '[EMAIL PROTECTED]' Subject: RE: [U2] Large Screen/Monitors Importance: Low We have been using an

[U2] Distributed files (UniVerse) - performance

2004-08-26 Thread LeRoi Keiller
file is 7GB, with over 3 million records (same records for both files). The file type and separation are the same, while the modulo is relative to the number of parts.) Thanks, LeRoi LeRoi Keiller Technical Support Ultradata - Vision to Reality +61 3 9291 1700 www.ultradata.com.au --- u2-users

[U2] How import data from UniVerse into MS Access?

2004-08-26 Thread LeRoi Keiller
... nothing). Am I doing something wrong? Does ODBC need to be configured on the UniVerse server, as well, for the particular account? UVODBC is certainly installed on client and server.) Thanks, LeRoi LeRoi Keiller Technical Support Ultradata - Vision to Reality +61 3 9291 1700

RE: [U2] How import data from UniVerse into MS Access?

2004-08-29 Thread LeRoi Keiller
, but I didn't figure out, what the hell this means I hope, this works for you, if not feel free to ask again Greetz Ralf -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von LeRoi Keiller Gesendet: Donnerstag, 26. August 2004 09:52 An: U2-Users (E-mail

RE: [U2] How import data from UniVerse into MS Access?

2004-08-30 Thread LeRoi Keiller
Of u2ug Sent: Monday, 30 August 2004 16:07 To: [EMAIL PROTECTED] Subject: Re: [U2] How import data from UniVerse into MS Access? Importance: Low sounds like the file already exists at the os level in that account - try deleting it 1st. - Original Message - From: LeRoi Keiller [EMAIL

RE: [U2] How import data from UniVerse into MS Access?

2004-08-31 Thread LeRoi Keiller
Greetz Ralf -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von LeRoi Keiller Gesendet: Donnerstag, 26. August 2004 09:52 An: U2-Users (E-mail) Betreff: [U2] How import data from UniVerse into MS Access? Is it easy enough to import UniVerse files into MS

RE: [U2] Part file algorithms - am I correct?

2004-09-07 Thread LeRoi Keiller
function better, for example for five parts 1+MOD(@ID[1],5) If the final key character is non-numeric (or even if it's numeric), add a SEQ function, for example for five parts 1+MOD(SEQ(@ID[1]),5) - Original Message - From: LeRoi Keiller [EMAIL PROTECTED] Date: Tue, 7 Sep 2004 11:38:59 +1000

RE: Unclassified RE: [U2] Part file algorithms - am I correct?

2004-09-07 Thread LeRoi Keiller
Hope this helps Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LeRoi Keiller Sent: Tuesday, 7 September 2004 13:39 To: U2-Users (E-mail) Subject: [U2] Part file algorithms - am I correct? Hi I've been trying to make sense of part file

RE: [OT] [U2] Technical Product Manager opening in Boston (PICK/UniV erse/U2)

2004-09-07 Thread LeRoi Keiller
Agreed. Isn't it ironic how employers shouldn't be prejudiced, yet many bluntly refuse to consider candidates who don't have degrees. They even fail to look at students who have technical institute qualifications, despite that technical institutes generally have a more hands-on, real-world

RE: [U2] Part file algorithms - am I correct?

2004-09-07 Thread LeRoi Keiller
) is 50, and so on. We divide this by five (substitute appropriate number of parts) and get the remainder, using MOD(SEQ(@ID[1]),5). Since this will be a number between 1 and 4, we add 1 to get a number between 1 and 5. Hope this helps. - Original Message - From: LeRoi Keiller [EMAIL

RE: [U2] spammed

2004-09-20 Thread LeRoi Keiller
Well, on my side of the fence, it's good to see that Australia is finally clamping down on [locally produced] spam. I have the impression it's virtually illegal now. (Perhaps someone could confirm this.) I still wonder why governments around the globe didn't put a stop to spam long ago. My

RE: [U2] hello ?

2004-09-22 Thread LeRoi Keiller
Hey, Allen Are you trying to be funny? - email in .ca? - You Americans always like to make the jokes with the Canadians, eh? :o) (.ca = Canada) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Allen E. Elwood (CA) Sent: Thursday, 23 September 2004 4:20 To:

RE: [U2] UvOdbc

2004-09-22 Thread LeRoi Keiller
Hi Rudy A client of ours experienced this problem (or symptom). The fix was the following (though it seems unrelated): Solution: Change IIS Isolation mode to v.5.0. Note: This solution worked, but may not work for all cases. How: To configure IIS for IIS 5.0 isolation mode 1. In IIS

RE: [U2] Anyone Had Any Issues With UV WinXP SP ?

2004-09-23 Thread LeRoi Keiller
I believe it uses any local administrator or user login and password, or domain\loginname and password (if on a domain). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Angelo Collazo Sent: Wednesday, 22 September 2004 4:54 To: [EMAIL PROTECTED] Subject:

[U2] Recommend tunable for Unidata on Solaris - semmap

2004-11-04 Thread LeRoi Keiller
: equation to use: semmap = semmni * semmsl semmap - sets amount of memory alocated for semaphore map semmni (currently 850) - shouldn't be larger than semmap The max number of concurrent users on the server: 330 The size of memory: 4GB Thanks, LeRoi LeRoi Keiller Technical Support Ultradata

[U2] OT: Redback training

2004-11-10 Thread LeRoi Keiller
Does anyone know of good Redback training available in Australia, or perhaps available online/remotely? Thanks, LeRoi Keiller Technical Support Ultradata - Vision to Reality +61 3 9291 1700 www.ultradata.com.au Disclaimer Notice This message contains privileged and confidential information

RE: [SPAM] - Re: [U2] OT: RedBack training - Found word(s) list error in the Text body

2004-11-10 Thread LeRoi Keiller
of training in IBM Informix product in Australia. - Original Message - From: LeRoi Keiller [EMAIL PROTECTED] To: U2-Users (E-mail) [EMAIL PROTECTED] Subject: [U2] OT: Redback training Date: Thu, 11 Nov 2004 10:38:52 +1100 Does anyone know of good Redback training available in Australia

[U2] RE: UCI connection problems ('SQLConnect failed' / 'Failure to login as remote user')

2004-12-13 Thread LeRoi Keiller
: LeRoi Keiller Sent: Monday, 13 December 2004 17:00 To: U2-Users (E-mail) Subject: UCI connection problems ('SQLConnect failed' / 'Failure to login as remote user') Hi there I'm trying to find the answer for one of our clients re a problem they're having connecting with UCI