OSF DCE Problem Determination Guide

Error Messages and Status Codes
Action: Check your Tcl command and correct the wrong access mode. The valid access
modes are r, w, and a.
0x1771b117 tcl_s_unixaz_invalid_access_mode
Severity: Unknown Component: tcl / tcl_s_general
Text: invalid access mode "%s": must be RDONLY, WRONLY, RDWR, APPEND,
CREAT, EXCL, NOCTTY, NONBLOCK, or TRUNC
Explanation: The open command detected that the access mode specified was wrong.
Action: Check your Tcl command and correct the wrong access mode as specified.
0x1771b100 tcl_s_unixaz_no_lstat
Severity: Unknown Component: tcl / tcl_s_fatal
Text: couldn’t lstat "%s": %s
Explanation: The file command detected that the lstat command failed with a user-
specified argument.
Action: Save your Tcl script, write down the error message, and report to the vendor.
This error indicates that the lstat system call failed.
0x1771b101 tcl_s_unixaz_no_readlink
Severity: Unknown Component: tcl / tcl_s_fatal
Text: couldn’t readlink "%s": %s
Explanation: The file command detected that the readlink operation failed with a user-
specified argument.
Action: Save your Tcl script, write down the error message, and report to the vendor.
This error indicates that the readlink system call failed.
0x1771b103 tcl_s_unixaz_no_stat
Severity: Unknown Component: tcl / tcl_s_fatal
Text: couldn’t stat "%s": %s
Explanation: The file command detected that the stat command failed with a user
specified-argument.
Action: Save your Tcl script, write down the error message, and report to the vendor.
This error indicates that the stat system call failed.
0x1771b12d tcl_s_unixstr_unknown_err
Severity: Unknown Component: tcl / tcl_s_fatal
Text: unknown error
Explanation: The Tcl command failed, and the current errno value was not recognized.
124330 Tandem Computers Incorporated 2675