Item name |
Description |
Remarks |
Search business methods |
Gets business methods by using the settings of [Connection destination], [Interface], and [Search keyword], and allows the user to select one for [Business method]. |
- Enabled when [Connection destination] and [Interface] are selected.
- Business methods that partially match the value of [Search keyword] are searched for.
- All business methods are retrieved when [Search keyword] is blank.
|
Schema extraction |
Gets the schema information of the business method specified in [Business method]. |
- Enabled when [Connection destination] and [Interface] are selected, and [Business method] is specified.
|
Preview output schema |
Confirm output schema of specified [Business method]. |
- Enabled when you click [Schema extraction] and the schema is extracted successfully.
|
Component variable name |
Description |
Remarks |
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 message may vary depending on the DataSpider Servista version.
|
error_message |
Stores the error message of occurred error. |
- Default value is null.
The message may vary depending on the DataSpider Servista version.
|
error_trace |
Stores the trace information of occurred 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. |
ResourceNotFoundException Resource definition is not found. Name:[] |
[Connection destination] is not specified. |
Specify a value for [Connection destination]. |
ResourceNotFoundException Resource definition is not found. Name:[<Name of global resources>] |
Resource definition selected in [Connection destination] is not found. |
Check the global resource specified in [Connection destination]. |
InvalidPropertyConfigurationException <Property name> is not specified. |
[<Property name>] is not specified. |
Specify a value for [<Property name>]. |
com.appresso.ds.dp.modules.adapter.sap.BusinessMethodNotFoundException |
The method specified in [Business method] does not exist. |
Check the specified business method. |
SapException
|
Error occurred in SAP system. |
Check logs and settings. |