OSF DCE Problem Determination Guide

Error Messages and Status Codes
Severity: Varies Component: svc
Text: Unknown component
Explanation: An attempt was made to find the service handle for a component and could
not do so.
Action: Verify that the component name is known or correct the incorrect reference in the
program.
0x1771b008 tcl_s_basic_break_outside_of_loop
Severity: Unknown Component: tcl / tcl_s_general
Text: invoked "break" outside of a loop
Explanation: The break command is used outside of a loop. This is not syntactically
correct.
Action: Check your code and put the break command inside of a loop.
0x1771b00a tcl_s_basic_cmd_return_bad_code
Severity: Unknown Component: tcl / tcl_s_general
Text: command returned bad code: %d
Explanation: Return code from the executed command was invalid. It should be either
TCL_BREAK or TCL_CONTINUE.
Action: Application dependent.
0x1771b009 tcl_s_basic_continue_outside_of_loop
Severity: Unknown Component: tcl / tcl_s_general
Text: invoked "continue" outside of a loop
Explanation: The continue command is used outside of a loop. This is not syntactically
correct.
Action: Check your code and put the continue command inside a loop.
0x1771b005 tcl_s_basic_interp_init_error
Severity: Unknown Component: tcl / tcl_s_general
Text: can’t find [info library]/init.tcl; perhaps you need to \n install Tcl or set your
TCL_LIBRARY environment variable?
Explanation: Tcl failed at initialization phase.
Action: If Tcl is not installed, install it. If you didn’t set TCL_LIBRARY environment
variable, set it and then execute Tcl again.
0x1771b007 tcl_s_basic_invalid_cmd_name
124330 Tandem Computers Incorporated 2643