Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Data file |
Required |
Available |
Specify the path of target data file.
Click [Browse] button to launch the file chooser and select the file. |
|
API function |
Required |
- |
Specify the names and number of arguments of API functions to output to target data file.
Each query parameter can be operated by the following operations.
- [Add]:
Adds an API function
- [Up]:
Moves up the order of selected API function by one.
- [Down]:
Moves down the order of selected API function by one.
- [Delete]:
Deletes an API function.
|
|
API function/Name |
Required |
Available |
Input the name of API function. |
|
API function/Number of argument |
Required |
Not available |
Input the argument number of API function. |
- Input whole number not less than "1".
|
Component variable name |
Description |
Remarks |
data_file_path |
Stores the data file path specified in [Data file]. |
|
message_category |
Stores the category of message code corresponding to the occurred error. |
|
message_code |
Stores the code of message code corresponding to the occurred error. |
|
message_level |
Stores the severity of message code corresponding to the occurred error. |
|
error_type |
Stores the error type of occurred error. |
- Default value is null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The value may vary depending on the DataSpider Servista version.
|
error_message |
Stores the error message of occurred error. |
- Default value is null.
The value may vary depending on the DataSpider Servista version.
|
error_trace |
Stores the trace information of occurred error. |
- Default value is null.
The value 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 a data flow. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. |
Specify [<Property name>]. |
PathIsNotAbsoluteException |
The specified path is a relative path. |
Specifiy an absolute path. |
FileIsDirectoryException |
Path entered in [Data file] is directory. |
Specifiy a file path in [Data file]. |
FileIsLockedException |
File specified in [Data file] is locked. |
Unlock the file from explorer or CLI. |
InvalidSchemaException |
Schema of [Input data] is invalid. |
Check the schema of [Input data]. |
java.io.FileNotFoundException
Other process is in use. |
File specified in [Data file] is used by other process. |
Check whether the file is used in other process. |
java.io.UnsupportedEncodingException |
The encoding specified in [Encoding] is not supported. |
Specify an encoding supported by Java SE Runtime Environment 8.
For details, refer to "Supported Encodings"(http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html). |