Component variable name |
Description |
Remarks |
message_category |
Stores the category of message code corresponding to the occured error. |
|
message_code |
Stores the code of message code corresponding to the occured error. |
|
message_level |
Stores the severity of message code corresponding to the occured error. |
|
error_type |
Stores the error type of occured error. |
- Default value is null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The message may vary depending on the DataSpider Servista version.
|
error_message |
Stores the error message of occured error. |
- Default value is null.
The message may vary depending on the DataSpider Servista version.
|
error_trace |
Stores the trace information of occured error. |
- Default value is null.
The message may vary depending on the DataSpider Servista version or the client application used.
|
Exception name |
Cause |
Solution |
InputDataNotFoundException |
[Input Data] is not specified. |
Specify [Input Data], or draw data flow. |
InvalidPropertyConfigurationException
Integration Component is not specified. |
Integration Component is not specified. |
Specify Integration Component. |
InvalidPropertyConfigurationException
Event is not specified. |
[Event] is not specified. |
Specify [Event]. |
IntegrationComponentNotFoundException |
Specified integration component is not defined in EICS. |
Set integration component in EICS. |
EventNotFoundException |
Specified event is not defined in EICS. |
Set event in EICS. |