[U2] Guide and guide_ndx

2014-01-26 Thread Jeff Butera
Ellucian (Datatel) ships it's unidata clients tools that run guide and guide_ndx on the entire database (selects all files, runs guide and captures results in a table). For us, guide take about 70mins to run, but guide_ndx is much slower taking 140mins or so. We typically run these via cron

[U2] udtermcap

2012-12-13 Thread Jeff Butera
I missing something? We ran into this when migrating to Linux about 5 years ago, and I'm now seeing it again helping another college with their linux migration. -- Jeff Butera, PhD Associate Director for Applications and Web Services Information Technology Hampshire College 413-559-5556

Re: [U2] Advantage of indirect call in BASIC

2012-12-04 Thread Jeff Butera
-- Jeff Butera, PhD Associate Director for Applications and Web Services Information Technology Hampshire College 413-559-5556 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

[U2] Improving performance

2012-11-10 Thread Jeff Butera
PERSON reads to 32 reads. That said, I'm looking for other means - this is one place where Pick isn't my friend as we often have reports written out of various tables and need to use 32+ TRANS statements to pull in PERSON demographic info. Any insight appreciated. -- Jeff Butera, PhD

Re: [U2] Improving performance

2012-11-10 Thread Jeff Butera
the I-Desc to get the needed DONOR data and use PERSON as the base file. David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Butera Sent: Saturday, November 10, 2012 12

[U2] Unidata 7.3.x on intel

2012-11-01 Thread Jeff Butera
For Unidata 7.2.x and earlier, Rocket does not have 64-bit builds for intel (Windows, RedHat). To be clear - you can install on 64-bit machines (we have), but the unidata binaries are 32 bit. Does anyone know if this is the same for 7.3? It's not a huge issue for us, more curiosity. -- Jeff

Re: [U2] Unidata 7.3.x on intel

2012-11-01 Thread Jeff Butera
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Butera Sent: Thursday, November 01, 2012 5:24 PM To: U2 Users List Subject: [U2] Unidata 7.3.x on intel For Unidata 7.2.x and earlier, Rocket does not have 64-bit builds for intel (Windows, RedHat). To be clear

[U2] CA Pledge table

2012-11-01 Thread Jeff Butera
Anyone have insight why there are many gaps in the PLEDGE dictionary for CA? We have blanks in fields 3,4,5,8,9,10,11,12,17,18,20,22,23 -- Jeff Butera, PhD Associate Director for Applications and Web Services Information Technology Hampshire College 413-559-5556

Re: [U2] CA Pledge table

2012-11-01 Thread Jeff Butera
On 11/01/2012 07:04 PM, Jeff Butera wrote: Anyone have insight why there are many gaps in the PLEDGE dictionary for CA? We have blanks in fields 3,4,5,8,9,10,11,12,17,18,20,22,23 Sorry - wrong email list. -- Jeff Butera, PhD Associate Director for Applications and Web Services

Re: [U2] ASCII ^010^013 Removal (LF CR)

2012-04-26 Thread Jeff Butera
chars here' X.BAD.CHARS = X.STRING.TO.CHECK CONVERT X.GOOD.CHARS TO '' IN X.BAD.CHARS CONVERT X.BAD.CHARS TO '' IN X.STRING.TO.CHECK At this point X.STRING.TO.CHECK will have all non-acceptable chars removed. -- Jeff Butera, Ph.D. Manager of ERP Systems Hampshire College jbut...@hampshire.edu 413

Re: [U2] Job: Hampshire College

2012-04-25 Thread Jeff Butera
, and xperience with MySQL also desirable. This full time, 12 month position begins July 2, 2012. We offer a ompetitive salary and excellent benefits program. Please submit your over letter, resume and names/phone numbers of three professional eferences via our website at http://jobs.hampshire.edu -- Jeff

Re: [U2] Job: Hampshire College

2012-04-25 Thread Jeff Butera
mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org

Re: [U2] Job: Hampshire College

2012-04-25 Thread Jeff Butera
not be with Datatel for long. Let's say that contrary to Wil's opinion, I actually know what I'm doing - the job description was carefully crafted with certain words left out on purpose. -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556

Re: [U2] Unwanted Duplicated

2012-04-06 Thread Jeff Butera
. -- Jeff Butera, Ph.D. Manager of ERP Systems Hampshire College jbut...@hampshire.edu 413-559-5556 ...we must choose between what is right and what is easy... Dumbledore ___ U2-Users mailing list U2-Users

