Re: [U2] UV Read failure

2004-07-02 Thread Mats Carlid
[EMAIL PROTECTED] wrote:
In a message dated 7/1/2004 9:29:25 PM Pacific Daylight Time, 
[EMAIL PROTECTED] writes:

 

0079 TRAN*y 15 
0080 Program PTREVBRB: Line 15, Read operation failure. [EFAULT] Bad
address
0081 [201] 'CONTRACT' IS NOT A FILE NAME 

CONTRACT was being used a few seconds before.
SNIP
I wish it were that simple but here is the Opens section
*  
0013   OPEN 'X.REF' TO XREF ELSE STOP 201,'X.REF'   
0014   OPEN 'TOFL' TO TOFL ELSE STOP 201,'TOFL' 
0015   OPEN 'CONTRACT' TO CONTRACT ELSE STOP 201,'CONTRACT' 

The program would appear to definitely be trying to open CONTRACT.
   

What is the read operation failure?  That doesn't sound like an OPEN failure 
to me.
I would expect that the problem is that the READ (ie from the VOC) is 
failing, not that the file doesn't really exist or is locked or something of that 
sort.  Could it be that your VOC is read locked at the time this is happening?
Will
---
 

Also the entire directory tree from root to  CONRACT  has to
be scanned/listed at open time  ( or maybe before) by unix-open ...
Anyway al levels must have execute and possibly read permission
for the user now running the program.
-- mats
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


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, 2004 5:21 PM
To: U2 List ([EMAIL PROTECTED])
Subject: [U2] UV Read failure

Now this is weird.  I think we have seen it before.  
 
Below is a section from the PH log of some of our processing.  The
CONTRACT file is being processed as shown in lines 63 and 64 then a little
later the TRAN file is processed.  Part of this processing requires the
CONTRACT file to be read.  Suddenly CONTRACT is not a file name.  
 
0063 CONTRACT*  18  
0064 CONTRACT*  19  
 ...
0079 TRAN*y   15  
0080 Program PTREVBRB: Line 15, Read operation failure.  [EFAULT] Bad
address
0081 [201] 'CONTRACT' IS NOT A FILE NAME 
 
CONTRACT was being used a few seconds before.
 
Anyone seen anything like this before.  The machine was not heavily loaded
as this was about 3 am.
 
This morning all is running fine, CONTRACT is heavily in use as usual.
 
AIX 5.2, UV 10.0.11 
 
Sara Burns
 
Sara Burns (SEB) 
Development Team Leader

Public Trust 
Phone: +64 (04) 474-3841 (DDI) 

Mobile: 027 457 5974
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Information contained in this communication is confidential. If you are not
the intended recipient the information should not be used, disclosed, copied
or commercialised. The information is not necessarily the views nor the
official communication of Public Trust. No guarantee or representation is
made that the communication is free of errors, virus or interference.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


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 a single value by doing
a translate back into the primary file.

It's ugly but it works.

Replace a and v with the real attribute number
and value number.

ED DICT filename FIELD-a.v
New record.
: I
0001= A
0002= 0
0003=  
0004=  
0005=  
0006=  
0007=  
0008= Tfilename;X;;a,v
0009= L
0010= 20
0011= 
Bottom at line 10.
: FI
FIELD-a.v filed in file DICT filename.

There is also an alternate syntax, with the
value number appended to the translate opcode,
in which case line 8 would look like

0008= Tfilename;Xv;;a

For example, you could get value 9 of attr 35 of the INV file
by doing either
   TINV;X;;35,9
or
   TINV;X9;;35

If possible, avoid this form and just use a simple I descriptor,
or, if you're on SB+, just use /FD to define field number a.v
(for example, field number 35.9).


The information contained in this e-mail message may be privileged 
and confidential information and is intended only for the use of 
the individual and/or entity identified in the alias address of 
this message.  If the reader of this message is not the intended 
recipient, or an employee or agent responsible to deliver it to the 
intended recipient, you are hereby requested not to distribute or 
copy this communication. If you have received this communication in 
error, please notify us immediately by telephone or return e-mail and 
delete the original message from your system.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


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?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
David Tod
Sigafoos
Sent: 01 July 2004 06:34
To: [EMAIL PROTECTED]; James Canale, Jr.
Subject: RE: [U2] problems with XP and PE


James, thanks for the reply.

It is Universe PE (just downloaded yesterday).

I have shutdown my virus protection but still have not had
any luck.

off topic
By the way .. i use NOD32 which I have found to be the best
non-intrusive
virus protection around.  The XPHome box running universe is
also
running
NOD32 and has no conflicts.
/off topic

