Data Ingester messages

IUSI0001E

Null reader.

Explanation
The character-input stream of CSV file is null.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0002E

Null properties.

Explanation
The necessary properties to convert CSV to ATML is null
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0003E

InputFile is not specified.

Explanation
CSV input file is not specified
User Response
Check if the CSV file is specified
Parent Topic : Data Ingester messages

IUSI0004E

Encoding of inputFile is not specified.

Explanation
The encoding of CSV input file is not specified
User Response
Check if the encoding (parameter ""csv.character.encoding"") is specified.
Parent Topic : Data Ingester messages

IUSI0005E

Fail to read the file {0}

Explanation
Failed to read the specified CSV file
User Response
Check if the specified path of CSV file is correct. Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0006I

No column index for id is specified.

Explanation
The index of column for document id is not specified.
User Response
This is an info message. Specify the index of column for document id (parameter ""csv.column.index.id""), if not, default document id is taken.
Parent Topic : Data Ingester messages

IUSI0007E

Invalid {0} : {1}

Explanation
The index value {1} which specifies the column for document id is invalid (not integer)
User Response
Check the index value {1} which specifies the column for document id. Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0008I

No column index for title is specified.

Explanation
The index of column for document title is not specified.
User Response
This is an info message. Specify the index of column for document title (parameter ""csv.column.index.title""), if not, the title is empty.
Parent Topic : Data Ingester messages

IUSI0009E

Invalid {0} : {1}

Explanation
The index value {1} which specifies the column for document title is invalid (not integer)
User Response
Check the index value {1} which specifies the column for document title. Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0010I

No column index for date is specified.

Explanation
The index of column for document date is not specified.
User Response
This is an info message. Specify the index of column for document date, if not, the date when the document is processed is taken .
Parent Topic : Data Ingester messages

IUSI0011E

Invalid {0} : {1}

Explanation
The index value {1} which specifies the column for document date is invalid (not integer)
User Response
Check the index value {1} which specifies the column for document date. Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0012W

Text index[{0}] conflicts with the index for doc id. text index will be neglected.

Explanation
The index value {0} which specifies the column for document text is conflicted with the index of column for document id. This text index is ignored.
User Response
This is a warning message. Check again the index value {0} which specifies the column for document text (list in parameter ""csv.column.text.indexes"")
Parent Topic : Data Ingester messages

IUSI0013W

Text index[{0}] conflicts with the index for doc date. text index will be neglected.

Explanation
The index value {0} which specifies the column for document text is conflicted with the index of column for document date. This text index is ignored.
User Response
This is a warning message. Check again the index value {0} which specifies the column for document text (list in parameter ""csv.column.text.indexes"")
Parent Topic : Data Ingester messages

IUSI0014I

Duplicate text index is found : {0}, duplication will be removed.

Explanation
The index value {0} which specifies the column for document text is duplicated.
User Response
This is an info message. Check again the index value {0} which specifies the column for document text is duplicated in the list of parameter ""csv.column.text.indexes"".
Parent Topic : Data Ingester messages

IUSI0015W

No text indexes are specified.

Explanation
No text index is specified.
User Response
Warning:Check if there is no text in the document to be specified.
Parent Topic : Data Ingester messages

IUSI0016E

Invalid {0}

Explanation
The list of text indexes is invalid.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0017I

Duplicate column name : {0}

Explanation
The column name {0} is duplicated. The duplicated name is adopted.
User Response
This is an info message. Check the list of labels in parameter ""csv.column.names"" in the data_ingester_config_csv2atml.xml file.
Parent Topic : Data Ingester messages

IUSI0018E

Invalid {0}[{1}]

Explanation
The index value {1} which specifies the first document is invalid (not integer)
User Response
Check the index value {1} which specifies the first document.
Parent Topic : Data Ingester messages

IUSI0019E

Failed to process internal csv reader.

Explanation
Failed to process the character stream of csv file.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0020E

Failed to process internal csv reader.

Explanation
Failed to process the character stream of csv file.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0021I

{0} is not specified, and default value {1} is used.

Explanation
The date format is not specified and the default format {1} is used.
User Response
Check if the date format is specified (parameter ""csv.date.format.list"")
Parent Topic : Data Ingester messages

IUSI0022E

Internal csv reader occurs an error.

Explanation
Failed to process the character stream of csv file.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0023E

next() is called after hasNext() returns false.

Explanation
Try to get the next document of csv file although the hasNext() method return false.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0024I

Failed to parse the date string : [{0}], currentRowCount={1}

Explanation
Failed to parse the specified date {0} in the row {1} to defined format.
User Response
Check the date {0} which is specified in the row{1} of csv file.
Parent Topic : Data Ingester messages

