OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: An application-specified initialization for Tcl failed.
Action: Check your Tcl command and make sure your initialization procedure is correct.
0x1771b0d8 tcl_s_parse_extra_char_brace
Severity: Unknown Component: tcl / tcl_s_general
Text: extra characters after close-brace
Explanation: Tcl detected, in a braces-quoted string parsing, that extra characters exists.
Action: Check your Tcl command and delete the extra characters.
0x1771b0d7 tcl_s_parse_extra_char_quote
Severity: Unknown Component: tcl / tcl_s_general
Text: extra characters after close-quote
Explanation: Tcl detected, in a double-quoted string parsing, that extra characters exists.
Action: Check your Tcl command and delete the extra characters.
0x1771b0d4 tcl_s_parse_missing_c
Severity: Unknown Component: tcl / tcl_s_general
Text: missing %c
Explanation: Tcl detected, in a double-quoted string parsing, that a terminal character is
missing.
Action: Check your Tcl command and make sure you are terminating (closing) the
double-quoted string.
0x1771b0d5 tcl_s_parse_missing_close_brace
Severity: Unknown Component: tcl / tcl_s_general
Text: missing close-brace
Explanation: Tcl detected, in a braces-quoted string parsing, that a closing brace is
missing.
Action: Check your Tcl command and make sure you are closing a braces-quoted string.
0x1771b0d9 tcl_s_parse_missing_close_brace_var
Severity: Unknown Component: tcl / tcl_s_general
Text: missing close-brace for variable name
Explanation: Tcl detected, in a string parsing, that a variable name is not enclosed within
braces.
Action: Check your Tcl command and add a closing brace.
124330 Tandem Computers Incorporated 2661