thanks again

DSig
David Tod Sigafoos


-Original Message-
From: James Canale, Jr. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Wed, 30 Jun 2004 20:20:35 -0400
Subject: RE: [U2] problems with XP and PE

 You didn't mention if this is UniData or UniVerse.  I'm
going to
 assume that it is UniData as I ran into a problem of this
nature some
 time ago.  I was
 able to start UniData (all services running properly) and
get it to
 work
 with the 'UDT' program, but not any type of telnet
program.  It turned
 out
 that it wouldn't work if I was running McAfee Anti Virus.
Once I
 remove
 that, telnet to UniData worked fine.  HTH.

 Regards,

 Jim

  I have just installed PE onto an XP pro machine.  I am
unable to
 connect
  through telnet.  Service shows started but no joy in
Mudville
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eugene Perry
Sent: 01 July 2004 05:00
To: [EMAIL PROTECTED]
Subject: [U2] SUBR dictionary types

Hello,

I was given the task of finding out why some dictionary items were not
working.  This is running on an NT version of Universe.  I am testing it out
on 10.1 PE.

The first thing that I found was that the dictionaries were calling programs
but the first attribute was a V not an I.  I changed it to an I and did a
list of the file and got an error message of Cannot compile type 1 or 19
dictionary file.

Any suggestions?  It works on D3 and Unidata but not on Universe.

Thanks

Eugene
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


This email was checked by MessageLabs SkyScan before entering Microgen.



This email was checked on leaving Microgen for viruses, similar
malicious code and inappropriate content by MessageLabs SkyScan.

DISCLAIMER

This email and any attachments are confidential and may also be
privileged.

If you are not the named recipient, please notify the sender
immediately and do not disclose the contents to any other
person, use it for any purpose, or store or copy the information.

In the event of any technical difficulty with this email, please
contact the sender or [EMAIL PROTECTED]

Microgen Information Management Solutions
http://www.microgen.co.uk
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


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 something like that?  This might have been running
very fast at 3 am.  We do at times when the machine is lightly loaded, see
errors where the Capture file has not been created.

Sara,

we had a similar problem with a program running within one of our nighty
cron-jobs. The programmer was a little lazy and opened (and closed) a file
several times within this program. It was a big dynamic, distributed file
with some secondary keys. Next morning (with some more load on the mashine)
we could rerun the program without any problems.

I programmed a work-around by putting a SLEEP statement in the ELSE clause
of the OPEN statement and trying the same OPEN a second time:

  OPEN '',BUCHDAT TO BUCH ELSE
 PRINT 'Error opening: ' : BUCHDAT : ''
 PRINT 'STATUS() = ' : STATUS() : ''
 PRINT 'Next try in 5 seconds!'
 SLEEP 5
 OPEN '', BUCHDAT TO BUCH ELSE
PRINT 'Second try unsucessfull! Gave up.'
PRINT 'STATUS() = ' : STATUS() : ''
STOP
 END
 PRINT 'Second try sucessfull!!!'
  END

Probably not the best solution (quick and dirty) but it works. From time
to time we get the message, that the second try was sucessfull and programm
never crashed again.

HTH
Thomas

P.S. Pardon my poor English, I'm writing from Germany.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Mailscanner thanks transtec Computers for their support.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


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]
[mailto:[EMAIL PROTECTED] On Behalf Of Sara Burns
Sent: Friday, 2 July 2004 2:11 PM
To: U2 List ([EMAIL PROTECTED])
Subject: [U2] UV Read failure


SNIP 
0079 TRAN*y 15 
0080 Program PTREVBRB: Line 15, Read operation failure. [EFAULT] Bad
address 0081 [201] 'CONTRACT' IS NOT A FILE NAME 
 
CONTRACT was being used a few seconds before.
SNIP
 
I wish it were that simple but here is the Opens section
*  
0013   OPEN 'X.REF' TO XREF ELSE STOP 201,'X.REF'   
0014   OPEN 'TOFL' TO TOFL ELSE STOP 201,'TOFL' 
0015   OPEN 'CONTRACT' TO CONTRACT ELSE STOP 201,'CONTRACT' 
 
The program would appear to definitely be trying to open CONTRACT.
 
This program is a subroutine being called multiple times through a loop, and
would have opened CONTRACT in the previous iteration.  Having just written
that I think - why are we doing this - but that is another matter, over
which we may have less control.  
Could it be that AIX is not releasing the files fast enough and we are
running out of MFILES or something like that?  This might have been running
very fast at 3 am.  We do at times when the machine is lightly loaded, see
errors where the Capture file has not been created.
 
All thoughts appreciated
Regards,
Sara Burns
 
 
 
 
Sara Burns (SEB) 
Development Team Leader

Public Trust 
Phone: +64 (04) 474-3841 (DDI) 

Mobile: 027 457 5974
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Information contained in this communication is confidential. If you are not
the intended recipient the information should not be used, disclosed, copied
or commercialised. The information is not necessarily the views nor the
official communication of Public Trust. No guarantee or representation is
made that the communication is free of errors, virus or interference.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
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 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 licence from
BACS where the costs are lower but usually they do not expose all of the
data. If you are looking to ship a product that needs to contain the
sort code data you may be able to get a reseller discount. 

Hope that helps

Cheers

Eric


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 30 June 2004 09:05
To: [EMAIL PROTECTED]
Subject: [U2] UK Post codes and UK sort code

Does anyone have a UK postcode validation file or know where I can buy
one and the same for UK bank sort codes?

Many thanks
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.712 / Virus Database: 468 - Release Date: 27/06/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.712 / Virus Database: 468 - Release Date: 27/06/2004
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


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 field
10 of the UD one) and 002 became pretty excessive and unreadable. They did
work though.

