;
;	File Utilities Message File
;
;	This file contains the error and text messages used by the File
;	Utilities. This file may be edited to change the text of any
;	messages occuring in File Utilities. The utility Create Message File
;	is provided to build a binary formatted binary text file which is 
;	read by the File Utilities. 
;
;	The syntax of this is described below. Each message in the file
;	is defined by
;
;	<colon>nnnnn<colon>  <delim> Text <delim>
;
;	
;	
;	Macro expansion syntax
;
;
;	Macro	String to be inserted
;
;	U		workstation user name.
;	Dn		system datetime formatted with template number n.
;	Kn		keycap text for key number n.
;	nD		nth parameter as datetime
;	nN		nth parameter as unsigned integer
;	nS		nth parameter as a string
;	n		nth parameter as a string
;
;	Date Time Template Definitions.
;
;
;	Type		  			Examples			Max. Length.
;	________________________________________________________
;	Columnar 	0000h	 71885  9:03AM			16
;	numeric				100885 11:13PM
;	date and
;	time of
;	day
;
;	Numeric		0001h 	71885 9:03AM				16
;	date and            100885 11:13PM
;	time of
;	day
;
;	Columnar	0002h	Jul  1, 1985  9:03 AM		26
;	date and			Jul 18, 1985 11:13 PM
;	time of day
;
;	Date and	0003h	Jul 1, 1985 9:03AM			26
;	time of				Jul 18, 1985 11:13PM
;	day
;
;	Columnar	0004h	Mon Jul  1, 1985  9:03 AM	30
;	day, date,			Mon Jul 18, 1985 11:13 PM
;	and time
;	of day
;
;	Day, date,	0005h	Mon Jul 1, 1985 9:03 AM		30
;	and time			Mon Jul 18, 1985 11:13 PM
;	of day
;
;	Columnar	0006h	23:43	 					5
;	24hour				07:00
;	time of
;	day*
;
;	24hour		0007h	23:43						5
;	time of				7:00
;	day*
;
;	*For applications that want 24hour time regardless of country.
;
;	Columnar	0008h	11:43PM	 					8
;	time of				 7:00AM
;	day
;
;	Time of		0009h	11:43PM	 					8
;	day					7:00AM
;
;	Columnar	000Ah	111885					8
;	numeric				010101
;	date
;
;	Numeric		000Bh	111885					8
;	date				1101
;
;	Time		000Ch	09:03:05	 				8
;
;	Temporary	000Dh	09:03:05.tmp				30
;	file name			23:03:05.tmp
;
;	Long day	000Eh	Monday June 3, 1985			45
;	and date
;
;	Long date	000Fh	June 3, 1985				30
;
;	Columnar	0010h	01010107:09:05AM			40
;	datetime
;	for file
;	names**
;
;	**Various strings are normally appended to construct file names.  No
;	  spaces should be allowed.
;
;
;	Keycap Text definitions 
;
;	Name		Number		Text
;	============================
;	Action		1			ACTION
;	Backspace	2			BACK SPACE
;	Bound		3			BOUND
;	Cancl		4			CANCEL
;	Code		5			CODE
;	Copy		6			COPY
;	Delete		7			DELETE
;	Finish		8			FINISH
;	Go			9			GO
;	Help		10			HELP
;	Lock		11			LOCK
;	Mark		12			MARK
;	Move		13			MOVE
;	Next		14			NEXT
;	NextPage	15			NEXT PAGE
;	OverType	16			OVER TYPE
;	PrevPage	17			PREV PAGE
;	Return		18			RETURN
;	ScrlDown	19			SCROLL DOWN
;	ScrlUp		20			SCROLL UP
;	Shift		21			SHIFT
;	Tab			22			TAB
;
;

==============================================================================

Floppy Copy Error Codes
  Note  These message numbers correspond directly to CTOS status codes.
  Some of these message numbers also appear in the Executive Messages File,
  ExecMsg.txt, but may have slightly different text.

:0: 	No error.
:1: 	End of file (EOF) (Error 1).
:2: 	End of medium (EOM) (Error 2).
:6: 	The master workstation is not responding (Error 6).

Begin Version Messages

:100: 
Run File Version Program 
:101: NOT A RUN FILE.

:102: System error 0N
:103: Run File Format: V
:104: Distrix
:105: Gdt
:106: LowData
:107: Protected
:108: Pmos
:109: GdtPmos
:110: Real
:111: Mode: 
:112: Changing mode from 
:113:  to 
:114: done.
:115:  ... 
:116: Invalid mode parameter  Valid modes are:
	Protected, GDTProtected, LowDataGdtProtected, Real, 
	HighMemProtected, HighMemGdtProtected, CodeSharingServer,
	ConditionalProtected, HighMemCodeSharingServer, and PMOS.