Re: [U2] Building an Excel File

2012-02-06 Thread Jeff Butera
://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556

Re: [U2] Building an Excel File

2012-02-06 Thread Jeff Butera
/mailman/listinfo/u2-users -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Error Message: non-writeable Subscribing File

2011-11-14 Thread Jeff Butera
with Rocket - I believe Wally was able to have some of their people reproduce this internally. -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman

Re: [U2] Wintegrate 3 on Windows 7 issues

2011-11-08 Thread Jeff Butera
host. However, I can ping without any loss whatsoever. Any advice would be greatly appreciated. Thanks Scott ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users -- Jeff Butera, PhD

[U2] Week of Year conversion

2011-11-06 Thread Jeff Butera
Unidata 7.2.x Is there a built-in OCONV for week of the year (0-51 or 1-52)? I can write one but just curious if there is a built in one that I can't find documented... -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556

Re: [U2] UniData Update Triggers

2011-10-09 Thread Jeff Butera
-- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

[U2] uppercase

2011-06-22 Thread Jeff Butera
On unidata, can anyone shed light on the differences between UPCASE(...) and OCONV(...,'MCU')? I know OCONVS(...,'MCU') will preserve @VM and other unidata delimiters, but for single valued data is their any difference in the above? -- Jeff Butera, PhD Manager of ERP Systems Hampshire

[U2] Unidata command stack (history)

2011-06-13 Thread Jeff Butera
Unidata 7.2.9 on linux Is there a UDT.OPTION or other setting that can control the size of the command stack (history)? We max out at 99 and I'd really like to have it recall more - but cannot find an option to do this. -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559

[U2] Unidata file behavior

2011-06-03 Thread Jeff Butera
_FD_(25231363,64768) is non-writeable subscribing file. 0 records copied If anyone has insights about a subscribing file I'd be appreciative - and I'm assuming this is a Unidata error and not OS. The _FD_ directory does have permissions allowing the user to rwx anything. -- Jeff Butera, PhD

Re: [U2] Unidata file behavior

2011-06-03 Thread Jeff Butera
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Butera Sent: Friday, June 03, 2011 6:47 AM To: u2-users@listserver.u2ug.org Subject: [U2] Unidata file behavior Since upgrading from Unidata 7.2.5 to 7.2.9

[U2] Unidata RESIZE CONCURRENT

2011-05-03 Thread Jeff Butera
don't trust it: I'm just looking for insight, gotchas, pros/cons of memresize vs RESIZE or other input from those who might've gone down this road already. TIA, -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556 ___ U2-Users

[U2] Unidata Silly Gripe

2010-03-25 Thread Jeff Butera
flag for recursive, whereas convcode does not: convdata -r dirname convidx -r dirname convcode dirname I know this is absolutely trivial, but I've run into problems before scripting a moving and making the incorrect assumption that convcode took a -r flag. Jeff Butera, Ph.D. Manager of ERP

[U2] Index slowing performance?

2010-03-21 Thread Jeff Butera
Built Empties Dups In-DICT S/M F-no/VF-expr XCEQ.TYPE D TxtYes No Yes Yes S 3 XCEQ.ORDERD NumYes No Yes Yes S 4 and the query is: SELECT H08.CR.EVAL.QUES WITH XCEQ.TYPE EQ foo BY XCEQ.ORDER Jeff Butera, Ph.D. Manager of ERP

[U2] UniData 64 bit build

2010-03-09 Thread Jeff Butera
on a new project. 64 bit unidata and libs would offer us more favorable alternatives, but we are working with what we have now... Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 Life is a giant weenie roast and I'm the biggest weenie. Rose

[U2] 32 vs 64 bit

2010-02-24 Thread Jeff Butera
/lib/libuvic.a when searching for -luvic I'm assuming this is a 32 vs 64 bit mismatch. I assumed that the libraries for unidata would be 64 bit, but perhaps my assumption was bad. Am I thinking correctly? And can I assume I'll have to force 32 bit mode to get this to compile? Jeff Butera

Re: [U2] 32 vs 64 bit

