Variable name |
Description |
Remarks |
success |
Wither success or failure of the process is stored. |
- The value defaults to null.
- If successful the operation is true, returns false if it fails.
|
directoryCount |
Returns the number of directories acquired. |
- The value defaults to null.
|
fileCount |
Returns the number of files retrieved. |
- 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.
|
error_type |
Stores the type of the occured error. |
- 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 |
Stores the error message for the occured error. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version.
|
error_trace |
Stores stack trace of the occurred error. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version or the client application used.
|
Exception name |
Cause |
Solution |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. |
Specify the [<Property name>]. |
FileIsNotDirectoryException |
The path specified in the [Directory path] is not a directory. |
Check a directory for the [Directory path]. |
java.io.FileNotFoundException |
The specified directory not found. |
Specify a directory for [Directory path]. |
PathIsNotAbsoluteException |
The specified path is a relative path. The path only accepts an absolute path. |
Specify an absolute path for the [Directory path]. |