:117: This is an old format run file  Cannot change mode.
:118: Run file mode is not unique.
:119:  none 
:120: Min dynamic memory: 
:121: Max dynamic memory: 
:122: Static memory size: 
:123:      <all>
:124: Conditionally 
:125: This run file does not support conditional run file modes.
:126: OS internal version >= 
:127: WARNING: You may not change the conditional field exists bit (0004h).
:128: Invalid internal OS version parameter  Valid numbers are of the form X.Y
where X and Y are decimal numbers less than 256.  For example,

		[Run file mode]  Protected 12.0
:129: Parameter on line 1 of the form is invalid or missing.
:130: This file was linked with pre11.0 Linker. Cannot change mode.
:131: Changing mode from 0S to 1S ... 
:132: Mode: 0S
:133: Library does not contain valid version information.
:134: HighMemProtected
:135: HighMemGDTProtected
:136: CodeSharingServer
:137: HighMem
:138: HighMemCodeSharingServer


End of Version messages

:202:	Directory full (Error 202).
:203:	No such file (Error 203).
:204:	No such directory (Error 204).
:205:	Bad file specification (Error 205).
:210:	Bad file handle (Error 210).
:211:	Bad buffer size (Error 211).
:213:	No free FAB (Error 213).
:214:	No free file number (Error 214).
:215:	No such volume or device (Error 215).
:216:	Volume not mounted (Error 216).
:217:	Invalid password (Error 217).
:219:	Access denied (Error 219).
:220:	File in use (Error 220).
:221:	File header bad checksum (Error 221).
:224:	File already exists (Error 224).
:225:	No free File Headers (Error 225).
:226:	Free File Headers broken (Error 226).
:227:	Device is in use (Error 227).
:228:	Device already mounted (Error 228).
:229:	Device not mounted (Error 229).
:230:	Disk full or fragmented (Error 230).
:232:	No valid volume home block (Error 232).
:234:	Odd bytes buffer address (Error 234).
:235:	Original volume no longer mounted (Error 235).
:243:	Volume structure verify error (Error 243).
:250:	File contains too many extents (Error 250).
:255:	Data verification error (Error 255).)
:300:	Device not ready (Error 300).
:301:	IO error (Error 301).
:302:	Write protected (Error 302).
:303:	No free IO Block (Error 303).
:320:	Floppy disk controller error busy in comand (Error 320).
:321:	Floppy disk controller never ready in command (Error 321).
:322:	Floppy disk controller data input in command (Error 322).
:323:	Floppy disk controller never ready in result (Error 323).
:324:	Floppy disk controller not data input in result (Error 324).
:325:	Floppy disk controller not busy after Xfer request (Error 325).
:326:	Floppy disk controller wrong unit after Xfer request (Error 326).
:327:	Floppy disk controller busy without Xfer request (Error 327).
:328:	Floppy disk controller interrupt from undefined unit (Error 328).
:329:	Floppy time out (Error 329).
:330:	Incomplete DMA transfer tofrom floppy (Error 330).
:340:	Disk controller busy in command (Error 340).
:341:	Disk controller never ready in command (Error 341).
:342:	Disk controller data input in command (Error 342).
:343:	Disk controller never ready in result (Error 343).
:344:	Disk controller not data input in result (Error 344).
:345:	Disk controller not busy after Xfer request (Error 345).
:346:	Disk controller wrong unit after Xfer request (Error 346).
:347:	Disk controller busy without Xfer request (Error 347).
:348:	Disk controller interrupt from undefined unit (Error 348).
:349:	Disk timeout (Error 349).
:350:	Incomplete DMA transfer tofrom disk (Error 350).
:351:	Bad disk controller (Error 351).
:400:	Not enough memory available (Error 400).
:402:	Memory deallocation error (Error 402).
:410:	All exchanges already allocated (Error 410).
:411:	Exchange deallocation error (Error 411).

==============================================================================

Common Messages for File Utilities
   Sources  CommonMsg.Asm, TtyIoMsg.Asm, MvamMsg.Asm, TapeIoMsg.Asm
     and miscellaneous file utilities

:34101: 
    (Press K9 to confirm, K4 to deny, or K8 to finish the utility)

:34103: Syntax error in parameter 
:34104: year is invalid
:34105: day is invalid or not in month
:34106: day and date disagree
:34107: illegal time
:34108: invalid number
:34109: expecting yes or no
:34110: invalid password
:34111: invalid device or volume name
:34112: invalid file specification  [vol]<dir>file
:34113: invalid directory name
:34114: too many wildcards specified
:34115: invalid file specification; file name missing or too long
:34116: syntax error in datetime
:34117: invalid number of arguments
:34118: expect yes, no or cylheadsec
:34119: Not enough arguments provided.
:34120: invalid file specification  {node}[vol]<dir>file.
:34121: CPU division error.
:34122: **OVFL**
:34123:  (Type Y or N) 
:34124: Error writing to log file.
:34125: Page
:34126: Press <K15><K18> to continue
:34127: <K9>
:34128: CPU Division Error
:34129: 
Please mount 
:34130: Cannot open file  error : 
:34131: 
File already exists, overwrite?
:34132: Not enough room on disk.  Use another.
:34133: 
Creating archive file ... 
34134  Not used
34135  Not used
:34136: Error 
:34137:  (see documentation)
:34138: Error 0N (see documentation)
:34139: 