2010-02-24 Thread Jeff Butera
On Wed, 2010-02-24 at 20:25 +, Wally Terhune wrote: UniData on Linux is a 32-bit build Thanks Wally - that's what I thought... -- Jeff Butera, Ph.D. Manager of ERP Systems Information Technology Hampshire College jbut...@hampshire.edu 413-559-5556 Love is never having to read your

Re: [U2] Unidata on Virtualized Server

2010-01-26 Thread Jeff Butera
to bullet proof as you can get these days. Typically a machine failure can rollover to another virtualized server in 5-15 seconds. End users will notice the brief hit, but you'll be up an running. Jeff Butera, Ph.D. Manager of ERP Systems Hampshire College jbut...@hampshire.edu 413-559-5556 What's

[U2] Guide leaving lots of empty files

2010-01-15 Thread Jeff Butera
0 Guide9924_a04236_0_ChildSuccess 01/15/2010 01:57 AM 0 Guide9924_a04236_1_ChildSuccess 01/15/2010 01:57 AM 0 Guide9924_a04236_2_ChildSuccess 01/15/2010 01:57 AM 0 Guide9924_a04236_3_ChildSuccess Jeff Butera Manager of ERP Systems Hampshire

Re: [U2] Run SQL statement through shell script?

2009-12-11 Thread Jeff Butera
OFF; SET SPACE 2; SET PAGES 0; como on studentinfo; SELECT ID,LNAME,FNAME from STUDENT; como off; exit !!start Regards Dattatraya -- Jeff Butera, Ph.D. Manager of ERP Systems, IT Hampshire College jbut...@hampshire.edu 413-559-5556 Maybe they're slow because they didn't

Re: [U2] Migrating OS

2009-11-20 Thread Jeff Butera
as format.conv) for implementing byte swapping - like that poster I am not familiar enough with UD to advise on the equivalent utility for that product. Thanks. To my knowledge, Unidata does not have fnuxi, but I know others have tackled this problem so it's solvable. Jeff Butera, Ph.D

Re: [U2] Migrating OS

2009-11-20 Thread Jeff Butera
convdata and happy day - no tarring involved. Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 I'm just having a conversation with myself - it's about that time. Catherine Butera ___ U2

[U2] Migrating OS

2009-11-18 Thread Jeff Butera
just moving them and running the usual convdata, convidx and convcode, but it's not happy about high byte order vs low byte order. At this point, I'm assuming it's going to have to be an account save/restore but I'm open to any advice having never gone down this road before. TIA, -- Jeff Butera

Re: [U2] Migrating OS

2009-11-18 Thread Jeff Butera
. This was a backup we have on disk, so I know they're not changing. Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 I'm just having a conversation with myself - it's about that time. Catherine Butera

Re: [U2] Migrating OS

2009-11-18 Thread Jeff Butera
this observation. Ray: I clearly understand your point, but I guess I'm not clear about the upshot to properly migrate data from Solaris to linux. Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 I'm just having a conversation with myself - it's about

Re: [U2] Migrating OS

2009-11-18 Thread Jeff Butera
problems on indexes and distributed files. Check out the UniAdmin tool on the Client CD. Use the latest version you can get your hands on of UniAdmin. Sorry that I haven't had any experience with migrating UniData, but I bet the problems are similar. Thanks Ken - this sounds reasonable. Jeff Butera

Re: [U2] Unidata odd error

2009-11-16 Thread Jeff Butera
made this switch on unidata without much fanfare. Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 I'm just having a conversation with myself - it's about that time. Catherine Butera

[U2] Unidata odd error

2009-11-14 Thread Jeff Butera
dynamic, it's not limited to 2Gb. Likewise, the partition holding this account isn't anywhere near full: it's using about 18Gb on a 25Gb partition. So unless the dynamic file is wildly splitting and chewing thru 7GB, I'm unclear what's causing this message. Any insight appreciated. Jeff

Re: [U2] Can't kill sessions

2009-11-14 Thread Jeff Butera
on Monday. Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 I'm just having a conversation with myself - it's about that time. Catherine Butera ___ U2-Users mailing list U2-Users

Re: [U2] Unidata odd error

2009-11-14 Thread Jeff Butera
to move. Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 I'm just having a conversation with myself - it's about that time. Catherine Butera ___ U2-Users mailing list U2-Users

[U2] Unidata PE Linux

