Re: [UV] Max RecId Length with Type1 files (Solution)

2004-04-23 Thread John_Appleyard

Charles,

I've "migrated" to Type19, which overcomes this apparent limitation.

Many thanks for your assistance.

Regards,
John Appleyard



   
   
  Results  
   
  <[EMAIL PROTECTED] To:  U2 Users Discussion List 
<[EMAIL PROTECTED]>
  .com>cc:  (bcc: John 
Appleyard/BSDUK/AJG)   
  Sent by:             Subject: Re: [UV] Max RecId Length with 
Type1 files
  u2-users-bounces 
   
  @oliver.com  
   
   
   
   
   
  23/04/2004 13:05 
   
  Please respond   
   
  to U2 Users  
   
  Discussion List  
   
   
   
   
   




John,
Type 1 is only there for backward compatibility. Type 19 does the
same job but has fewer complications.

--
 Sincerely,
  Charles Barouch
  www.KeyAlly.com
  [EMAIL PROTECTED]





-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] Max RecId Length with Type1 files

2004-04-23 Thread Brian Leach
> create a new type 19
> copy in the type 1
> delete the type 1


Don't copy binary data like object code using the COPY command - it will
screw up 
(Char(254) <-> Char(10) conversions)

RESIZE GLOBAL.CATDIR 19

Brian


-



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]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] Max RecId Length with Type1 files

2004-04-23 Thread Bob Witney
create a new type 19
copy in the type 1
delete the type 1

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Claus Derlien
Sent: 23 April 2004 13:13
To: 'U2 Users Discussion List'
Subject: RE: [UV] Max RecId Length with Type1 files


How do you change a type1 to a type 19, on our setup the global catdir is a
type 1 file, and some of our 
programs have rather lengthy names ??

Claus Derlien
edb-afdelingen
direkte : 63 13 86 69
email   : [EMAIL PROTECTED]


Frie Funktionærer - faglig organisation og tværfaglig a-kasse - www.f-f.dk

***
Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, der 
kun er beregnet for adressaten,
og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en fejltagelse 
modtaget denne email, bedes
De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand tak.
***
This email and any files transmitted with it may contain confidential information 
intended for the addressee(s) only.
The information is not to be surrendered or copied to unauthorised persons. If you 
have received this
communication in error, please notify us immediately by telephone: +45 6313 8550. 
Thank you.
***

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] Max RecId Length with Type1 files

2004-04-23 Thread Claus Derlien
How do you change a type1 to a type 19, on our setup the global catdir is a
type 1 file, and some of our 
programs have rather lengthy names ??

Claus Derlien
edb-afdelingen
direkte : 63 13 86 69
email   : [EMAIL PROTECTED]


Frie Funktionærer - faglig organisation og tværfaglig a-kasse - www.f-f.dk

***
Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, der 
kun er beregnet for adressaten,
og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en fejltagelse 
modtaget denne email, bedes
De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand tak.
***
This email and any files transmitted with it may contain confidential information 
intended for the addressee(s) only.
The information is not to be surrendered or copied to unauthorised persons. If you 
have received this
communication in error, please notify us immediately by telephone: +45 6313 8550. 
Thank you.
***

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [UV] Max RecId Length with Type1 files

2004-04-23 Thread Results
John,
   Type 1 is only there for backward compatibility. Type 19 does the 
same job but has fewer complications.

--
Sincerely,
 Charles Barouch
 www.KeyAlly.com
 [EMAIL PROTECTED]


[EMAIL PROTECTED] wrote:

We've encountered a problem such that when writing records to a Type 1
file, with a Record Id length greater than 41 characters, the Record Id is
truncated to the first 41 characters.


--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] Max RecId Length with Type1 files

2004-04-23 Thread Bob Witney
No probes on our Universe 9

i.e
:ED BP 12345678901234567890123456789012345678901234567890
New record.

: FILE
"12345678901234567890123456789012345678901234567890" filed in file "BP".
:.X
01 ED BP 12345678901234567890123456789012345678901234567890
0 lines long.

Which I realise is not actually a great help :-)

Bob

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of chris
Sent: 23 April 2004 12:52
To: U2 Users Discussion List
Subject: Re: [UV] Max RecId Length with Type1 files


hard coded maximum
type 19 files are based on machine limits

Chris


[EMAIL PROTECTED] wrote:

>UniVerse: 10.0.10
>Windows: 2000 Server
>
>We've encountered a problem such that when writing records to a Type 1
>file, with a Record Id length greater than 41 characters, the Record Id is
>truncated to the first 41 characters.
>
>Does anyone whether this is:-
>  a hard coded maximum?
>  configurable?
>  a UniVerse bug?
>
>Any/all thoughts welcome...
>
>Thanks,
>John Appleyard
>
>
>
>  
>

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [UV] Max RecId Length with Type1 files

2004-04-23 Thread chris
hard coded maximum
type 19 files are based on machine limits
Chris

[EMAIL PROTECTED] wrote:

UniVerse: 10.0.10
Windows: 2000 Server
We've encountered a problem such that when writing records to a Type 1
file, with a Record Id length greater than 41 characters, the Record Id is
truncated to the first 41 characters.
Does anyone whether this is:-
 a hard coded maximum?
 configurable?
 a UniVerse bug?
Any/all thoughts welcome...

Thanks,
John Appleyard


 

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users