A SERVICE OF

logo

NodeBuilder Errors Guide 8-3
UCL# Description
11 Bad command set [UCL#11]
Some commands are missing (but required), non-accumulative
commands have been given more than once, etc. Check the target
service documentation for the supported and required commands.
This is an internal error condition, please contact LonSupport.
100-999
These numbers are reserved for service-specific error codes, check
the documentation of the specific service for details.
4001
Can't open or write to build log file <filename>. An existing
build log file in this location might be out-of-date as a result
of this failure [UCL#4001]
Cannot create build log file. See warning message for detailed error
description. This message is benign as it doesn't affect the service's
operation at all, but it might lead to an incorrect or outdated log file.
4002
The service <servicename> was run on a possibly incorrect
build script <scriptfilename> [UCL#4002]
The automatically generated script might be based on a bad build.
This relates to a command script file that was produced with the --
mkscript command, and the build or build attempt which produced
that command script file did not complete without error. Warning
UCL#4002 is given when this command script file is used in an
attempt to perform a script-driven build (or whatever action the
script requests), suggesting the script might be bad.
4003 Skipping <file> to avoid endless recursion [UCL#4003]
Command file recursion. A loop condition was detected when
parsing command files, and the file named in the warning message
was excluded from repeated processing to prevent an endless
command file loop to occur.
4004
The content of this warning is user-defined. A warning message has
been specified by the UCL client, using the --warning command. The
message content is controlled by the caller (a command script, for
example), and not under control of UCL.