[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

3254.0. "Rename account - problem with logicals" by BACHUS::BHP144::Laroche (Veerle Laroche) Thu Sep 09 1993 10:18


Rename account fails due to logicals.

A customer tried to rename an account which was located on the following
directory:

disk$a1_bck:[kever.allin1]	renamed to 	disk$a1_bck:[fratz.allin1]	

The script sm_rna_directory.scp renamed the directories correct, but the 
following command failed ;

   GET OA$DCL='RENAME ' #old_direct_file ' ' #new_direct_file	=>works ok

   .IF OA$DIR_SEARCH.ALLBUTVER[#new_direct_file] NES #new_direct_file -
   THEN .GOTO failed_rename_dir

					=>works not ok

oa$dir_search.allbutver[#new_direct_file] returns 

	$1$dia7:[000000]fratz.dir

#new_direct_file = disk$a1_bck:[000000]fratz.dir


The .if test fails.


Any comments ?


Veerle Laroche	

T.RTitleUserPersonal
Name
DateLines
3254.1DEFINE/TRANS=(CONC,TERM)IOSG::BURTONALL-IN-1 BuilderThu Sep 09 1993 12:469
    The difference in value of #new_direct_file from
    oa$dir_search.allbutver[#new_direct_file] could be due to the way the
    disk logical disk$a1_bck is defined.  For this to work, it should be
    defined with /TRANSLATION_ATTRIBUTES=(CONCEALED,TERMINAL).  This is a
    system startup problem.
    
    Regards,
    
    Martin.