UNV0100-UNV0199
----
UNV0100E Invalid command line argument syntax.
Description
One of the following occurred:
- The parameter name was not preceded by a command line option prefix character ('-' or '/').
- A command line option prefix was specified, but the parameter name was either missing or separated from the prefix character by one or more spaces.
- The parameter name exceeded 61 characters.
- The parameter value exceeded 2000 characters.
Severity
Error
System Action
The program terminates.
User Action
Refer to the User's Guide for correct command line syntax.
Component
Cross-Platform Messages
----
UNV0101E Unknown command line option: 'opt'
Description
The program does not recognize the command line option. opt is the option specified.
Severity
Error
System Action
The program terminates.
User Action
Run the program using the -help option to display a list of available options. See the User's Guide if more information is needed.
Component
Cross-Platform Messages
----
UNV0102E Error in command line option '-opt': reason
Description
For the specified option, either the syntax was incorrect or an invalid value was used. opt is the name of the option. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Refer to the User's Guide for the correct usage of the specified option.
Component
Cross-Platform Messages
----
UNV0103E Error in environment variable 'var': reason.
Description
For the specified environment variable, either the syntax was incorrect or the value assigned to it was invalid. var is the name of the environment variable. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Refer to the User's Guide for the correct usage of the specified environment variable.
Component
Cross-Platform Messages
----
UNV0104E I/O error on configuration file filename: func errno reason
Description
An attempt to read the specified configuration file failed. filename is the name of the configuration file. 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
Cross-Platform Messages
----
UNV0105E cfgfile (lineno): Invalid keyword 'keyword'
Description
A keyword in the specified configuration file was not valid, due to one of the following:
- The length of the keyword exceeded 61 characters.
- The program did not recognize the keyword.
cfgfile is the name of the configuration file that contains the invalid keyword. lineno is the line number of the configuration file where the invalid keyword is located. keyword is the invalid keyword.
Severity
Error
System Action
The program terminates.
User Action
Refer to the User's Guide for the correct names of available configuration options. If the configuration option is not supported by the version of the software currently installed, either upgrade the software or comment out the entry in the configuration file.
Component
Cross-Platform Messages
----
UNV0106E cfgfile (lineno): Invalid value for keyword 'keyword' reason
Description
The value given for the specified keyword is not valid. cfgfile is the name of the configuration file that contains the invalid value. lineno is the line number of the configuration file where the invalid value is specified. keyword is the name of the keyword whose value is invalid. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Refer to the User's Guide for an explanation of the configuration options, and for examples of valid option values. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0107E Error processing command line option 'opt': func, errno, reason.
Description
An attempt to obtain or verify the value of a configuration option specified on the command line failed. opt is the name of the command line option. 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
Refer to the User's Guide or command line help to verify that all command line options were specified correctly. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0108E Error processing environment variable 'var': func, errno, reason.
Description
An attempt to obtain or verify the value of a configuration option specified as an environment variable failed. var is the name of the environment variable. 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
Refer to the User's Guide or command line help to verify that any environment variables are correctly defined. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0109E cfgfile (lineno): Error processing keyword 'keyword': func, errno, reason.
Description
An attempt to obtain or verify the value of a configuration option specified in a configuration file failed. cfgfile is the name of the configuration file. lineno is the line number of the configuration file on which the error occurred. keyword is the name of the keyword. 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
Refer to the User's Guide or command line help to verify that the configuration option is correctly defined. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0110E Error merging configuration parameter idx, rc = errno
Description
An attempt to resolve a configuration option into a single value from values specified from the command line, a configuration file, and/or environment variables failed. idx is an index into an internal parameter table. errno is the error number.
Severity
Error
System Action
The program terminates.
User Action
Contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0111I Use -help option for command line help.
Description
This message is an instructional message displayed when the program is unable to obtain configuration options from the command line.
Severity
Informational
System Action
None
User Action
If desired, run the program again using only the -help command line option. This will display configuration options that can be specified from the command line, along with a short description of each.
Component
Cross-Platform Messages
----
UNV0112E Open failed for configuration file 'cfgfile': errno, reason
Description
The specified configuration file could not be opened. cfgfile is the name of the configuration file. errno is the error number and reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Make sure the user account running the program has read access to the directory where the configuration file resides. If the file does not exist, re-install the program. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0113E Open failed for registry key key: func, errno, reason
Description
An attempt to open the specified registry key in order to obtain program configuration options failed. key is the name of the registry key that could not be opened. 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
Use the registry editor (regedit.exe) to make sure the specified registry key exists. If it does not exist, repair the installation from the Control Panel via the Add/Remove Programs applet. Select the program from the list of installed software. When the installation starts, select the "Repair" option. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0114E Error in registry keyword 'keyword': reason
Description
The value for a configuration option could not be obtained from the specified registry key. This is due to one of the following:
- The value is not stored as a string the registry.
- A bad value was specified for the configuration option.
- Incorrect syntax was used for the configuration value.
keyword is the name of the registry entry. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Use the Universal Configuration Manager (accessible via the Control Panel) to update configuration options stored in the registry. Universal Configuration Manager should report any invalid values before updating the registry. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0115E Error processing registry keyword 'keyword': func, errno, reason.
Description
An attempt to obtain or verify the value of a configuration option specified in the registry failed. keyword is the name of the registry entry. 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
Try to repair the installation from the Control Panel using the Add/Remove Programs applet. Select the program from the list of installed software. When the installation program starts, select the "Repair" option. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0116E Error reading keyword keyword: func, errno, reason
Description
An attempt to obtain the value for a configuration option specified in the registry failed. keyword is the name of the registry entry that could not be read. 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
Cross-Platform Messages
----
UNV0117E cmdfile (lineno): Invalid option 'opt'
Description
A configuration option contained in the specified command file is not valid, due to one of the following reasons:
- The length of the option name exceeded 61 characters.
- The program did not recognize the configuration option.
cmdfile is the name of the command file that contains the invalid option. lineno is the line number of the command file where the invalid option is located. opt is the name of the invalid option.
Severity
Error
System Action
The program terminates.
User Action
Refer to the User's Guide for the correct names of available configuration options. If the configuration option is not supported by the version of the software currently installed, either upgrade the software or comment out the entry in the configuration file.
Component
Cross-Platform Messages
----
UNV0118E cmdfile (lineno): Invalid value for option 'opt': reason.
Description
The value of a configuration option contained in the specified command file is not valid. cmdfile is the name of the command file. lineno is the line number of the command file where the option with the invalid value is located. opt is the name of the option with the invalid value. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Refer to the User's Guide for an explanation of the configuration options, and for examples of valid option values. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0119E cfgfile (lineno): Value of keyword 'keyword' exceeded max length.
Description
The value of a configuration option exceeded the maximum length of 2000 characters. cfgfile is the name of the configuration file with the invalid value. lineno is the line number of the configuration file where the invalid value is located. keyword is the name of the configuration option with the invalid value.
Severity
Error
System Action
The program terminates.
User Action
Correct the value and restart the program.
Component
Cross-Platform Messages
----
UNV0120E cmdfile (lineno): Value of option 'opt' exceeded max length.
Description
The value of a configuration option exceeded the maximum length of 2000 characters. cmdfile is the name of the command file with the invalid value. lineno is the line number of the command file where the invalid value is located. opt is the name of the configuration option with the invalid value.
Severity
Error
System Action
The program terminates.
User Action
Correct the value and restart the program.
Component
Cross-Platform Messages
----
UNV0121E cmdfile (lineno): Error processing option 'opt': func, errno, reason.
Description
An attempt to obtain or verify the value of a configuration option specified in a command file failed. cmdfile is the name of the command file. lineno is the line number of the command file on which the error occurred. opt is the name of the configuration option. 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
Refer to the User's Guide or command line help to verify that the configuration option is correctly defined. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0122E I/O error on command file cmdfile: func errno reason
Description
An attempt to read from the specified command file failed. cmdfile is the name of the command file. 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
Make sure the file still exists and the user account running the program has read access to the directory where the file is located. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0123E cmdfile (lineno): Missing command option prefix character.
Description
The program expected to find the start of a configuration option name, but the prefix character ('-' or '/') was missing. cmdfile is the name of the command file that contains the error. lineno is the line number of the command file where the error was detected.
Severity
Error
System Action
The program terminates.
User Action
Refer to the User's Guide for the correct syntax of configuration options that are specified in a command file.
Component
Cross-Platform Messages
----
UNV0124E I/O error on command file cmdfile: func errno reason
Description
An attempt to read from the specified command file failed. cmdfile is the name of the command file. 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
Make sure the file still exists and the user account running the program has read access to the directory where the file is located. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0125E Open failed for command file cmdfile: reason
Description
An attempt to open the specified command file in order to obtain configuration options failed. cmdfile is the name of the command file. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Make sure the file still exists and the user account running the program has read access to the directory where the file is located. If the problem persists, contact Stonebranch customer support.
Component
Cross-Platform Messages
----
UNV0126E License parameters do no match license key.
Description
To validate a license key, the program takes the license information contained in a configuration file (or the Windows registry) and generates a license key. This message is displayed if the generated key does not match the license key saved in the configuration file.
Severity
Error
System Action
The program terminates.
User Action
Check all license information saved in the program's configuration file and compare it to the license information you received with your initial software package. Make sure everything matches. Refer to the User's Guide for information on entering license information in the configuration file.
Component
Cross-Platform Messages
----
UNV0127E License is for product licprod, not prod.
Description
The license information saved in the program's configuration file does result in a valid license key; however, the key is for the wrong product. licprod is the name of the product specified in the license information. prod is the name of the product whose license information the program requires.
Severity
Error
System Action
The program terminates.
User Action
Update the license information in the program's configuration file to match the license information you received with the initial software package.
Component
Cross-Platform Messages
----
UNV0128E License is for operating system type licos, not os.
Description
The license information saved in the program's configuration file does result in a valid license key; however, the key is for the wrong operating system. licos is the name of the operating system specified in the license information. os is the name of the operating system on which the program is currently installed.
Severity
Error
System Action