Component variable name |
Description |
Remarks |
count |
Return number of read columns. |
- The value defaults to null.
Null when using Parallel Stream Processing.
|
filePath |
Return file path of read file. |
- The value defaults to null.
|
message_category |
Stroes the category to which corresponding message code belongs to, when an error occurs. |
- The value defaults to null.
|
message_code |
Stores its corresponding message code of occured error. |
- The value defaults to null.
|
message_level |
Stores the severity of the corresponding message code of the occured error. |
- The value defaults to null.
Does not store values in PSP.
|
error_type |
Returns the error type when error occurred. |
- The value defaults to null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The message may vary depending on DataSpider Servista version.
|
error_message |
Return the error message when error occurred. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version.
|
error_trace |
Return trace information when error occurred. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version or the client application used.
|
Exception name |
Causes |
Solution |
ResourceNotFoundException
Resource definition is not found. Name:[] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException
Resource definition is not found. Name:[<Global resource name>] |
Resource definition selected in [Destination] is not found. |
Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
Property name is not specified. |
[<Property name>] is not specified. |
Specify the [<Property name>] |
FileIsDirectoryException |
Path input in [HDFS file Path] is directory. |
Input file path in [HDFS file Path] . |
java.io.FileNotFoundException |
File specified in [HDFS file Path] does not exist. |
Check [HDFS file Path]. |
java.io.UnsupportedEncodingException |
Encodings that are not supported in [Encoding] are specified. |
Specify an encoding that is supported in Java SE Runtime Environment 8.
Refer to "Supported Encodings"(http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html) for details. |