2009-11-13 Thread Jeff Butera
I'm looking for unidata pe for linux. On Rocket's Trial pages I see these options: UniData Extended Relational Data Server for Linux UniData Personal Edition for Windows Do I want the former, or is there no PE for linux available? -- Jeff Butera, Ph.D. Manager of ERP Systems, IT Hampshire

Re: [U2] [UV] printing html documents

2009-11-13 Thread Jeff Butera
that I'm working with also, the html files are just a small part of it. Thanks. If you're on the *nix side of life, what about html2pdf or html2ps which can then be spooled to a printer? -- Jeff Butera, Ph.D. Manager of ERP Systems, IT Hampshire College jbut...@hampshire.edu 413-559-5556

[U2] Can't kill sessions

2009-11-11 Thread Jeff Butera
/taskkill, I can't see the process. Likewise, stopudt (with and without force) will not kill the udt. p Short of rebooting entire server, I'm at a loss. Anyone have magic tricks for windows? I'm a unix guy and we need have these types of problems in *nix land... Jeff Butera, Ph.D. Administrative

Re: [U2] Can't kill sessions

2009-11-11 Thread Jeff Butera
. If the processes still exist at the OS level, you can use udkill.exe in the UDTBIN directory (at 7.1 and later). This is a hard kill - similar to UNIX kill -9 We're about to upgrade from 7.1.x to 7.2.22 in the next month, so this may be a moot point. Jeff Butera, Ph.D. Administrative Systems Hampshire

[U2] unidata err

2009-11-03 Thread Jeff Butera
Unidata 7.1.x on Windows 2003. When trying to access AE, we get the following: can't get to msgq in U_tosbcs I found one limited email thread from 2005 on this, but the solution (correcting CTLGTB VOC pointer) was already addressed. Any ideas? Jeff Butera, Ph.D. Administrative Systems

Re: [U2] Simple Export to Excel

2009-06-22 Thread Jeff Butera
using python. Similarly, we have used the Perl module Spreadsheet::WriteExcel to extract Unidata data and write Excel spreadsheets on the fly. -- Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 Dad, you're talking in grown-up and need to stop

Re: [U2] Simple Export to Excel

2009-06-22 Thread Jeff Butera
quote who='Steve Romanow' date='Monday 22 June 2009' Do you have yours tied into SB+ at all? That is the holy grail. No. -- Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 Dad, you're talking in grown-up and need to stop

Re: [U2] I-descriptor subroutine / SELECT question

2009-04-24 Thread Jeff Butera
triggers. Combined with indexing these stored values, queries take less than a second. -- Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 Dad, you're talking in grown-up and need to stop. Catherine Butera --- u2-users

[U2] Unidata File Corruption

2009-04-15 Thread Jeff Butera
assume at this point I'm SOL. Anyone have other ideas? I have backups and only appear to have 31 records added since the backup was created, but any insight as to how I might recover data would be appreciated. Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413

Re: [U2] Unidata File Corruption

2009-04-15 Thread Jeff Butera
(or at least made it much less stressful)! -- Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 Athens and Atlanta are two islands in a sea of rednecks. unnamed Athens native. --- u2-users mailing list u2-users@listserver.u2ug.org

Re: [U2] Upgrades

2009-02-27 Thread Jeff Butera
6.0.4 SB 5.2 RedBack 4.2.6 DataStage 7.5 PROPOSED HP Ux 11i v3 UniData 7.1.17 SB 5.2.4 U2 WEB DE 4.4 DataStage (not sure what version) -- Jeff Butera, Ph.D. Administrative Systems Hampshire College jbut...@hampshire.edu 413-559-5556 Dad, you're talking in grown-up and need to stop

Re: [U2] UniObjects / UNIRPCD problems on Linux

2008-12-11 Thread Jeff Butera
with UDTBIN based on your unishared contents, but you could also hard-code some values here (althought that would create a future upgrade problem itself...) -- Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Where I'm from, we believe all sorts

Re: [U2] Universe triggers (still more)

2008-12-01 Thread Jeff Butera
of three values 0 = don't write the record 1 = write record, but don't allow trigger to have altered the contents 2 = write record and allow trigger to possibly have altered contents -- Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Where I'm from, we

Re: [U2] [UD HP-UX] I need to track user logins

2008-11-05 Thread Jeff Butera
in your /etc/passwd file. -- Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Where I'm from, we believe all sorts of things that aren't true. We call it history. The Wizard, Wicked --- u2-users mailing list u2-users

Re: [U2] [UV] PHP