**** Cannot load Exit Run File, please reinsert system diskette.
:34140: 
Configuration file cannot be found.  Please enter following information: 
:34141: 
(<K9><ESC> to quit loop, <K18> to continue)
:34142: 
     Record size (hex) [
:34143: 
     Rewind on completion ? [
:34144: 
     High Speed Tape ? [
:34145: Quarter Inch Tape Retension Utility, Version 
:34146: Quarter Inch Tape Erase Utility, Version 
:34147: Device (default = [QIC]) 
:34148: 
Please insert Quarter Inch Cartridge, then hit a key to continue: 
:34149: 
Retensioning the QIC tape ... 
:34150: 
Erasing the QIC tape ... 
:34151: <K9>
:34152: YES
:34153: NO
Reserve msg nbrs thru 34200 for expansion.
  End Common Messages for File Utilities

==============================================================================

FloppyCopy Error Messages

:34201: Floppy Copy 
:34202: 
Invalid parameter 0N 
:34203: 

The floppy disk drive 0S must be a local device. 
:34204: 

The device 0S does not exist or is not a floppy drive.
:34205: 

This is not a dual floppy workstation.
:34206: '
Volume name: 0S'
:34207: 


Copy Number 0S of 1S.
:34208: 
Formatting 0S ... 
:34209: 

WARNING: Soft IO Error at lfa 0S1S (hex) of 2S
:34210: 
	IO Error at lfa 0S1S (hex)
:34211: 

Note: Copy cannot be mounted due to duplicate volume name.
:34212: 

In dual floppy mode, device names must be different.
:34213: 

In dual floppy mode, you must specify two devices.
:34214: 



Insert MASTER floppy to be copied in drive 0S.
Press K9 to continue or K8 to quit. 
:34215: 
Insert blank diskette in drive 0S.
Press K9 to continue, K4 to use another master, or K8 to quit. 
:34216: 



Insert MASTER floppy in drive 0S and blank diskette in drive 1S.
Press K9 to continue or K8 to quit. 
:34217: 
	Press K9 to continue or K8 to quit. 
:34218: 
	Press K9 to continue or K8 to deny. 
:34219: '

	Diskette in drive 0S is a valid volume.
	Volume name: 1S
	Password:    2S
	Overwrite OK?
'
:34220: 
Copying 0S to 1S ... 
:34221: 

	Diskette in drive 0S is not a valid volume.
	Do you wish to copy this diskette?
:34222:  (8inch diskette)
:34223:  (single sided 5inch diskette)
:34224:  (dual sided 5inch diskette)
:34225: '

	Diskette in drive 0S is a valid volume.
	Volume name: 1S
	Overwrite OK?
'

FloppyCopy Internal Errors (originally 8001h and 8002h)
     NOTE  these messages are different in Exec.

:34236:	Data compare error.
:34237:	Cannot use drives at another workstation.


Reserve msg nbrs thru 34240 for expansion.  End FloppyCopy Messages

==============================================================================

Begin IVolume Error Codes

:34241: Not enough arguments provided.
:34242: Illegal number.
:34243: Starting byte count and length outside of valid boundaries.
:34244: Invalid cylinder or head.
:34245: Illegal sector address for floppy.
:34246: Sector address is out of valid range.
:34247: Bad spots for floppy can only be given in the form 'cylinderheadsector'. 
:34248: Bad spots must be given in the form 'cylinderheadsector' with SMD controller.

Reserve msg nbrs thru 34255 for expansion.  End IVolume Error Codes

==============================================================================

Begin IVolume Text Messages

:34256: Initialize Volume 
:34257: SRP Initialize Volume  
:34258:  'Device name' must be supplied.
:34259:  'Volume name' must be supplied.
:34260: Unbalanced brackets in device name or device name more than twelve characters.
:34261: Unbalanced brackets in volume name or volume name more than twelve characters.
:34262: Device password may not be more than twelve characters.
:34263: Volume password may not be more than twelve characters.
:34264: Sys Directory password may not be more than twelve characters.
:34265: This controller can only address 1024 cylinders per disk.
:34266: Cannot open the log file.

:34267: Extended floppy tracks are only applicable to 8inch diskettes.
:34268: Device is currently in use.  It cannot be initialized.
:34269: Device must have 512 byte sectors.
:34270: Error in disk parameter file.
:34271: No disk parameter file exists for this device type.
:34272: No device type given and this device is not a valid volume.
:34273: Waiting for removable disk to become ready ... 
:34274: Removable disk never came ready.
:34275: Unknown winchester model code.
:34276: Singlesided minifloppy is only applicable to 5inch diskettes.
:34277: Please insert disk to be initialized.
:34278: Please insert diskette to be initialized.
:34279: Medium is a valid volume.
:34280: 
Do you wish to ERASE this volume?
:34281: Operation aborted by operator.
:34282: Please enter the volume's password : 
:34283: 
Invalid password was supplied.
:34284: Error while trying to open the device.
:34285: An invalid device name was specified.
:34286: 
Unable to successfully access the device.
:34287: Disk not large enough for requested file sizes.
:34288: Too many files were specified.
:34289: File [Sys]<Sys>BootExt.Sys is missing.
:34290: 
Maximum number of directories on volume: 
:34291: 
Maximum number of files on volume: 
:34292: 
Maximum number of files on directory Sys: 
:34293: to 
:34294: Not enough good disk for allocation map.
:34295: Can only initialize local disks.
:34296: Disk cannot be initalialized.
:34297: Software error in FHB allocation.
:34298: Device Name: 
:34299: Device Password: 
:34300: Volume Name: 
:34301: Volume Password: 
:34302: System Image sectors: 
:34303: Log file sectors : 
:34304: Maximum number of directories on volume: 
:34305: Maximum number of files on volume: 
:34306: Maximum number of files in SYS directory: 
:34307: Write protect Sys: 
:34308: Crash file sectors: 
:34309: Device Parameter?
:34310: Suppress format of medium: 
:34311: Surface tests: 
:34312: Debug (y to debug, p for encrypted passwords): 
:34313: Log file: 
:34314: Sys Directory password: 
:34315: Extended floppy tracks: 
:34316: Bad spots: 
:34317: Primary file headers only?
:34318: 
Bad spot information for volume: 
:34319: 
To enter bad spots in Ivolume utility [Bad Spots] field, use: 
:34320:   Cylinder  Head  Sector   Sectors
:34321: 
  ========  ====  ======  =========
:34322: Syntax error in bad spots parameter : 
:34323:  Cylinder : 
:34324:  Head : 
:34325:  Sector : 
:34326: 
Allocation error. Bad spot not correctly allocated.
:34327: 
Disk contains 1 bad sector.

:34328: 
Disk contains 0N bad sectors.

:34329: Too many bad spots, initialization terminated.
:34330: Formatting Disk ... 
:34331: Formatting SCSI hard drive ...  Changed from Gws 102486
:34332: Bad spot at 
:34333: 
Surface test  Pass : 
:34334: Retrying cylinder : 
:34335: Data read does not compare with data written  controller malfunction.
:34336: Volume name provided is an invalid volume name.
:34337: Unable to initialize the device with the new volume name given.
:34338: 
This volume name probably conflicts with another volume on the system.
:34339: 
Unable to read the bad spot information from the disk.  Error: 
:34340: Initializing the disk on 0S ... all data on the disk is lost
:34341: Disk is writeprotected.  It cannot be initialized.
:34342: Insert the writeenable tab.
:34343: 
Remove the writeprotect tab.
:34344: Device is not ready.
:34345: 
Make sure diskette is properly placed in the drive.
:34346: 
Writing volume structures on disk.
:34347: Allocation error.  Bit map addresses disagree.
:34348: First 14 sectors are all bad.
:34349: The first disk sector is bad.  This disk is unusable as a volume.
:34350: Not enough consecutive sectors for SYS directory. Specify fewer files.
:34351: Not enough consecutive good sectors for system image.
:34352: Not enough consecutive good sectors for crash dump.
:34353: Not enough consecutive good sectors for log file. Specify a smaller log file.
:34354: 
Not enough consecutive sectors for the master file directory.
:34355: Not enough memory to build track format data.
:34356: 
Specify fewer directories.
:34357: Not enough consecutive sectors for file headers. Specify fewer files.
:34358: Error while initializing the FHBs.
:34359: Unable to mount the new volume.
:34360: Error while creating system files.
:34361: 
Volume initialization complete.
:34362: 
Initialize another volume?

:34363: more?
:34364: This controller cannot use ECC format.
:34365:  
Creation DateTime: 0D2
:34366:  
Last Modification DateTime: 0D2
:34367:  
Number of Free Sectors: 
:34368:  
Number of Free File Headers: 
:34369:  Maximum values are,
:34370:   cylinder: 
:34371:   head: 
:34372:   sector: 
:34373:  Drive vendor code: 
:34374:  Cylinders per disk: 
:34375:   Sectors per track: 
:34376:   Headstracks per cylinder: 
:34377:  Removable Media?
:34378:  Cylinders per disk: 
:34379:  Tracks per cylinder: 
:34380:  Sectors per Track: 
:34381:  Bytes per sector: 
:34382:  Step rate code: 
:34383:  Write Precomp Cylinder: 
:34384:  Avg single track seek, in tenths of msec: 
:34385:  Seek settling time, tenths of msec: 
:34386: Input disk parameters do not agree with values on the Valid VolumeOverwrite?
:34387: Defect: 
:34388: Enter as  cylheadBFI or  cylheadsector  and,
:34389: press K14 or K18.  Press K9 to start Ivolume.
:34390: Enter defect and press K14 or K18.
:34391: Press K9 to start Ivolume.
:34392: Vendor code: 
:34393: Enter code or cylsheadssectors and press K9.
:34394:  That is an unknown vendor code. 
:34395:  Format of entry is cylheadsector or cylheadBFI. 
:34396:  Syntax of entry is incorrect. 
:34397:  Cylinder, head, sector or BFI values are out of range. (Press K10) 
:34398:  Not enough arguments in the defect entry. (Press K10) 
:34399:  Range of value entered is incorrect.  Cannot be negative or zero.
:34400:  Format must be  CylindersHeadsSectors.
:34401:  Not enough arguments.  Format is CylindersHeadsSectors.


:34402: A valid drive type or vendor code is required to initialize this disk.         

:34403: This code can be found on the defect label attached to the underside of        

:34404: the module.  The type or vendor code is a one or two character string.         

:34405: If no code can be found and if the disk size is indicated in the               

:34406: number of cylinders, heads, and sectors, then this may be used in place        

:34407: of the vendor code.  Enter the code or disk size and                           

:34408:           Press  K9  to continue,  K8  to terminate or  K10.                

:34409: Some drive type codes that are used:                                           

:34410: Module model           TypeVendor code    Size      cylindersheadssectors   

:34411:  HD002HX002            A or B           10Mb           306416             

:34412:  HD003HX003HD006     F or G           20Mb           612416             

:34413:  HD010                     D              36Mb           645716             

:34414:  HD011HX011              E              32Mb           512816             



:34415: This controller cannot perform spiral formatting.
:34416: Password encryption is not supported on this version of the OS.
:34417: Write ECC Format?
:34418: Spiral format factor: 
:34419: Input ECC format parameter does not agree with value on the volumeOverwrite?
:34420: Cannot change ECC format without formatting the disk.
:34421: ECC formatting is automatic for SMD devices.
:34422: Invalid Step Rate code, must be <= 15.
:34423: SYS directory too big.  Actual number of sectors allocated: 
:34424: System image too big.  Actual number of sectors allocated: 
:34425: Crash file too big.  Actual number of sectors allocated: 
:34426: Log file too big.  Actual number of sectors allocated: 
:34427: Master file directory too big.  Actual number of files allocated: 
:34428: Too many file headers.  Actual number of file headers allocated: 
:34429: 
The bad spot file contains invalid bad spot information for this device.
:34430: 0

Reserve msg numbers thru 34440 for expansion.  End IVolume Text Messages

==============================================================================

Begin BackupVolume Text Messages

:34441: Volume Backup 
:34442: Archive file
:34443: Tape file number 
:34444: Volume or device name
:34445: Volume or device password
:34446: Incremental from
:34447: Suppress backup
:34448: Suppress verification
:34449: Delete existing archive file
:34450: Log file name
:34451: Display structures
:34452: 
Unable to open volume.
:34453: 
Unable to read the volume home block  Cannot recover any data from this volume.
:34454: 
Size of allocation bit map is zero (invalid).
:34455: 
VHB invalid  MFD sector count is zero.
:34456: 
VHB invalid  FHB sector count is zero.
:34457: Volume or device name must be specified.
34458 Not Used
:34459: 
Performing backup of 
:34460: Incremental from 
:34461: Device is in use  Volume verification may be suspect
:34462: Cannot open archive file.

:34463: ***** SOURCE VOLUME INVALID  SUGGEST REINITIALIZATION.
:34464: The date given is in the future.
:34465: IO Error 
:34466: At Lfa: 
:34467: Lfa Too Large.
:34468:   Cylinder: 
:34469:  Head: 
:34470:  Sector: 
:34471: Invalid Alternate File Header Sector: 
:34472: Invalid Primary File Header Sector: 
:34473: Checksum Error.
:34474: Sector Number Bad
:34475: 
Sector number should be : 
:34476: Was: 
:34477: Free file header error  File header sequence number is nonzero
:34478: Free file header error  File name byte count is nonzero
:34479: Sequence number is not zero
:34480: Zero length file name.
:34481: Extension FHB with unfilled initial FHB
:34482: Invalid sequence number
:34483: Extension FHB with no runs
:34484: Extension FHB with unfilled FHB.
:34485: File name over 50 characters.
:34486: Invalid length of directory name.
:34487: Invalid number of runs.
:34488: File run is too large.
:34489: Invalid 
:34490: Alternate 
:34491: File Header Sector Number: 
:34492:     Initial File Header For File: 
:34493:     Extension Header For File: 
:34494:     Free File Header Block: 
:34495:     extension header number chain: 
:34496: header sequence number: 
:34497: 
File Name: 
:34498: 
Dir Name: 
:34499: 
EndOfFile Lfa: 
:34500: 
Number of Runs: 
:34501: 
EXCESSIVE NUMBER OF RUNS *****.
:34502: 
run VDA: 
:34503:    run length: 
:34504: 
IO Error Reading Primary File Header Sector: 
:34505: No alternate for FHB.
:34506: 
IO Error Reading Alternate File Header Sector: 
:34507: Primary and Alternate File Header Sectors Differ  Sector: 
:34508: Primary: 
:34509: Alternate: 
:34510: Error Reading Working Volume Home Block.
:34511: Invalid Working Volume Home Block.
:34512: Invalid Initial Home Block In Sector: 
:34513: NO Valid Initial Home Block.
:34514: Invalid Working Home Block On Cylinder: 
:34515: NO Valid Volume Home Blocks.
:34516: Volume Name: 
34517 thru 34521  Not Used
:34522:   does not overflow.
:34523:   overflows.
:34524: 
FILE : 
:34525:   File Header number : 
:34526: 
    File : 
:34527: Free File Headers Broken.
:34528: Error Reading Directory Sector: 
:34529:   directory Sector 
:34530: Dir Entry points to invalid FHB.
:34531: INCONSISTENCY  Dir Entry points to deallocated file header ****.
:34532: INCONSISTENCY  Dir Entry points to reallocated file header ****.
:34533: Invalid Directory Sector *****  Dir Sector number : 
:34534: Error Reading MFD Sector: 
:34535: MFD sector 
:34536: 
DIRECTORY: 
:34537:  Password: 
:34538:  Sector Count: 
:34539:  Access: 
:34540: Invalid MFD Entry  Sector Count Zero For Directory: 
:34541: MFD Sector Invalid *****.
:34542: 
Verifying volume file structure.
:34543: 
File structure verification complete.
:34544: 
*** Bitmap error  
:34545: Zero Length Run
:34546: Lfa Of Run Too Big
:34547: Disk Sector Duplicately Allocated in 
:34548: Size of allocation bit map invalid
:34549: Insufficient memory for bit map pass.
:34550: Sector allocation will not be verified.
:34551: 
IO Error while reading allocation bit map
:34552: 
Number of available sectors : 
:34553: Number of free sectors according to VHB: 
:34554: Free sector count in volume home block disagrees with computed number of free sectors 
:34555: Cannot Read Bad Spot Information
:34556: Bad Spot at LFA : 
:34557: Sector Neither in Use Nor Free  LFA: 
:34558: LFA: 
:34559: Initial VHB 
:34560: Working VHB 
:34561: Alloc Map at 
:34562: Bad Spot at 
:34563: Unexpected error while writing to the archive file.
:34564: Processing file 0N of 1N ... 
34565  Not Used
:34566: ***** Cannot read directory sector for file 
:34567: ***** Invalid directory sector encountered while trying to find entry for 
:34568: ***** Directory entry for FHB not found for 
:34569: All backup files were found.
34570  Not Used
:34571: 
Data successfully recovered despite IO error.
:34572: File : 
:34573:  chain of extension file headers is broken.
:34574: **** File header block error.  File not successfully backed up.
:34575:  file only partially backed up
:34576: 
Some data lost due to IO errors

:34577: Checking for unregistered files.

:34578: Backup pass completed 
:34579:  files backed up, closing archive file.
:34580: 
Number of files with IO errors in the data portion of the file: 
:34581: 
Number of files not backed up due to corrupt file headers: 
:34582: 
Number of file headers that were corrupt and no data was backed up: 
:34583: 
If you run this at the machine that services the disk, it will try
to recover.
:34584: 
Please enter the device type of the disk: 

Reserve msg nbrs thru 34600 for expansion.  End BackupVolume Text Messages

==============================================================================

Begin SelectiveBackup Text Messages

:34601: Selective Backup 
:34602: Back up file 
:34603: File list
:34604: Confirm each?
34605 Not Used
:34606: Delete existing archive file?
:34607: Log file
:34608: Unexpected error while writing to the archive file.
:34609: Name of file not accessible for archiving
34610 Not Used
:34611: No files were selected for backup.
34612 Not Used
34613 Not Used
:34614:  Unable to open archive file.
:34615:  error 
:34616:         IO error for file at LFA : 
:34617:           file 
:34618: Backing up 0S ... 
:34619: done.

:34620: 
Number of files archived : 
:34621: 
Number of files which had IO errors : 
:34622: 
Number of files which were not completely archived : 
:34623: Expanding wildcard ... 
:34624: 
Number of files which were not accessible for archiving : 
:34625: Selective Backup
:34626: ;  Incremental from 
:34627: Out of buffer space for wildcard expansion.
:34628: Error in wildcard expansion.
:34629: Wildcard expression too complicated.
:34630: Mismatched wildcards in From and To fields.

Reserve msg nbrs thru 34650 for expansion.  End SelectiveBackup Text Messages

==============================================================================

Begin Restore Text Messages

:34651: File Restore 
:34652: Tape Restore 
:34653: Tape file number 
:34654: Archive file 
:34655: File list from 
:34656: To file list 
:34657: Overwrite ok 
:34658: Confirm each 
:34659: Sequence number 
:34660: Merge with existing file 
:34661: List file only 
:34662: Log file 
:34663: ' To file list must agree in number with From file list'
:34664: ' File list from must be of form <dir>file.
'
:34665:  is illegal.
:34666: 
Number of files processed : 
:34667: 
Number of files successfully restored: 
:34668: 
Number of files restored with IO errors in the data: 
:34669: 
Number of files which had lost header information : 
:34670: 
Number of files which could not be restored to destination: 
:34671: 
Number of files which were unrecoverable: 
:34672: Unrecoverable file header information. 
:34673: 
Creating 0S ... 
:34674: Creating directory 0S ... 
:34675:  directory already exists.
:34676:   Sector count: 
:34677: File 
:34678:  already exists. Overwrite?
:34679: , already exists.

:34680: Did not restore 
:34681:  too small Do you want to partially copy it?
:34682: Unable to read directory information sectors 
:34683:   Sector count: 
:34684: Unable to create directory 
:34685: Error 
:34686: Directory information sector on backup files is invalid.
:34687:  unrecoverable files on archive media
:34688:  ... IO error while reading data.
:34689: IO error encountered while reading archive file.
:34690: 
Data error existed when file was backed up.
:34691: Restore 0S to 1S?
:34692: Restoring 0S to 1S
:34693:  (overwriting)
:34694: done.

:34695: 
IO error restoring to file 
:34696: 
        0's are inserted from lfa 0N for 1N sectors
:34697: 
        No data restored from lfa 0N for 1N sectors
:34698: 
IO error found in archive file.
:34699: 
Data error in file when backed up.  
:34700: 
Restoring
:34701: Unexpected error while reading archive file.

Reserve msg nbrs thru 34725 for expansion.  End Restore Text Messages

==============================================================================

Begin ChgVolName Text Messages

:34726:  'Device name' must be specified.
:34727:  'Volume name' must be specified.
:34728: Volume is currently in use.  Name or password cannot be changed.
:34729: Too many characters specified for device, password, or volume.
:34730: The volume password supplied is invalid.
:34731: The volume or device has a password which you must specify.
:34732: The old volume password supplied is incorrect.
:34733: There is no such device name on the system.
:34734: Error encountered while attempting to access the device.
:34735: Device password supplied is invalid.
:34736: You must supply the correct device password.
:34737: Error while trying to open the device.
:34738: encountered while trying to read the volume home block.
:34739: Volume is most likely invalid or corrupt  Suggest full reinitialization.
:34740: New volume name conflicts with a volume currently mounted on the system.
:34741: Warning.  Updated volume will NOT be mountable on the current system
:34742: Volume name was not changed.
:34743: 
Changing volume name from 0S to 1S ... 
:34744: Unable to update the volume home block.
:34745: Unable to mount the new volume.
:34746: Change Volume Name 
:34747: Old Volume Password: 
:34748: New Volume Password: 
:34749: Device Password: 
:34750: You can only change the names of local volumes.


Reserve msg nbrs thru 34775 for expansion.  End ChgVolName Text Messages
==============================================================================

Begin BadSpotReport Text Messages  (from BsStr.asm)
:34776: Bad Spot Reporter 
:34777:  'Device or Volume name' must be supplied.
:34778: Error in parameter form.
:34779: 
That disk device does not exist locally or on the master.
:34780: 
The floppy diskette is not inserted properly or has not been initialized by Ivolume.
34781
:34782: 
The hard disk has become NOT READY.
:34783: 
The hard disk drive or controller has a problem.
:34784: 
The hard disk driver has not been initialized by Ivolume.
:34785: 
The hard disk has not been initialized by IVolume or the diagnostics.
:34786: 
The floppy drive is not ready.
:34787: 
Please check that the door is closed.
:34789: 
Cannot open the print file.
:34790: 
Cannot open the bad spot file.
:34791: 
Unable to successfully access the device.
:34792: 
Error writing output record.
:34793: 
Unable to read the bad spot information from the disk device.
:34794: Volume or device Name:
:34795: Volume or device Password:
:34796: Text output file:
:34797: Log file:
:34798: 
Bad spot information for device:
:34799: 
The disk contains a valid volume.
:34800: 
The disk contains a valid diagnostics defect list.
:34801: 
Drive vendor code: 
:34802: Bad spots can only be reported for local disks.

 Reserve msg nbrs thru 34810 for expansion.  End BadSpotReport Text Messages
==============================================================================

Begin TapeBackupVolume Text Messages  (from TapeStrings.asm)

:34811: Missing tape headers starting at file 0N
:34812: Please correct the problem. Do you wish to continue?
:34813: End of tape record processed after file number 0S
:34814: Tape is not a valid backup tape or has been corrupted.
Do you wish to attempt to recover the data from the tape?
:34815: The name [tape]+ is meaningless when reading.
:34816: Restoring from backup taken on 
:34817: Restoring from tape with a corrupt header.
No information about its origin is available.
:34818: 
Number of hard tape errors : 0N
:34819: 
Number of soft tape errors : 0N
:34820: 
Tape file separators are corrupt.  No data recoverable after this point.
:34821: Tape already contains a backup performed on 
:34822: 
Do you wish to overwrite it?
:34823: 
Please mount tape number 0S
:34824: Tape error while writing header: 0S
:34825: 
Rewinding and unloading reel 0S ... 
:34826:  done.
:34827: Continuing on reel 0S
:34828: Tape is blank .... it contains no data
:34829: Tape controller failed micro diagnostic.
:34830: An unexpected tape mark was found.
:34831: Tape contained unrecoverable data error.
:34832: A parity error occurred on the controller to drive interface.
:34833: Tape controller failed PROM checksum test.
:34834: Tape drive is off line or not ready.
:34835: Tape controller is missing or improperly configured.
:34836: Invalid tape name.
Form is [TAPExy],[TAPE]n,[TAPE]+,[QIC],or [QIC]n (among others).
:34837: Tape is currently in use.
:34838: Tape is writeprotected.
:34839: Tape buffers must be located in lower 512K.
:34840: Tape buffer is not large enough to accommodate tape record.
:34841: An attempt has been made to access a file on the tape which does not exist 
or the tape is corrupt.corrupt
:34842: Tape is not positioned at a file mark.
:34843: Continuation tape is not from the same backup set.
:34844: Tape reel is mounted out of sequence.
:34845: Tape configuration file is missing or inacessible.
:34846: Tape configuration file is invalid.
:34847: Tape record size for backup must be between 1K and 16K bytes.
:34848: Tape buffer is too small (must be at least 3 times record size, for Half Inch).
:34849: Tape server is already installed.
:38450: Tape controller initialization failure.
:34851: Tape controller timed out.
:34852: Tape server ran out of device control blocks.
:34853: Tape buffer must be aligned on even byte boundary  check source code.
:34854: Tape buffer is larger than can be handled by tape server  check configuration file.
:34855: The name [QIC]+ is meaningless when reading.


Reserve msg nbrs thru 34864 for expansion.  End TapeBackupVolume Text Messages
==============================================================================

Begin DeinstallQICServer Text Messages  (from QicDeinstallMsg.asm)

:34865: A Cluster Work Station cannot remove a server from the master.
:34866: Deinstall QicServer 
:34867: QicServer not installed.
:34868: Successful deinstallation.

Reserve msg nbrs thru 34874 for expansion.  End DeinstallQICServer Messages
==============================================================================

Qic Server messages from QICServerMsg.asm

:34869: This Hardware configuration does not support the NGEN Tape Backup module.
:34870: This program requires CTOS 9.01 or later.
:34871: This service must be installed prior to installing the Context Manager.
:34872: Xbif must be installed before using QIC tape.
:34873: You must install the QIC Server before using QIC tape.
:34874: QIC Server is already installed.
:34875: QIC Server must be installed for SRP.

end of messages from QICServerMsg.asm

Sync messages 

:34900:  Down  
:34901:  Free  
:34902: Waiting
:34903: More than 8 request numbers entered.
:34904:  is an invalid sync request code.
:34905: Numbers from 1 to 3FFF are reserved for the O.S.
:34906: SRP Sync Status
:34907: Request Number
:34908: Status
:34909: Processor
:34910: Sync    1
:34912: No requests found (probably an obsolete Request.sys)

 Do NOT change lengths of this message (could cause erc 500)
:34911:        Free

end Sync (Start next numbering at 34920)

Reserve message numbers through 35000 for File Utilities

Reserve message numbers 35000 thru 35200 for new Ivolume Utility.


OEMs message numbers are 0C000h...0FFFFh (49152...65535)

cess the device.
:34792: 
Error writing output record.
:34793: 
Unable to read the bad spot information from the disk device.
:34794: Volume or device Name:
:34795: Volume or device Password:
:34796: Text output file:
:34797: Log file:
:34798: 
