[Front] [Previous Chapter]
[Next Chapter]
Appendix B Error Messages
This chapter lists the error and warning messages for the DOSBook
tools (SVF2OLH and OLH2CLH).
SVF2OLH: Too many arguments
SVF2OLH only needs one argument; the path and name of the publication
file. This is a file which normally has the extension .PUB. There are
some optional switches; use /? or /H, which results in a brief help
text, to get a complete list.
SVF2OLH: Unknown argument: <string>
Unknown switch.
SVF2OLH: Duplicate argument: <string>
Either more than one filename has been supplied, or a particular
switch has occurred more than once.
SVF2OLH: Expected language specifier
Missing language name after /L switch; supply the first part of the
intended .HOH file. For example, for FRENCH.HOH use /L FRENCH.
SVF2OLH: Expected unique ID code
Missing ID number after /I switch.
SVF2OLH: Unique ID code must be a number: <string>
The ID code must be a decimal number.
SVF2OLH: Expected title string
Missing title string after /T switch. Supply a string, in double
quotes if there are spaces in the string.
SVF2OLH: No publication file given
SVF2OLH must be given a publication file to process.
SVF2OLH: Overflow in unresolved MARKER space
The internal buffer used for storing references to markers which
are defined later in the publication is too small. This requires a
program modification.
SVF2OLH: Expected country code number
The option /C was not followed by a country code number.
SVF2OLH: Expected code page number
The option /P was not followed by a code page.
SVF2OLH: Country code must be a number:
The argument supplied as the country code is not a number.
SVF2OLH: Code page must be a number:
The argument supplied as the code page is not a number.
SVF2OLH: FAR string space overflow
The compiler has run out of space to store strings. Increase your
available TPA by removing any TSRs, and by other means detailed in
your operating system manual.
SVF2OLH: Contents paragraph overflow
An internal error has occurred. Contact your local sales representative
for support.
SVF2OLH: Need National Language Support
Run NLSFUNC. The program NLSFUNC must be run once, so that National
Language Support is enabled.
SVF2OLH: Failed to get required collating sequence for country ?,
code page ?
An internal error has occurred.
SVF2OLH: <string>: Open failed
Unable to find (or open) the filename string.
SVF2OLH: <string>: File write error
Unable to write to the file string.
SVF2OLH: <string>: Line <number>: Invalid line
The program has found an unexpected (and therefore wrong) line in
file string.
SVF2OLH: <string>: Line <number>: Invalid
key `<char>'
The program has found an unexpected (and therefore wrong) key tag
in file string.
SVF2OLH: <string>: Line <number>: Unknown
tag: <string>
The tag is not one of those supported by the SVF2OLH compiler.
SVF2OLH: <string>: Out of file buffers
Too many files open at once.
SVF2OLH: Line <number>: Missing tag
A tag should occur on this line, but doesn't.
SVF2OLH: <string>: Line <number>: Unknown
command: `<char>'
A command has been found which is unknown to the compiler.
SVF2OLH: <string>: Line <number>: Ventura
command `<char>' too long
The limit on the length of a Ventura-style command has been reached.
SVF2OLH: <string>: Line <number>: Funny coded
char: <number>
A coded character has been supplied which is not recognized by the
compiler.
SVF2OLH: <string>: Line <number>: Unknown
equation: <string>
Only a limited number of equations are supported by the
compiler: 1/2 and 1/4.
SVF2OLH: Out of help memory space
The compiler has exhausted the memory reserved for dynamic allocation.
SVF2OLH: Out of name storage space
The compiler has exhausted the memory reserved for names. A program
change is required.
SVF2OLH: Unable to create file: <string>
The file string could not be created.
SVF2OLH: <string>: (<number>), column <number>:
Only one `>'
A ``>'' character is missing.
SVF2OLH: <string>: (<number>): Line too long
The limit on line size has been reached.
SVF2OLH: Too many CONTENT BREAKs
Only 10 are allowed.
SVF2OLH: Translation failed. Operation aborted
Error message generated after any other error has occurred.
Warning: Title is too long (Max. <number> chars). TRUNCATED
A shorter title string is required.
Warning: <filename>: (<number>): Duplicate index
entry ``<string>;<string>''. IGNORED
A particular primary and secondary key index command can only occur
once in a publication.
Warning: <filename>: (<number>): Duplicate marker ``<string>''. IGNORED
A marker string has been defined more than once.
Warning: <filename>: (<number>): Missing highlighted
PopUp or Link word before reference command: <string>. IGNORED
A reference command must be immediately preceded by a string of text
highlighted either as a pop-up or as a link.
Warning: <filename>: (<number>): Missing reference
command after PopUp or Link word. IGNORED
A reference command must immediately follow a piece of text highlighted
as either a pop-up or a link.
Warning: <filename>: (<number>): Found tag `<string>'
where `<string>' expected
Certain tags are expected to follow a sequence by the compiler; this
sequence has been violated.
Warning: <filename>: (<number>): Too many columns in
table
The limit on the number of columns in a table has been reached.
Warning: <filename>: (<number>): Pop-Up section too
large; reduce size
A pop-up section of text must fit into a small window in the DOSBook
display program. This section is too big.
Warning: <filename>: (<number>) Paragraph overflow;
TRUNCATED. Split paragraph
The limit on paragraph size has been reached.
Warning: References occurred to marker `<string>', which was
never found
A reference command must have a matching marker.
Warning: Marker `<name>' is never referenced
This marker has no matching reference command. This is not necessarily
wrong.
Warning: <filename>: (<number>): `<string>':
`<char>' Command not allowed in this section. IGNORED
The compiler forbids certain commands in parts of the publication.
Warning: <filename>: (<number>): Highlighted Link or
Popup extends beyond word
Trailing space(s) is highlighted.
Warning: <filename>: (<number>): Missing terminate
command after highlighted PopUp or Link word. DATABASE CORRUPT!
The <D> command to end a highlighted string is missing.
Warning: <filename>: (<line num>): Last character on the line is TAB; IGNORED
A trailing TAB (or TABs) was found at the end of a line. This causes
problems for the compiler, so it is ignored.
Warning:<filename> : (<line num>): Invalid encoded char: `?'; IGNORED
The compiler in unable to generate an IBM character from the value
supplied.
OLH2CLH: Unknown switch: <arg>
The only switches recognised are /? or /H and /V.
OLH2CLH: Duplicate argument: <arg>
Only one argument should be supplied: the pathname of the .OLH file to
compress.
OLH2CLH: <filename>: Open failed
The program was unable to open filename. Make sure it exists.
OLH2CLH: <filename>: File write error
The program was unable to write to filename. Check free space on disk.
OLH2CLH: Compression failed. Operation aborted
Fatal error; the program had to terminate.
OLH2CLH: Unable to create file: <filename>
The program was unable to create filename.
OLH2CLH: Unable to locate node
There is an inconsistency within the .OLH file being compressed.
Recompile with SVF2OLH before running this program again. If this
fails, contact your local sales representative.
OLH2CLH: Out of heap memory space
Fatal error; the program cannot allocate enough memory for its internal data. Contact your local sales representative for support.
OLH2CLH: <filename> has already been compressed
The program cannot compress a database which has already been compressed.
OLH2CLH: <filename> is not a valid OLH database
The file specified as parameter is not a .OLH database.
OLH2CLH: Error reading section <num>
There is an inconsistency within the .OLH file being compressed. Recompile
with SVF2OLH before running this program again.
OLH2CLH: Error reading paragraph <num>
There is an inconsistency within the .OLH file being compressed. Recompile
with SVF2OLH before running this program again.
OLH2CLH: Error reading text at offset <num>
There is an inconsistency within the .OLH file being compressed. Recompile
with SVF2OLH before running this program again.
OLH2CLH: Error: Unknown OLH_ESC cmd at Sect <num>,
Para <num>, Offset <num>
There is an inconsistency within the .OLH file being compressed.
Recompile with SVF2OLH before running this program again.
OLH2CLH: Fatal error: Overflow in string space
Fatal error; the program cannot allocate enough memory for its internal
data.
OLH2CLH: Dictionary overflow
Fatal error; the program cannot allocate enough memory for its internal
data.
OLH2CLH: Offset greater than current in match_para()
There is an inconsistency within the .OLH file being compressed. Recompile
with SVF2OLH before running this program again.
Warning: Paragraph overflow; TRUNCATED. Split paragraph
There is an inconsistency within the .OLH file being compressed. Recompile
with SVF2OLH before running this program again.
CHK4BLNK: Cannot open filename: <filename>
The program cannot access filename. Make sure it exists.
Warning: %s: Line %u: Missing trailing SPACE character
Add a space to the end of this line.
[Front]
[Previous Chapter
[Next Chapter]
info@caldera.com
Copyright © 1991, 1997 Caldera, Inc. All rights
reserved.