UNV4100-UNV4199

----

UNV4100E The command, 'cmd', on line linenum has been issued incorrectly.


Description


A command was encountered that was incorrectly formed. cmd is the name of the command. linenum is the line number in the script.


Severity


Error


System Action


An error is issued.


User Action


Make sure the command is entered correctly with all required options


Component

Universal Scripting Engine


----

UNV4101E A value is not allowed for the parameter, 'parm', on line linenum, for the command: 'cmd'.


Description


A value was included for the command parameter, parm, that should not have been. linenum is the line number in the script where the error occurred. cmd is the name of the command.


Severity


Error


System Action


An error is issued.


User Action


Make sure the command is entered correctly with all required options


Component

Universal Scripting Engine


----

UNV4102E A value was expected for the parameter, parm, on line linenum, for the command: 'cmd'.


Description


A value was required for the parameter, parm, but was not given. linenum is the line number in the script where the error occurred. cmd is the name of the command.


Severity


Error


System Action


An error is issued.


User Action


Make sure the command is entered correctly with all required options


Component

Universal Scripting Engine


----

UNV4103E Unexpected parameter, parm, on line linenum, for the command: 'cmd'.


Description


A parameter, parm, was encountered that is either in the wrong position or not valid for the command. linenum is the line number in the script where the error occurred. cmd is the name of the command.


Severity


Error


System Action


An error is issued.


User Action


Make sure the command is entered correctly with all required options


Component

Universal Scripting Engine


----

UNV4104E Invalid value, 'value', for the parameter, parm, on line linenum, for the command: 'cmd'.


Description


The value of value for the parameter, parm, was not valid for that parameter. linenum is the line number in the script where the error occurred. cmd is the name of the command.


Severity


Error


System Action


An error is issued.


User Action


Make sure the command is entered correctly with all required options


Component

Universal Scripting Engine


----

UNV4105E Invalid parameter, parm, on line linenum, for the command: 'cmd'.


Description


The parameter, parm, was not valid for the command. linenum is the line number in the script where the error occurred. cmd is the name of the command.


Severity


Error


System Action


An error is issued.


User Action


Make sure the command is entered correctly with all required options


Component

Universal Scripting Engine


----

UNV4106E The command, 'cmd', on line linenum, does not contain enough parameters.


Description


There are not enough parameters given to the command, cmd, to successfully execute it. 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 command is entered correctly with all required options


Component

Universal Scripting Engine


----

UNV4107E The required parameter, 'parm', is missing for the command, 'cmd', on line linenum.


Description


The command, cmd, to successfully if missing the parameter, parm, which is required. 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 command is entered correctly with all required options


Component

Universal Scripting Engine


----

UNV4150E The command, 'cmd', on line linenum, failed because a log file has not been opened.


Description


The command, cmd, involves working with a log file and a log file has not been opened by a call to OPENLOG. linenum is the line number in the script where the error occurred.


Severity


Error


System Action


An error is issued.


User Action


Make the OPENLOG command is used to successfully open a log file before calling this command.


Component

Universal Scripting Engine


----

UNV4151E The log file, 'filename', could not be opened because a log file is already open.


Description


The OPENLOG command was issued to open a log file named filename, which could not be opened because a previous log file is already open.


Severity


Error


System Action


An error is issued.


User Action


Close the existing log file with a CLOSELOG command before opening a new log file.


Component

Universal Scripting Engine