| 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 |
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.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3254.1 | DEFINE/TRANS=(CONC,TERM) | IOSG::BURTON | ALL-IN-1 Builder | Thu Sep 09 1993 11:46 | 9 |
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.
| |||||