Re: [U2] problems with XP and PE

2004-07-02 Thread Results
David, I assumed you've tried this, but just in case: Go to the UniVerse Admin Control Panel. Select Network Services. Change the Telnet port to 2300, or some other unused port. Try to reconnect. If you have an IP port conflict, this should expose it right off. You can also add users in this secti

Re[2]: [U2] problems with XP and PE

2004-07-02 Thread David Tod Sigafoos
Dennis, It appears to work on my XPHome machine. I am currently trying to get it to work on my HP laptop with XPPro. It is the Pro box that is not working. Friday, July 2, 2004, 2:05:01 AM, you wrote: DB> XPHome cannot run anything that requires you to login as DB> administrator, DB> as you ca

Re: [U2] SUBR dictionary types

2004-07-02 Thread Eugene Perry
Thanks to you and to those who replied. I will change the file type. Eugene - Original Message - From: "Brian Leach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 02, 2004 3:25 AM Subject: RE: [U2] SUBR dictionary types > Eugene, > > Exactly as it sounds. UniVerse won

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Stevenson, Charles
EREPLACE won't work in I-descroptors, just like CHANGE doesn't. I'm not sure why people are looking for other solutions that avoid my earlier suggestion of enveloping UV's vanilla CHANGE function inside your own routine that can be called from an I-descriptor. The same method is good for those fe

Re: [U2] UV Read failure

