Top
Systemwalker Desktop Patrol Installation Guide
FUJITSU Software

A.2.3 Messages Output by the Parameter Setup Command

This section describes the messages output by the parameter setup command.

Command syntax errors

ERROR: Too few arguments.

Cause

An argument required for executing the command is missing.

Action

Check the syntax of the command.

ERROR: The syntax of the command is incorrect.

Cause

The syntax of the specified command is incorrect.

Action

Check the syntax of the command.

ERROR: Cannot find the file specified -infile.

Cause

The installation parameter CSV file specified in the -infile option does not exist.

Action

Check the path of the installation parameter CSV file.

Installation parameter CSV file format errors

These messages are output if the installation parameter CSV file format is invalid.

ERROR: CSV file error:code = 1, Invalid CSV error.

Cause

The CSV definition format is incorrect.

Action

The CSV data specified in the installation parameter CSV file does not match the format described in "A.2.1 Installation Parameter CSV File".

Ensure that there is no invalid CSV data in the file.

ERROR: CSV file error:code = 2, installInfo/Name is required.

Cause

The installInfo parameter Name is not specified.

The installInfo parameters have been changed from the sample content.

Action

Change the installInfo parameters to the sample content and then reexecute.

ERROR: CSV file error:code = 3, Invalid installInfo key.

Cause

The specified installInfo is incorrect.

The installInfo parameters have been changed from the sample content.

Action

Change the installInfo parameters to the sample content and then reexecute.

ERROR: CSV file error:code = 4, Duplicated installInfo key.

Cause

The same parameter definition has been defined in duplicate in installInfo.

The installInfo parameters have been changed from the sample content.

Action

Change the installInfo parameters to the sample content and then reexecute.

ERROR: CSV file error:code = 5, Invalid character length.

Cause

The specified string is too long.

Action

Ensure that the specified string is not too long.

ERROR: CSV file error:code = 6, Invalid character format or encoding.

Cause

The character encoding of the installation parameter CSV file is incorrect.

Action

Ensure that the character encoding of the installation parameter CSV file is correct.

ERROR: CSV file error:code = 8, Parameter is required.

Cause

A parameter value has not been specified.

Action

Check the parameter values.

Parameter check errors

These messages are output if a parameter value specified in the installation parameter CSV file is incorrect.

ERROR: Parameter error. Invalid Software ID.

Cause

The parameter setup command that was started does not correspond to the installer name specified in the installation parameter CSV file.

Action

Execute the parameter setup command corresponding to the installer name specified in the installation parameter CSV file.

ERROR: Parameter error. [%1]Maximum size is %2 characters.

Cause

A value of parameter %1 exceeds the maximum string length of %2 characters.

Action

Review the parameter values, and specify a value up to the maximum number of characters.

ERROR: Parameter error. [%1] Invalid character. Double-byte characters.

Cause

The %1 key contains fullwidth characters.

Action

Do not specify fullwidth characters.

ERROR: Parameter error. [%1] Invalid character. Half-width kana characters.

Cause

The %1 key contains halfwidth kana characters.

Action

Do not specify halfwidth kana characters.

ERROR: Parameter error. [%1] Invalid character.

Cause

The %1 key contains an invalid character (such as a control character).

Action

Check the character types that can be specified, and delete all characters that cannot be specified.

ERROR: Parameter error. [%1] Invalid character '%2'.

Cause

The %1 key contains the invalid character %2.

Action

Do not specify invalid characters.

ERROR: Parameter error. [%1] The path specified must be an absolute path.

Cause

An absolute path is not specified in the %1 key.

Action

Specify an absolute path.

ERROR: Parameter error. [%1]Valid range is from %2 to %3.

Cause

An out-of-range number is specified as the value in the %1 key.

Action

Specify a number from %2 to %3.

ERROR: Parameter error. [%1]Invalid format.

Cause

The format of the %1 key is incorrect. For example, a 0 precedes the number.

Action

Check the format. If a 0 precedes the number, remove it.

Other errors

ERROR: Load "%1" failed.

Cause

The required DLL %1 could not be loaded.

Action

Ensure that the provided csv_parse.dll resource exists in the citool\common folder.

ERROR: GetProcAddress %1 failed.

Cause

Failed to retrieve the function %1 in the DLL.

Action

Contact Fujitsu technical support.

ERROR: FreeLibrary "%1" failed.

Cause

Failed to retrieve FreeLibrary of DLL %1.

Action

Contact Fujitsu technical support.

ERROR: An unexpected exception occurred.

Cause

An unexpected error occurred.

Action

Contact Fujitsu technical support.

ERROR: Cannot create output file.

Cause

Failed to create the output file.

Action

Check the path of the output file specified for the -outfile option.