OSF DCE Problem Determination Guide

Error Messages and Status Codes
displayed. After you examine errorInfo global variable information and cannot make
sense, report the error to the vendor.
0x1771b154 tcl_s_unixutil_err_close_file
Severity: Unknown Component: tcl / tcl_s_general
Text: error closing file "%s": "%s"
Explanation: Tcl detected an error when it tried to close a specified file.
Action: Check other Tcl error messages within the errorInfo global variable. The reason
why the close operation failed is also displayed. Based on the information you got, take
an appropriate action.
0x1771b153 tcl_s_unixutil_err_read_file
Severity: Unknown Component: tcl / tcl_s_general
Text: error in reading file "%s": "%s"
Explanation: Tcl detected an error while reading a specified file.
Action: Check other Tcl error messages within the errorInfo global variable. The reason
why the read operation failed is also displayed. Based on the information you got, take
an appropriate action.
0x1771b167 tcl_s_unixutil_file_not_open
Severity: Unknown Component: tcl / tcl_s_general
Text: file "%s" isn’t open
Explanation: Tcl detected that a file ID passed to the Tcl_GetOpenFile routine was not
open.
Action: Check errorInfo global variable information and figure out where the problem
took place, then correct it.
0x1771b169 tcl_s_unixutil_file_not_open_reading
Severity: Unknown Component: tcl / tcl_s_general
Text: "%s" wasn’t opened for reading
Explanation: Tcl detected that a file ID passed to the Tcl_GetOpenFile routine was not
open for reading.
Action: Check errorInfo global variable information and figure out where the problem
took place, then correct it.
0x1771b168 tcl_s_unixutil_file_not_open_writing
Severity: Unknown Component: tcl / tcl_s_general
Text: "%s" wasn’t opened for writing
124330 Tandem Computers Incorporated 2679