| Component variable name |
Description |
Remarks |
| message_category |
When an error occurs, the corresponding message code's category is stored. |
|
| message_code |
When an error occurs, the corresponding message code is stored. |
|
| message_level |
When an error occurs, the corresponding message code's severity is stored. |
|
| error_type |
When an error occurs, the error type is stored. |
- Default value is null.
- The error type will be in the following format.
Example: “java.io.FileNotFoundException”
The contents that will be stored may vary depending on DataSpider Servista versions.
|
| error_message |
When an error occurs, the error message is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions.
|
| error_trace |
When an error occurs, the error's trace information is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions and client applications.
|
| Exception name |
Cause |
Solution |
InvalidPropertyConfigurationException
File path is not entered. |
[Subject file] or [Object file] is not specified. |
Specify [Subject file] and [Object file]. |
| FileIsDirectoryException |
The path entered in [Subject file] or [Object file] is directory. |
Enter file paths in [Subject file] and [Object file]. |
| java.io.FileNotFoundException |
The file specified in [Subject file] or [Object file] does not exist. |
Check [Subject file] and [Object file]. |
| AssertionException |
[Subject file] and [Object file] are different files. |
Check the error message. |