2008-10-24 Thread Jeff Butera
be used for PHP as well. -- Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Where I'm from, we believe all sorts of things that aren't true. We call it history. The Wizard, Wicked --- u2-users mailing list u2-users

Re: [U2] [UV] PHP/Perl

2008-10-24 Thread Jeff Butera
is entirely driven using perl and my C program. -- Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Where I'm from, we believe all sorts of things that aren't true. We call it history. The Wizard, Wicked --- u2-users mailing list

Re: [U2] [UV] PHP/Perl

2008-10-24 Thread Jeff Butera
I'll also add that I know Chaman University (CA) has a java based socket server that does implement connection pooling. If anyone wants a contact there, let me know. -- Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Where I'm from, we believe all

Re: [U2] Universe Triggers

2008-10-08 Thread Jeff Butera
, performance depends entirely on what you're trying to accomplish in the trigger - we try to keep ours as lightweight as possible. -- Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Where I'm from, we believe all sorts of things that aren't true. We

RE: [U2] UniData Keys

2008-08-28 Thread Jeff Butera
and immediately jumps to 3am, thereby skipping any processing (eg: cron) that might've occured between 2am and 3am. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 He works out of his home office doing technical training. I call it gambling. Overheard

Re: [U2] Dynamic Array oddity very useful

2008-08-19 Thread Jeff Butera
On Tue, 19 Aug 2008, Dennis Bartlett wrote: A = 'DEF' A2 = 'XYZ' A0 = 'XXX' A0 = 'ZZZ' CRT A So A0 = X is a way quicker way of writing A = X : @fm : A This doesn't appear to work on Unidata (7.1.x). I get ZZZ XYZ Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL

Re: [U2] Linux Telnet client

2008-08-06 Thread Jeff Butera
licensing that would be fantastic (and could perhaps have implications in our desktop group, if you know what I mean). Can I ask why you just don't use xterms and telnet in linux? You can map function keys and so on with .Xmodmap and/or .Xdefaults Jeff Butera, Ph.D. Administrative Systems

Re: [U2] Is there a UNIDATA equivalent of Universe Itype @RECORD

2008-06-03 Thread Jeff Butera
PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday, June 03, 2008 11:38 AM Subject: Re: [U2] Is there a UNIDATA equivalent of Universe Itype @RECORD Jeff, that'll do, thanks jak - Original Message - From: Jeff Butera [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday

Re: [U2] Is there a UNIDATA equivalent of Universe Itype @RECORD

2008-06-02 Thread Jeff Butera
On Tue, 3 Jun 2008, John Kent wrote: Ken, i want to create a simple dict item like ED DICT STK JAK Top of JAK in DICT STK, 6 lines, 38 characters. *--: P7 001: I 002: DCOUNT(@RECORD30,@VM) Try this: DCOUNT(EXTRACT(@RECORD,@AM,30),@VM) Jeff Butera, Ph.D. Administrative Systems Hampshire

[U2] Unidata file size

2008-04-13 Thread Jeff Butera
number of bytes in a record = 381892 Minimum number of fields in a record = 1 Maximum number of fields in a record = 827 Average number of fields per record = 80.9 Standard deviation from average = 134.7 Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413

Re: [U2] RAID 6 On RedHat Linux On UniVerse 10.1 or 10.2

2007-11-29 Thread Jeff Butera
, but the performance should be very good, particularly if you have the stripe spread across many disks. YMMV. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 But Dad - I need most of your attention, not brother

Re: [U2] [UV] Can I get some advice on triggers?

2007-11-27 Thread Jeff Butera
trigger.name [BEFORE|AFTER|UPDATE] Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 But Dad - I need most of your attention, not brother. Catherine Butera --- u2-users mailing list u2-users@listserver.u2ug.org

Re: [U2] UniData and separate email server

2007-11-23 Thread Jeff Butera
. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 But Dad - I need most of your attention, not brother. Catherine Butera --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] OT: Email encryption

2007-11-16 Thread Jeff Butera
On Fri, 16 Nov 2007, Clifton Oliver wrote: Would work if you can guarantee that all of your clients use Outlook. But a lot of folks won't go near the thing. ;-) Amen to that. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 But Dad - I need most

Re: [U2] No more LCTs

