UNV4000-UNV4099
----
UNV4000E func failed: (errno) reason
Description
A call to a system function, identified by func, was not successful. errno is the error number. reason is an explanation of the error.
Severity
Error
System Action
The action of the program depends on the context in which the error occurred.
User Action
Contact Stonebranch customer support if unable to identify and resolve the problem.
Component
Universal Scripting Engine
----
UNV4001E Error opening script file 'file: reason'
Description
The specified script file could not be opened.
file Name of the script file, and reason is the reason it could not be opened.
Severity
Error
System Action
A message is generated and the CALL command fails with an error.
User Action
Check to make sure the name of the script file is correct and the script file exists.
Component
Universal Scripting Engine
----
UNV4002E Error getting message msgid: func, errno, reason
Description
The message with an ID of msgid could not be retrieved from the message catalog. func is the name of the function in which the error occurred. errno is the error number. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Contact Stonebranch customer support.
Component
Universal Scripting Engine
----
UNV4003E The application has run out of memory in func
Description
The application has run out of available memory. func is the name of the function where the memory allocation attempt failed.
Severity
Error
System Action
The program terminates.
User Action
Make sure your system has enough memory to adequately run the application.
Component
Universal Scripting Engine
----
UNV4004E Failed installing command callback for: cmd
Description
The scripting engine could not setup a callback handler for the specified command. cmd is the name of the command the handler could not be installed for.
Severity
Error
System Action
The action of the program depends on the context in which the error occurred.
User Action
Contact Stonebranch customer support if unable to identify and resolve the problem.
Component
Universal Scripting Engine
----
UNV4005E Failure because the scripting engine has not been initialized
Description
A failure occurred because a call to the scripting engine was made before it was initialized.
Severity
Error
System Action
The action of the program depends on the context in which the error occurred.
User Action
Contact Stonebranch customer support if unable to identify and resolve the problem.
Component
Universal Scripting Engine
----
UNV4006E Failed converting internal string, str, to external.
Description
The scripting engine could not convert the specified string from the internal codepage to the external codepage. str is the string that could not be converted.
Severity
Error
System Action
The action of the program depends on the context in which the error occurred.
User Action
Contact Stonebranch customer support if unable to identify and resolve the problem.
Component
Universal Scripting Engine
----
UNV4050E Parse error in scriptfile:
Description
The parser encountered an error. scriptfile is the name of the script where the error occurred.
Severity
Error
System Action
Undefined
User Action
Use the error messages that follow to determine the cause of the problem.
Component
Universal Scripting Engine
----
UNV4051E Parse error:
Description
The parser encountered an error.
Severity
Error
System Action
Undefined
User Action
Use the error messages that follow to determine the cause of the problem.
Component
Universal Scripting Engine
----
UNV4052E Could not find the end of the quoted string in line linenum
Description
A quoted string was started, but the parser reached the end of the line without
finding the closing quote that denotes the end of the quoted string. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
The program terminates.
User Action
Close the quoted string by adding an quotation mark (") at the end
Component
Universal Scripting Engine
----
UNV4053E Unexpected character, char in line linenum
Description
The parser encountered a character at the specified location that it did not expect. char is the character that appeared in an incorrect location. linenum is the line number in the script where the character was encountered.
Severity
Error
System Action
An error is issued.
User Action
Check the syntax of your script to make sure it is valid. In most cases when this error is reported, the parser is expecting to find a space.
Component
Universal Scripting Engine
----
UNV4054E Invalid command, 'cmd', on line linenum in scriptfile
Description
The language processor encountered a command it did not understand. cmd is the name of the command. linenum is the line number the command was on. scriptfile is the name of the script file.
Severity
Error
System Action
An error is issued
User Action
Check the syntax of your script to make sure it is correct.
Component
Universal Scripting Engine
----
UNV4055E Invalid command, 'cmd', on line linenum.
Description
The language processor encountered a command it did not understand. cmd is the name of the command. linenum is the line number the command was on.
Severity
Error
System Action
An error is issued
User Action
Check the syntax of your script to make sure it is correct.
Component
Universal Scripting Engine
----
UNV4056E Could not find the end of the expression started in line linenum
Description
An expression was started, but the parser reached the end of the line without
finding the character that denotes the end of the expression. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
An error is issued.
User Action
Close the expression.
Component
Universal Scripting Engine
----
UNV4057E Could not find the end of the variable reference started in line linenum
Description
A variable reference was started, but the parser reached the end of the line without
finding the character that denotes the end of the variable reference. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
An error is issued.
User Action
Close the variable reference.
Component
Universal Scripting Engine
----
UNV4058E Variable name expected in line linenum
Description
A variable reference was started, but there was no variable name given. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
An error is issued.
User Action
Make sure there is a valid variable name inside the reference.
Component
Universal Scripting Engine
----
UNV4059E Variable attribute expected in line linenum
Description
A variable attribute was indicated, but there was no attribute name given. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
An error is issued.
User Action
Make sure there is a valid variable attribute inside the reference.
Component
Universal Scripting Engine
----
UNV4060E The symbol, symbol, cannot appear as part of a command name
Description
The parser encountered a character that is not allowed to appear as part of a command name. symbol is the symbol that was part of the command name.
Severity
Error
System Action
An error is issued.
User Action
Remove the symbol from the command name
Component
Universal Scripting Engine
----
UNV4061E Parameter has value with no name in line linenum
Description
A parameter has a value portion, indicated by an = sign, but no name portion. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
An error is issued.
User Action
Make sure the parameter has a name.
Component
Universal Scripting Engine
----
UNV4062E The symbol, symbol, cannot appear as part of an unquoted parameter value in line linenum
Description
The parser encountered a symbol that was not allowed as part of a parameter's value. symbol is the symbol that appeared as part of a parameter's value. linenum is the line number in the script where the error was encountered.
Severity
Error
System Action
An error is issued.
User Action
Remove the symbol from the value portion of the parameter or surround the parameter's value with quotation marks.
Component
Universal Scripting Engine
----
UNV4063E Error initializing a scrub list for commands that require special handling of quoted values: reason
Description
A list of commands that may need to define special handling for token values enclosed in double quotes could not be initialized. reason is an explanation of the error.
Severity
Error
System Action
Scripting engine initialization fails and an error is reported to the calling
application.
User Action
Contact Stonebranch customer support.
Component
Universal Scripting Engine
----
UNV4080E Error defining 'object': the name cannot begin with an underscore
Description
The script tried to create a new variable, list, data element, or table with a name that begins with an underscore. Names beginning with an underscore are reserved for built-in objects created by the application. object is the name of the object.
Severity
Error
System Action
Undefined
User Action
Use a name for the object that does not begin with an underscore.
Component
Universal Scripting Engine
----
UNV4081E Error defining 'object': Failed to set the value
Description
The script failed to create or set the value for a variable, list, data element, or table. object is the name of the object.
Severity
Error
System Action
Undefined
User Action
The application is likely out of memory. Make sure the application has enough memory to run. If the problem persists, contact Stonebranch Support.
Component
Universal Scripting Engine
----
UNV4082E The variable, name, does not exist but was referenced in line linenum
Description
A variable was referenced that has not been defined. name is the name of the variable that was referenced. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
An error is issued.
User Action
Make sure the variable being referenced has been defined and that its name is correct.
Component
Universal Scripting Engine
----
UNV4083E The attribute, name, for the variable, var in line linenum is invalid
Description
A variable attribute was referenced that is invalid. name is the name of the variable attribute that was referenced. <-> var is the name of the variable the attribute is for. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
An error is issued.
User Action
Make sure the variable attribute is valid for the variable
Component
Universal Scripting Engine
----
UNV4084E Cannot display the value of 'object': Does not exist
Description
The script tried to display the value of a variable, list, data element, or table but an object with this name does not exist. object is the name of the object.
Severity
Error
System Action
Undefined
User Action
Make sure your script references the name of an object that has been defined.
Component
Universal Scripting Engine
----
UNV4085E Cannot set the validator for 'object': Does not exist
Description
The program tried to set a validator for a variable, list, data element, or table but an object with this name does not exist. object is the name of the object.
Severity
Error
System Action
Undefined
User Action
Contact Stonebranch support.
Component
Universal Scripting Engine
----
UNV4086E The variable, name, in line linenum has a value that is determined on the fly and cannot be directly modified.
Description
A value manipulation command was called on a variable whose value is set on the fly and cannot be directly modified. name is the name of the variable that was referenced. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
An error is issued.
User Action
Make sure the variable you are referencing can be modified.
Component
Universal Scripting Engine
----
UNV4087E The variable, name, in line linenum is a DATA object
Description
A variable was referenced is actually a DATA object and cannot be used by variable manipulation commands. name is the name of the variable that was referenced. linenum is the line number in the script where the error occurred.
Severity
Error
System Action
An error is issued.
User Action
Make sure you use an actual variable instead.
Component
Universal Scripting Engine
----
UNV4088E Cannot use the SET command with 'object' because it is a DATA object
Description
The SET command was used to try to list or set the value of object,
which is a data object.
Severity
Error
System Action
Undefined
User Action
Use the DATA command to list or set the contents of a DATA object.
Component
Universal Scripting Engine
----
UNV4089E A DATA object with the name 'object' does not exist
Description
A DATA object with the name object has not been defined.
Severity
Error
System Action
Undefined
User Action
Make sure a DATA object has been defined with the correct name.
Component
Universal Scripting Engine
----
UNV4090W Script ended while still defining data element 'name'.
Description
The definition of a data element named name was begun, but the script ended before the data element definition was completed.
Severity
Warning
System Action
A warning is issued
User Action
Properly define the data element in the script.
Component
Universal Scripting Engine
----
UNV4091E 'object' cannot be appended to because it is not a data element.
Description
An attempt was made to append to a new line to an object named whose name was specified by object. This object is not a data element and cannot be appended to.
Severity
Error
System Action
Undefined
User Action
Make sure the object you are trying to append to is a data element.
Component
Universal Scripting Engine
----
UNV4092E 'object' is not a data element.
Description
The object named object is not a data element.
Severity
Error
System Action
Undefined
User Action
Check the script to make sure all data element related commands are called only for data elements.
Component
Universal Scripting Engine