IUSI0025E

Failed to process the next row, currentRowCount={0}

Explanation
Failed to process the next row of row{0}
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0026E

Failed to close the internal csv reader.

Explanation
Failed to close the character stream of input csv file.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0027I

Customized XML replace string is used : [{0}]

Explanation
The string which is specified by parameter ""xml.replace.string"" to replace the invalid character is used (default is "" "")
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0028I

Customized {0}({1}) is used.

Explanation
The value specified by {1} is used for maximum length of document id (default maximum length is 1023)
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0029I

Customized {0}({1}) is used.

Explanation
The value specified by {1} is used for maximum length of document title (default maximum length is 5000)
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0030I

Customized {0}({1}) is used.

Explanation
The value specified by {1} is used for maximum length of the name of document item (default maximum length is 255)
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0031I

Customized {0}({1}) is used.

Explanation
The value specified by {1} is used for maximum length of the value of document item (default maximum length is 255)
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0032I

Customized {0}({1}) is used.

Explanation
The value specified by {1} is used for maximum length of the name of document text (default maximum length is 63)
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0033I

Customized {0}({1}) is used.

Explanation
The value specified by {1} is used for maximum length of the document text (default maximum length is 65535)
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0034I

Customized {0}({1}) is used.

Explanation
The value specified by {1} is used for delimiter of the document text.
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0035I

textDelimiter is [{0}]

Explanation
The text delimiter is set by {0}
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0036I

Doc id [{0}] is trimmed to {1} characters.

Explanation
The length of doc id {0} is trimmed to {1} characters. ({1} is the maximum length)
User Response
In this case, the length of doc id {0} is longer than the specified maximum length then it is trimmed
Parent Topic : Data Ingester messages

IUSI0037I

Title [{0}] is trimmed to {1} characters.

Explanation
The length of document title {0} is trimmed to {1} characters. ({1} is the maximum length)
User Response
In this case, the length of document title {0} is longer than the specified maximum length then it is trimmed
Parent Topic : Data Ingester messages

IUSI0038I

Item name [{0}] is trimmed to {1} characters.

Explanation
The length of item name {0} is trimmed to {1} characters. ({1} is the maximum length)
User Response
In this case, the length of item name {0} is longer than the specified maximum length then it is trimmed
Parent Topic : Data Ingester messages

IUSI0039I

Item value [{0}] is trimmed to {1} characters.

Explanation
The length of item value {0} is trimmed to {1} characters. ({1} is the maximum length)
User Response
In this case, the length of item value {0} is longer than the specified maximum length then it is trimmed
Parent Topic : Data Ingester messages

IUSI0040I

Text name [{0}] is trimmed to {1} characters.

Explanation
The length of text name {0} is trimmed to {1} characters. ({1} is the maximum length)
User Response
In this case, the length of text name {0} is longer than the specified maximum length then it is trimmed
Parent Topic : Data Ingester messages

IUSI0041I

Text value [{0}] will not be included in atml due to the limitation of text length = {1}, doc id = {2}

Explanation
The text value specified by {0} in the document of which id is {2} will be ignored, not be included in atml file because the limitation of text length specified by {1}
User Response
In this case, the text is not included in atml file.
Parent Topic : Data Ingester messages

IUSI0042I

Text value is trimmed to [{0}] in atml due to the limitation of text length = {1}, doc id = {2}

Explanation
The text value in the document with id ={2} is trimmed to {0} because of the limitation of text length specified by {1}
User Response
In this case, the text is trimmed to value {0}
Parent Topic : Data Ingester messages

IUSI0043I

Default date path {0} is used.

Explanation
The default category path of data "".date"" is used.
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0044I

Processing start.

Explanation
Data ingestion started
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0045I

Processing done : {0} documents.

Explanation
The number of documents {0} which were ingested
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0046I

Processing completed for total {0} documents.

Explanation
Data ingestion completed with total of {0} documents ingested.
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0047E

{0}

Explanation
Data ingestion failed.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0048E

{0}

Explanation
Failed to close the iterator of data source.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0049E

{0}

Explanation
Failed to close the instance of converter.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0050E

{0}

Explanation
Failed to end the serialization.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0051I

Ingestion has been successfully done.

Explanation
The ingestion has been successfully done.
User Response
No action required.
Parent Topic : Data Ingester messages

IUSI0052E

Failed to initialize SAX parser

Explanation
Failed to initialize the SAX parser
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages

IUSI0053E

Failed to parse config file

Explanation
Failed to parse the data ingester config file.
User Response
Check the stack trace to find out the exact error.
Parent Topic : Data Ingester messages



(C) Copyright IBM Corporation 2008. All Rights Reserved.