2007-09-25 Thread Jeff Butera
). Any ideas, I can restart Unidata tonight (stopud, startud) if that would help. Typically this is a configuration issue, on Unidata you'd rectify by increasing SHM_GPAGESZ, SHM_LCINENTS, SHM_LPAGESZ Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Dad

Re: [U2] How to use LOCATE in an I Descriptor

2007-08-09 Thread Jeff Butera
SUBR('*YOUR.LOCATE.SUBR',VALUE,@RECORD,AM.POS,VM.POS,SVM.POS,LR.JUST) Can I ask a naive question: When using SUBR what is the point of the preceding * before the subroutine? Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Daddy - did you lose your

RE: [U2] Unidata 7.1 and ODBC

2007-08-03 Thread Jeff Butera
What's your *system* (not user please) CLASSPATH environment variable set to? Not set - what would you like it to be? Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Daddy - did you lose your mind? Catherine Butera --- u2

RE: [U2] UniData config

2007-07-10 Thread Jeff Butera
I am assuming that you have loaded an Itanium release? (compare the HPUX availability for Itanium and PA-RISC on the U2TechConnect Product Availability Matrix (PAM)): Itanium 7.1.1/2/4/8/11 PA-RISC 7.1.0/7/8/10 No, this is PA-RISC, unidata 7.1.8 Jeff Butera, Ph.D. Administrative Systems

[U2] Unidata config

2007-07-09 Thread Jeff Butera
. Last I checked, 1,073,741,824 was = 2GB-16KB. These values work fine on similar Solaris server. Anyone have insight why it thinks this is unreasonable? Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Daddy - did you lose your mind

[U2] Unidata Dynamic files

2007-07-05 Thread Jeff Butera
that's 80% empty in the end. Anyadvice appreciated. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Daddy - did you lose your mind? Catherine Butera --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please

Re: [U2] Unidata Dynamic files

2007-07-05 Thread Jeff Butera
.. 4766568 Files processed:1 Errors encountered: 0 Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 Daddy - did you lose your mind? Catherine Butera --- u2-users mailing list u2-users

[U2] Unidata Dynamic File Issues

2007-06-22 Thread Jeff Butera
leaning towards tweaking split/merge loads (as well a modulo), but I have no good idea where to go with them. Currently they are 60/40. Any Unidata insight appreciated. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 We don't have a lot of rules

RE: [U2] Universe vs. Unidata

2007-03-02 Thread Jeff Butera
of job: 3 seconds. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] reindexing

2006-11-15 Thread Jeff Butera
if anyone can offer insight as to how/why the indicies aren't getting updated until I force a reindex. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 I'm not grumpy Daddy, I'm whining. my 3-year old showing her wisdom --- u2-users mailing list

Re: [U2] UniData Application Monitor

2006-11-03 Thread Jeff Butera
prove useful when profiling code. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 I'm not grumpy Daddy, I'm whining. my 3-year old showing her wisdom --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

RE: [U2] Slow ascii output

2006-10-22 Thread Jeff Butera
crashed. It may be a fluke but I'll check my code to be sure. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 I'm not grumpy Daddy, I'm whining. my 3-year old showing her wisdom --- u2-users mailing list u2-users@listserver.u2ug.org

Re: [U2] Slow ascii output

2006-10-22 Thread Jeff Butera
for about 90 users. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 I'm not grumpy Daddy, I'm whining. my 3-year old showing her wisdom --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Odd File Copy

2006-09-28 Thread Jeff Butera
in TEMP.bak is surely unique... Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 You're not right, Daddy my 3-year old showing her wisdom --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Odd File Copy

2006-09-28 Thread Jeff Butera
I think this kind of thing can happen when there are mark characters in the IDs. Maybe try saving the list to SAVEDLISTS and viewing the list with an editor - you may find duplicates. This is the direction I was guessing - I know what I'm trying next... Jeff Butera, Ph.D. Administrative

Re: [U2] Any have a Sun Sparc Box

2006-09-14 Thread Jeff Butera
On Thu, 14 Sep 2006, george r smith wrote: Anyone have any experience with Sun Sparc boxes as development boxes for Unidata. Yes, we have used Sun Sparc for years (10+). What do you need to know? Anyone heard if IBM might certify Unidata on the Solaris AMD boxes. No idea. Jeff Butera

Re: [U2] Unidata replication

2006-09-03 Thread Jeff Butera
of downtime on your production server. Jeff Butera Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 You're not right, Daddy my 3-year old showing her wisdom --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/