Message code list of EXCEL category

Message codes corresponding to errors that occur in Excel Adapter.


EXCEL0000E

This message code outputs when an undefined error occurs.

Cause Solution
An undefined error has occurred. Check the error message or the help page of the applied operation.

Corresponding error


EXCEL0001E

This message code outputs when a password is set in an Excel 2003 workbook.

Cause Solution
A password to open is set in the Excel 2003 workbook specified in [File]. Enter an Excel 2003 workbook in which a password to open is not set in [File].

Corresponding error


EXCEL0002E

This message code outputs when the Excel 2003 workbook is in an invalid state.

Cause Solution
The Excel 2003 workbook specified in [File] is in an invalid state. Check the following.
  • Whether the file specified in [File] is an Excel 2003 workbook included in supported versions
  • Whether a file that is not Excel 2003 workbook is specified with ".xls" extension in [File]
  • Whether the file is corrupted

Corresponding error


EXCEL0003E

This message code outputs when the Excel book is in an invalid state.

Cause Solution
The Excel workbook specified in [File] is in an invalid state. Check the following.
  • Whether the file specified in [File] is an Excel workbook
  • Whether a file that is not Excel workbook is specified with ".xlsx" / ".xlsm" extension in [File]
  • Whether the file is corrupted

Corresponding error


EXCEL0004E

This message code outputs when the Excel workbook cannot be read.

Cause Solution
The Excel workbook specified in [File] is protected with password to open or is in an invalid state. Check whether password to open is set to the Excel workbook specified in [File], and whether the file is corrupted.

Corresponding error


EXCEL0005E

This message code outputs when the starting cell address is invalid.

Cause Solution
The cell address entered in [Starting cell address] is invalid. Check [Cell address] and enter a valid one.

Corresponding error


EXCEL0006E

This message code outputs when the defined range cannot be acquired.

Cause Solution
The [Range name] of Read from Named Range operation is not specified or it does not exist. Check [Range name] of Read from Named Range operation.

Corresponding error


EXCEL0007E

This message code outputs when a format is invalid.

Cause Solution
In write operation, [Format] for [Type] specified in [Column list] is invalid. Check the combination of [Type] and [Format] in write operation.

Corresponding error


EXCEL0008E

This message code outputs when the number of rows exceeds the maximum value.

Cause Solution
In write operation, the row number specified in [Starting cell address] exceeds the maximum value. Check the value of [Starting cell address] in write operation.

Corresponding error


EXCEL0009E

This message code outputs when a cell address is invalid.

Cause Solution
In Write Specified Cell operation, a cell address entered in [Cell settings/Cell address] is invalid. Check the value of [Cell settings/Cell address] in Write Specified Cell operation.

Corresponding error


EXCEL0010E

This message code outputs when failed to read a format from input data.

Cause Solution
In write operation, when [Specify format/comment in Mapper to write] is checked, a value entered in format element of input schema is invalid. In format element, input a value output from "Generate Excel Format" logic in Mapper, or do not input any value if not necessary.

Corresponding error


EXCEL0011E

This message code outputs when the sheet does not exist.

Cause Solution
The sheet specified in [Sheet name] does not exist. Specify an existing sheet name in [Sheet name].

Corresponding error


EXCEL0012E

This message code outputs when the specified indent exceeds the maximum value that can be specified.

Cause Solution
In write operation, when [Specify format/comment in Mapper to write] is checked, the value of [Indent] specified in “Generate Excel Format” logic exceeds the maximum value that can be specified for an Excel 2003 workbook. Check the value of [Indent] specified in “Generate Excel Format” logic.

Corresponding error