TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-352
#SETCONFIGURATION Built-In Function
Result
#SETCONFIGURATION returns zero if it configures the TACL image or itself
successfully; otherwise, it returns these values:
In addition, the built-in variable #ERRORNUMBERS is set when an error occurs while
executing the #SETCONFIGURATION built-in function (there is no text output):
1165 error-detail-1 error-detail-2 0
The example following this description shows how to code #ERRORNUMBERS with
#SETCONFIGURATION to determine the error. This table describes possible
#ERRORNUMBERS values:
-2 SETCONFIGURATION error The specified image is not a TACL image.
-1 Insufficient capability error The user does not have user ID 255, 255 .
>0 File system error Number returned indicates the reason for
the failure.
error-
detail-1
error-
detail-2
Cause Effect Recovery
1 file-
system
error
Depends on the error Depends on the
error
Depends on the error
2 0 The user ID is not
255,255.
Requested
operation fails.
Logon using the super
ID (255,255). Retry the
operation.
3 1 Invalid TACL image
file code is not 100.
Requested
operation fails.
Retry the operation
specifying a valid TACL
image file.
3 2 None None Appears in the TACL
code but is not
implemented
3 3 Invalid TACL image
file
Requested
operation fails.
Retry the operation,
specifying a valid TACL
image file.
3 4 Invalid TACL image
file (VPROC does
not contain string
“T9205”.)
Requested
operation fails.
Retry the operation,
specifying a valid TACL
image file.
4 1 None None None
4 2 Invalid TACL image
file
Requested
operation fails.
Retry the operation,
specifying a valid TACL
image file.
5 0 Too many
configuration options
Requested
operation fails.
Retry the operation,
specifying the correct
number of configuration
options.