IMHO, having many years of experience with UD/UV/D3/MCD/ULT and native dict
items, UV's is the most advanced as it can support both the 10 line that I
(we) grew up on and the 6/7 line UD style.

my 6/7 cents.
- Original Message -
From: Rosenberg Ben [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 02, 2004 4:15 AM
Subject: RE: [U2] building DICT items


 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 a single value by doing
 a translate back into the primary file.

 It's ugly but it works.

 Replace a and v with the real attribute number
 and value number.

 ED DICT filename FIELD-a.v
 New record.
 : I
 0001= A
 0002= 0
 0003=
 0004=
 0005=
 0006=
 0007=
 0008= Tfilename;X;;a,v
 0009= L
 0010= 20
 0011=
 Bottom at line 10.
 : FI
 FIELD-a.v filed in file DICT filename.

 There is also an alternate syntax, with the
 value number appended to the translate opcode,
 in which case line 8 would look like

 0008= Tfilename;Xv;;a

 For example, you could get value 9 of attr 35 of the INV file
 by doing either
TINV;X;;35,9
 or
TINV;X9;;35

 If possible, avoid this form and just use a simple I descriptor,
 or, if you're on SB+, just use /FD to define field number a.v
 (for example, field number 35.9).


 The information contained in this e-mail message may be privileged
 and confidential information and is intended only for the use of
 the individual and/or entity identified in the alias address of
 this message.  If the reader of this message is not the intended
 recipient, or an employee or agent responsible to deliver it to the
 intended recipient, you are hereby requested not to distribute or
 copy this communication. If you have received this communication in
 error, please notify us immediately by telephone or return e-mail and
 delete the original message from your system.
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


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)


  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak
  Sent: Thursday, July 01, 2004 1:48 PM
  To: [EMAIL PROTECTED]
  Subject: RE: [U2] Unidata 6 XML DTD question

 Is anyone else seeing long delays between posting and seeing their
 message appear on the list, or is it just me?  I posted this at 1:48 PM
 and just got it back at 3:12 PM.

 I post to other lists and my messages show up almost immediately.  While
 I would ordinarily blame Exchange or the campus post office, I would
 think that would affect all of my email.  And this started when the
 lists switched over to u2ug.org, my posts used to (re)appear immediately
 on oliver.com.  Any idea what has changed?

 -- 
 Wendy Smoak
 Application Systems Analyst, Sr.
 ASU IA Information Resources Management
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 [ E-mail scanned Virus Free by NAI - McAfee anti-virus system ]





---
[ E-mail scanned Virus Free by NAI - McAfee anti-virus system ]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


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-users

 
To: U2 List ([EMAIL PROTECTED]) [EMAIL PROTECTED]
cc: 
Subject:[U2] UV Read failure

SNIP 
0079 TRAN*y 15 
0080 Program PTREVBRB: Line 15, Read operation failure. [EFAULT] Bad
address
0081 [201] 'CONTRACT' IS NOT A FILE NAME 
 
CONTRACT was being used a few seconds before.
SNIP
 
I wish it were that simple but here is the Opens section
* 
0013   OPEN 'X.REF' TO XREF ELSE STOP 201,'X.REF' 
0014   OPEN 'TOFL' TO TOFL ELSE STOP 201,'TOFL' 
0015   OPEN 'CONTRACT' TO CONTRACT ELSE STOP 201,'CONTRACT' 
 
