OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: The Tcl command failed, and the child process was suspended.
Action: Check other Tcl error messages within the errorInfo global variable, then
correct the failed Tcl command.
0x1771b11e tcl_s_unixaz_cwd_name_too_long
Severity: Unknown Component: tcl / tcl_s_general
Text: working directory name is too long
Explanation: The pwd command noticed the supplied directory name was too long to
process.
Action: Check your Tcl command and make the directory name shorter.
0x1771b0f8 tcl_s_unixaz_error_closing
Severity: Unknown Component: tcl / tcl_s_general
Text: error closing "%s": %s\n
Explanation: The close command could not close the specified file.
Action: Check your Tcl command and make sure you spelled a filename correctly, or that
the file exists.
0x1771b123 tcl_s_unixaz_error_during_seek
Severity: Unknown Component: tcl / tcl_s_fatal
Text: error during seek: %s
Explanation: The seek command detected that the fseek system call failed.
Action: Write down your Tcl command and the error message, then report to the vendor.
0x1771b10d tcl_s_unixaz_error_flushing
Severity: Unknown Component: tcl / tcl_s_general
Text: error flushing "%s": %s
Explanation: The flush command could not flush the specified file.
Action: Check your Tcl command and make sure you spelled a filename correctly, or that
the file exists.
0x1771b0fb tcl_s_unixaz_error_read_from_out_pipe
Severity: Unknown Component: tcl / tcl_s_fatal
Text: error reading from output pipe: %s
Explanation: The exec command detected that the reading from output pipe failed.
Action: Save your Tcl script, write down the error message, and report to the vendor.
124330 Tandem Computers Incorporated 2673