UNV4200-UNV4299

----

UNV4200E Start of new expression inside existing expression on line linenum is not allowed


Description


An expression, bound by the '<' and '>' symbols was found inside another expression on line number linenum in the script. This type of 'nesting' for expressions is not allowed.


Severity


Error


System Action


An error is issued.


User Action


Replace the < and > symbols with parenthesis to properly nest the expression.


Component

Universal Scripting Engine


----

UNV4201E Right parenthesis found on line linenum without matching left parenthesis


Description


A right parenthesis was found in an expression on line number linenum without a matching left parenthesis before it indicating the start of a sub-expression.


Severity


Error


System Action


An error is issued.


User Action


Add a matching left parenthesis to the expression to appropriately denote a nested expression or remove the problematic right parenthesis.


Component

Universal Scripting Engine


----

UNV4202E Failed to evaluate expression on line linenum


Description


The expression on line number linenum could not be evaluated.


Severity


Error


System Action


An error is issued.


User Action


The error message issued prior to this message should indicate why the expression could not be evaluated.


Component

Universal Scripting Engine


----

UNV4203E Missing operand for operator, 'op', on line linenum


Description


The operator op</op> in the expression on line number linenum is missing an operand.


Severity


Error


System Action


An error is issued.


User Action


Fix the expression in the script.


Component

Universal Scripting Engine


----

UNV4204E Operator, 'badop', was found instead of an operand for operator, 'op', on line linenum


Description


The operator op in the expression on line number linenum is missing an operand. Instead, the operand badop was found where and operand should be.


Severity


Error


System Action


An error is issued.


User Action


Fix the expression in the script.


Component

Universal Scripting Engine


----

UNV4205E Unexpected operand, 'op', on line linenum


Description


An operand, op</op>, appears in the expression on line number linenum where an operator should be.


Severity


Error


System Action


An error is issued.


User Action


Fix the expression in the script.


Component

Universal Scripting Engine


----

UNV4206E Operand, 'op', on line linenum is not a number and was not quoted


Description


An operand, op</op>, appears in the expression on line number linenum is a non-numeric value but was not quoted as a string.


Severity


Error


System Action


An error is issued.


User Action


Fix the expression in the script.


Component

Universal Scripting Engine


----

UNV4207E String operands not allowed for operator, 'op', on line linenum


Description


An operator, op</op>, appears in the expression on line number linenum cannot have a string operand.


Severity


Error


System Action


An error is issued.


User Action


Fix the expression in the script.


Component

Universal Scripting Engine


----

UNV4208E Operand type mismatch for the for operator, 'op', on line linenum


Description


An operator, op</op>, appears in the expression on line number linenum has a string as one operand and a numeric value as a second operand. This type of operand mismatch is not allowed.


Severity


Error


System Action


An error is issued.


User Action


Fix the expression in the script.


Component

Universal Scripting Engine


----

UNV4209E Error on operator, 'op', on line linenum: divide by zero


Description


The operator, op</op>, that appears in the expression on line number linenum had a zero for the right operand, producing a divide by zero attempt.


Severity


Error


System Action


An error is issued.


User Action


Fix the expression in the script.


Component

Universal Scripting Engine


----

UNV4210E Error on operator, 'op', on line linenum: reason


Description


The operator op in the expression on line number linenum failed. reason is an explanation of the error.


Severity


Error


System Action


An error is issued.


User Action


Fix the expression in the script.


Component

Universal Scripting Engine


----

UNV4250E The subroutine named 'name' does not exist


Description


A subroutine with the name of name has not been defined.


Severity


Error


System Action


An error is issued.


User Action


Make sure the subroutine with the given name has been defined


Component

Universal Scripting Engine


----

UNV4251E Line number num out of range for the subroutine named 'name'


Description


The application tried to access a line number, given by num, for subroutine named name. The subroutine does not contain this number of lines.


Severity


Error


System Action


An error is issued.


User Action


Contact Stonebranch Customer Support


Component

Universal Scripting Engine


----

UNV4252E Nested subroutine calls are not supported


Description


You cannot call a subroutine from inside a subroutine.


Severity


Error


System Action


The program terminates.


User Action


Remove any nested subroutine calls from your script


Component

Universal Scripting Engine


----

UNV4253W Script ended while still defining subroutine 'name'.


Description


The definition of a subroutine named name was begun, but the script ended before the subroutine definition was completed.


Severity


Warning


System Action


A warning is issued


User Action


Properly define the subroutine in the script.


Component

Universal Scripting Engine


----

UNV4280E The variable 'name' cannot be assigned an empty value


Description


A variable with the name of name was assigned an empty value. This variable requires that a value be specified.


Severity


Error


System Action


An error is issued.


User Action


Make sure the variable is assigned an appropriate value.


Component

Universal Scripting Engine


----

UNV4281E The variable 'name' must be assigned a value of 'YES' or 'NO'


Description


A variable with the name of name can only be assigned a value of YES or NO using the SET command.


Severity


Error


System Action


An error is issued.


User Action


Make sure the variable is assigned an appropriate value.


Component

Universal Scripting Engine


----

UNV4282E The variable 'name' must be set to a numeric value or 'none', 'warn', 'error', or 'fatal'


Description


A variable with the name of name can only be assigned a numeric value or the a value of 'none', 'warn', 'error', or 'fatal'.


Severity


Error


System Action


An error is issued.


User Action


Make sure the variable is assigned an appropriate value.


Component

Universal Scripting Engine


----

UNV4283E The variable 'name' must be assigned an integer value


Description


A variable with the name of name can only be assigned a value of an integer value.


Severity


Error


System Action


An error is issued.


User Action


Make sure the variable is assigned an appropriate value.


Component

Universal Scripting Engine


----

UNV4284E The variable 'name' must be assigned an integer value of zero or greater


Description


A variable with the name of name can only be assigned a value of an integer value of zero or greater.


Severity


Error


System Action


An error is issued.


User Action


Make sure the variable is assigned an appropriate value.


Component

Universal Scripting Engine