The program would appear to definitely be trying to open CONTRACT.
 
This program is a subroutine being called multiple times through a loop, 
and
would have opened CONTRACT in the previous iteration.  Having just written
that I think - why are we doing this - but that is another matter, over
which we may have less control. 
Could it be that AIX is not releasing the files fast enough and we are
running out of MFILES or something like that?  This might have been 
running
very fast at 3 am.  We do at times when the machine is lightly loaded, see
errors where the Capture file has not been created.
 
All thoughts appreciated
Regards,
Sara Burns
 
 
 
 
Sara Burns (SEB) 
Development Team Leader

Public Trust 
Phone: +64 (04) 474-3841 (DDI) 

Mobile: 027 457 5974
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Information contained in this communication is confidential. If you are 
not
the intended recipient the information should not be used, disclosed, 
copied
or commercialised. The information is not necessarily the views nor the
official communication of Public Trust. No guarantee or representation is
made that the communication is free of errors, virus or interference.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[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] 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 please visit http://listserver.u2ug.org/


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, OCCURRENCE,
BEGIN ) )
03: ND

From an I-desc:

01: I
02: SUBR( '*CHANGE', @ID, X, (X), '' )
---
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 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 to use change(), inside a I-Desc (UV)


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/


This e-mail, including attachments, may include confidential and/or 
proprietary information, and may be used only by the person or entity to 
which it is addressed. If the reader of this e-mail is not the intended 
recipient or his or her authorized agent, the reader is hereby notified 
that any dissemination, distribution or copying of this e-mail is 
prohibited. If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail immediately. 
---
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 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 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/
---
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 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-Desc (UV)


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 please visit http://listserver.u2ug.org/
---
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 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 time after the target letter, so a select doesn't
make it any easier. This is strictly a visual ease case.

George

-Original Message-
From: Haas, John [mailto:[EMAIL PROTECTED]
Sent: Friday, July 02, 2004 4:11 PM
To: [EMAIL PROTECTED]
Subject: RE: [U2] How to use change(), inside a I-Desc (UV)


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: [U2] How to use change(), inside a I-Desc (UV)


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/


THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL OR
ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN INFORMATION
THAT IS PRIVILEGED, CONFIDENTIAL, AND EXEMPT FROM DISCLOSURE
UNDER APPLICABLE LAW. If the reader of this message is not the
intended recipient, or the employee or agent responsible for
delivering the message to the intended recipient, you are
hereby notified that any dissemination, distribution,
forwarding, or copying of this communication is strictly
prohibited. If you have received this communication in error,
please notify the sender immediately by e-mail or telephone,
and delete the original message immediately. For more
information, please visit http://www.bakerlaw.com.  Thank you.
  
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
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(), inside a I-Desc (UV)

 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 time after the target letter, so a select doesn't
 make it any easier. This is strictly a visual ease case.
 
 George
 
 -Original Message-
 From: Haas, John [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 02, 2004 4:11 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [U2] How to use change(), inside a I-Desc (UV)
 
 
 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: [U2] How to use change(), inside a I-Desc (UV)
 
 
 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/
 
 
 THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL OR
 ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN INFORMATION
 THAT IS PRIVILEGED, CONFIDENTIAL, AND EXEMPT FROM DISCLOSURE
 UNDER APPLICABLE LAW. If the reader of this message is not the
 intended recipient, or the employee or agent responsible for
 delivering the message to the intended recipient, you are
 hereby notified that any dissemination, distribution,
 forwarding, or copying of this communication is strictly
 prohibited. If you have received this communication in error,
 please notify the sender immediately by e-mail or telephone,
 and delete the original message immediately. For more
 information, please visit http://www.bakerlaw.com.  Thank you.
   
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
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] 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] 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 section, make sure you have at least one.

- Chuck
David Tod Sigafoos wrote:
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 cannot login as administrator unless you do so from
DB safe mode,
DB and safe mode won't allow you to do anything!
DB XP Pro is more lenient
DB In your first post you said XP Pro
DB In the last one you said XP Home
DB which is it?

 

--
- Charles Barouch
(718) 762-3884 x 1 - Key Ally Voice mail
[EMAIL PROTECTED]- Consulting services
[EMAIL PROTECTED]   - News
[EMAIL PROTECTED]   - U2-Users Moderator
[EMAIL PROTECTED] - Zeus Data Integration
Mount Olympus, Home of Zeus Data Integration
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/