OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x1771b08c tcl_s_cmdmz_extra_switch_pat_no_body
Severity: Unknown Component: tcl / tcl_s_general
Text: extra switch pattern with no body
Explanation: The switch command detected that the number of switch pattern exceeds
the number of instructions.
Action: Check your Tcl command and specify the missing instructions corresponding to
the switch pattern, or delete the switch pattern.
0x1771b07a tcl_s_cmdmz_fld_width_not_be_specified_in_c_conv
Severity: Unknown Component: tcl / tcl_s_general
Text: field width may not be specified in %c conversion
Explanation: The scan command detected that the field width is specified with the %c
conversion.
Action: Check your Tcl command and delete the field width or change the %c
conversion.
0x1771b08d tcl_s_cmdmz_no_body_spec_for_pat
Severity: Unknown Component: tcl / tcl_s_general
Text: no body specified for pattern "%s"
Explanation: The switch command detected that no instructions are specified for the
pattern.
Action: Check your Tcl command and specify the missing instructions corresponding to
the pattern, or delete the pattern.
0x1771b074 tcl_s_cmdmz_rename_cmd_already_exist
Severity: Unknown Component: tcl / tcl_s_general
Text: can’t rename to "%s": command already exists
Explanation: The rename command detected that the user-specified command already
exists.
Action: Check your Tcl command and make sure the command name is spelled right.
0x1771b075 tcl_s_cmdmz_rename_cmd_doesnot_exist
Severity: Unknown Component: tcl / tcl_s_general
Text: can’t rename "%s": command doesn’t exist
Explanation: The rename command detected that the user-specified command does not
exist.
Action: Check your Tcl command and make sure the command name is spelled right.
124330 Tandem Computers Incorporated 2651