2004-07-02 Thread Ray Wurlod
Eek! Why aren't these being opened into COMMON variables?!! Surely this would help with any speed problems? --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Ray Wurlod
Have you tried EREPLACE instead of CHANGE? --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Ray Wurlod
In that case, maybe FMT with a mask is easier. For example, and not knowing what you want: FMT(@ID,"(L#5(#3)#3(#3)#9)") - Original Message - From: "George Gallen" <[EMAIL PROTECTED]> Date: Fri, 2 Jul 2004 16:38:32 -0400 To: <[EMAIL PROTECTED]> Subject: RE: [U2] How to use change(), insid

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread George Gallen
it could occur mulitple times. It's to make seeing part of an ID easier. The ID is a bunch of letters and around 25 in length I'm looking (visually) for certain letters, and it's easier to find them with the () around them. It's not just the letter I'm looking for, but the letters preceeding and at

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Haas, John
0001: I 0002: FIELD(@ID,'X',1):"(X)":FIELD(@ID,'X',2) 0003: 0004: NEW ID 0005: 20L 0006: S Bottom at line 6. If 'X' only occurs once, this will work. John. -Original Message- From: George Gallen [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 1:47 PM To: [EMAIL PROTECTED] Subject

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread George Gallen
uv10, and it needs to CHANGE ANY "X" IN THE @ID TO "(X)" >-Original Message- >From: Kevin King [mailto:[EMAIL PROTECTED] >Sent: Friday, July 02, 2004 2:43 PM >To: [EMAIL PROTECTED] >Subject: RE: [U2] How to use change(), inside a I-Desc (UV) > > >Unidata or Universe, version #, and what's

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread George Gallen
CONVERT wont work. I need to change "X" -> "(X)" Looks like the function method will be the best solution. George >-Original Message- >From: chris [mailto:[EMAIL PROTECTED] >Sent: Friday, July 02, 2004 2:12 PM >To: [EMAIL PROTECTED] >Subject: Re: [U2] How to use change(), inside a I-Des

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Kevin King
Unidata or Universe, version #, and what's it doing? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Friday, July 02, 2004 11:47 AM To: [EMAIL PROTECTED] Subject: [U2] How to use change(), inside a I-Desc (UV) OK. Can't figure out how

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Peter Olson
doc ( system description ) doesn't list change as a i-type function can you use convert or maybe call a subroutine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Friday, July 02, 2004 1:47 PM To: [EMAIL PROTECTED] Subject: [U2] How t

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Stevenson, Charles
> OK. Can't figure out how to execute the change function > inside an I-desc. > > I'm trying to do: CHANGE(@ID,"X","(X)") I wrote & catalogued: UTIL.BP CHANGE 01: FUNCTION CHANGE( EXPRESSION, SUBSTRING, REPLACEMENT, OCCURRENCE, BEGIN ) 02: RETURN ( CHANGE( EXPRESSION, SUBSTRING, REPLACEMENT,

Re: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread chris
maybe try using CONVERT or try adding the occurrence and begin flag to CHANGE HTH Chris George Gallen wrote: OK. Can't figure out how to execute the change function inside an I-desc. I'm trying to do: CHANGE(@ID,"X","(X)") George --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe plea

[U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread George Gallen
OK. Can't figure out how to execute the change function inside an I-desc. I'm trying to do: CHANGE(@ID,"X","(X)") George --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UK Post codes and UK sort code

2004-07-02 Thread Rosenberg Ben
You can validate UK postcodes online at royalmail.com but there's a strictly enforced volume limit, so you can validate only a few addresses. You can also buy offline copies of the PAF (postcode address file). http://www.royalmail.com/portal/rm/content1?catId=400085&mediaId=1400099 Sometimes it's

OT:Re: [U2] UV Read failure

2004-07-02 Thread BNeylon
Not to answer the question, 'cause I can't. I just shudder at the thought of 3 opens in "a subroutine being called multiple times through a loop" Bruce M Neylon Health Care Management Group Sara Burns <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/02/2004 12:11 AM Please respond to u2

Re: Long delays for list posts? (was RE: [U2] Unidata 6 XML DTD question)

2004-07-02 Thread Ron White
Yes. The last message I posted appeared almost two hours after I posted it. Ron White - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 01, 2004 6:03 PM Subject: Long delays for list posts? (was RE: [U2] Unidata 6 XML DTD question)

Re: [U2] building DICT items

2004-07-02 Thread Mark Johnson
Not for nothin' but there are some pretty ugly I-type dict items with all the SUBS, EQS, REUSE etc stuff. I don't have an example, but I worked on a client's system that was converted from UV to UD and all the 10 line dicts were converted to the UD 6/7 ones (saving the original 10 line dict in fiel

Re: [U2] building DICT items

2004-07-02 Thread Mark Johnson
Your request of REC<5,5> is a bad example. Let's say you want to get REC<10,4> Coupla ways: All have no requirement for 002. If field 10 is insured to be numeric: 008 A;S(10*(NV="4")) If field 10 is a bunch of codes with no spaces 008 A;(0(TFILE;X;10;10))(G3 1) If field 10 could be anything 008 A

RE: [U2] UK Post codes and UK sort code

2004-07-02 Thread Eric Cox
You can get a regularly updated bank sort code database directly from BACS (www.bacs.co.uk) referred to as the ISCD File (International Sort Code Database) - Its not particularly cheap but has all the information you could possibly require. There are some companies that supply the database under

RE: [U2] UV Read failure

2004-07-02 Thread djordan
You may have already checked this, but is someone using CONTRACT as a normal variable, like in common and thereby overwriting the file variable. I always add .FV to any file variable names to prevent issues like this. Regards David Jordan -Original Message- From: [EMAIL PROTECTED] [m

RE: [U2] UV Read failure

2004-07-02 Thread Thomas Sprenger
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sara Burns Sent: Friday, July 02, 2004 6:11 AM To: U2 List ([EMAIL PROTECTED]) Subject: [U2] UV Read failure >Could it be that AIX is not releasing the files fast enough and we are >running out of MFILES or some

RE: [U2] SUBR dictionary types

2004-07-02 Thread Brian Leach
Eugene, Exactly as it sounds. UniVerse won't compile an I Descriptor if the file dictionary is a type 1 or type 19 (ie. a directory). You need to resize your dictionary to type 18 or similar. (data portion is not affected). RESIZE DICT filename 18 11 1 Brian -Original Message- From: [E

RE: [U2] problems with XP and PE

2004-07-02 Thread Dennis Bartlett
XPHome cannot run anything that requires you to login as administrator, as you cannot login as administrator unless you do so from safe mode, and safe mode won't allow you to do anything! XP Pro is more lenient In your first post you said XP Pro In the last one you said XP Home which is it? ---

RE: [U2] building DICT items

2004-07-02 Thread Rosenberg Ben
Chuck wrote > Specifically, I'm looking to pull a single Multi-Value > ( like EXTRACT(@RECORD,5,5,0) ) using an A-type This is only for Universe, not for Unidata, because Unidata doesn't have the Pick-style "A" types. Using an "A" (or "S") type of attribute definition in Universe, you can extract

RE: [U2] UV Read failure

2004-07-02 Thread Bob
I had this not too long ago. The file handle is being cleared, either through a closing of the file, double use of a variable name, or something else along those lines. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sara Burns Sent: Thursday, July 01,