HP OpenVMS Systemsask the wizard |
The Question is:
I was attempting to delete a user's subdirectory.
All was going well until the strange message below.
I have never seen this particular message before.
Please advise. Thanks.
_$ del/log USER1:[PONEI.DSP.KLE.FULLERTON.KLE.JOURNAL]*.*;*
%DELETE-W-FILNOTDEL, error deleting
USER1:[PONEI.DSP.KLE.FULLERTON.KLE.JOURNAL]T
ABLE4.BCK;1
-RMS-F-DELJNS, deleting a file marked for journaling not yet supported
(unmark f
ile for journaling first)
_$ dir/full USER1:[PONEI.DSP.KLE.FULLERTON.KLE.JOURNAL]*.*;*
Directory USER1:[PONEI.DSP.KLE.FULLERTON.KLE.JOURNAL]
TABLE4.BCK;1 File ID: (45340,56957,0)
Size: 0/0 Owner: [IAMS,PONEI]
Created: 8-APR-1992 16:36:16.56
Revised: 24-NOV-1998 17:01:30.35 (5)
Expires: <None specified>
Backup: 21-NOV-1998 00:36:16.04
File organization: Sequential
File attributes: Allocation: 0, Extend: 0, Global buffer count: 0
No version limit
Record format: Variable length
Record attributes: Carriage return carriage control
RMS attributes: None
Journaling enabled: AI (disabled by BACKUP)
AI journal file: Not available
File protection: System:RWED, Owner:RWED, Group:RE, World:
Access Cntrl List:
(RMS_AI_JOURNAL,JOURNAL_FILE=DISK$C003$USER_4:(3427,10,0),
JOURNAL_LEVEL=1,JOURNAL_CREATION_DATE=
8-APR-1992:16:36:24.85,JOURNAL_STREAM_INDEX=1,
BACKUP_SEQUENCE_NUMBER=1,JOURNAL_CONSISTENCY_DATE=
17-NOV-1858:00:00:00.00,JOURNALING_OPTIONS=JOURNAL_DISABLED+
BACKUP_PERFORMED,OPTIONS=HIDDEN+PROTECTED+NOPROPAGATE)
Total of 1 file, 0/0 blocks.
The Answer is :
It would appear that RMS after-image journaling is enabled on the target
file. Disable it using the SET FILE journal-related qualifier before
deletion: SET FILE/[NO]AI_JOURNAL...
On more recent OpenVMS systems (V6 and later), HELP/MESSAGE DELJNS can
return:
DELJNS, deleting a file marked for journaling not yet supported
(unmark file for journaling first)
Facility: RMS, OpenVMS Record Management Services
Explanation: An attempt was made to delete a file marked for after-image,
before-image, or recovery unit journaling.
User Action: Unmark the file for journaling, then delete the file.
|