OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: Tcl detected an invalid list structure. The list was not terminated by a
closing brace.
Action: Check your Tcl command and modify the list structure.
0x1771b16d tcl_s_tclutil_unmatch_open_quote
Severity: Unknown Component: tcl / tcl_s_general
Text: unmatched open quote in list
Explanation: Tcl detected an invalid list structure. The list was not terminated by a
closing quote.
Action: Check your Tcl command and modify the list structure.
0x1771b19f tcl_s_tclvar_dangling_upvar
Severity: Unknown Component: tcl / tcl_s_general
Text: upvar refers to element in deleted array
Explanation: Tcl detected that the array didn’t exist.
Action: Check your Tcl code to make sure you spelled the element name correctly.
0x1771b19a tcl_s_tclvar_illegal_search
Severity: Unknown Component: tcl / tcl_s_general
Text: couldn’t find search "%s"
Explanation: Tcl detected that the specified search failed.
Action: Depends on the application.
0x1771b198 tcl_s_tclvar_illegal_search_id
Severity: Unknown Component: tcl / tcl_s_general
Text: illegal search identifier "%s"
Explanation: Tcl detected that the specified search identifier was wrong.
Action: Check Tcl code and correct the search identifier.
0x1771b19d tcl_s_tclvar_is_array
Severity: Unknown Component: tcl / tcl_s_general
Text: variable is array
Explanation: Tcl detected that the variable specified by the user was an array.
Action: Check your Tcl code to make sure you spelled the variable name correctly.
0x1771b18e tcl_s_tclvar_isnt_array
124330 Tandem Computers Incorporated 2669