dbTalk Databases Forums  

Truncated file name in UV

comp.databases.pick comp.databases.pick


Discuss Truncated file name in UV in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
TMAN
 
Posts: n/a

Default Truncated file name in UV - 10-31-2003 , 09:13 PM






Hi,

When I create a file with name more than 12 characters, the file created in
unix is truncated. It seem like UV default setting. Anybody over there know
how to set it not truancate?

Rgds,

Man



Reply With Quote
  #2  
Old   
Richard Wilson
 
Posts: n/a

Default Re: Truncated file name in UV - 11-01-2003 , 04:49 AM






do help on LONGNAME or LONGNAMES

TMAN wrote:
Quote:
Hi,

When I create a file with name more than 12 characters, the file created in
unix is truncated. It seem like UV default setting. Anybody over there know
how to set it not truancate?

Rgds,

Man




Reply With Quote
  #3  
Old   
Allen Egerton
 
Posts: n/a

Default Re: Truncated file name in UV - 11-01-2003 , 08:40 AM



On Sat, 1 Nov 2003 11:13:56 +0800,
"TMAN" <tman (AT) tasan (DOT) com.hk> wrote:

Quote:
Hi,

When I create a file with name more than 12 characters, the file created in
unix is truncated. It seem like UV default setting. Anybody over there know
how to set it not truancate?
Check out "LONGNAMES ON". Remember that NEWACCT controls the way that
new accounts are created, so if you want the default to be LONGNAMES
ON, change it there too. Otherwise, you'll have to issue the command
for each account.

--
Allen Egerton
aegerton (AT) 99main (DOT) com


Reply With Quote
  #4  
Old   
iJah
 
Posts: n/a

Default Re: Truncated file name in UV - 11-01-2003 , 09:03 AM



On Sat, 1 Nov 2003 11:13:56 +0800, "TMAN" <tman (AT) tasan (DOT) com.hk> wrote:

Quote:
Hi,

When I create a file with name more than 12 characters, the file created in
unix is truncated. It seem like UV default setting. Anybody over there know
how to set it not truancate?

Rgds,

Man

yes, i guess that's by default a throwback to ensure compatability
with unix like systems which in the 'old days' didn't handle filenames
more than 12 or 14 characters.

to get UV to create a file without truncating the name at the
filesystem level i believe you need to execute the command 'LONGNAMES
ON NEWACC,[FLAVOR]

Only certain 'flavors' of UV support longnames - the flavor 'PICK'
does not, the flavor 'IN2' does.

So... use the command 'LONGNAMES ON NEWACC,IN2' to be sure the feature
really does get turned on and work for you.

'. i don't think that command turns the long filenames feature on
permanently for whatever account your are logged into. you have to do
it just before you create a file - or maybe stick it in the login
proc/paragraph so you are sure it's always in effect when you are
doing a UV session.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.