Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Destination |
Required |
Not available |
Select a global resource.
- [Add]:
Add a new global resource.
- [Edit list]:
Global resource settings can be edited in “Edit resource list” screen.
|
|
Procedure |
Required |
Available |
Select or enter a procedure name to be executed. |
-
Procedures of the number specified in global resource's list settings are displayed.
|
Input |
Optional |
- |
The input parameters of the stored procedure specified in [Procedure] are displayed.
|
- Displayed when an input parameter is defined in the specified stored procedure.
- The parameter names displayed in [Input] will be displayed in Mapper schema.
|
Input/Parameter name |
Required |
Not available |
The input parameter name is displayed. |
- Displayed when an input parameter is defined in the specified stored procedure.
|
Input/Type |
Required |
Not available |
The input parameter type is displayed. |
- Displayed when an input parameter is defined in the specified stored procedure.
- It is displayed in “<Native type> (<Internal data type>)” format.
- Native type:
RDBMS specific data type.
- Internal data type:
Data type used internally within DataSpider.
Refer to “Internal Data Types” for more details.
|
Output |
Optional |
- |
The output parameters of the stored procedure specified in [Procedure] are displayed.
|
- Displayed when an output parameter is defined in the specified stored procedure.
- The parameter names displayed in [Output] will be displayed in Mapper schema.
|
Output/Parameter name |
Required |
Not available |
The output parameter name is displayed. |
- Displayed when an output parameter is defined in the specified stored procedure.
|
Output/Type |
Required |
Not available |
The output parameter type is displayed. |
- Displayed when an output parameter is defined in the specified stored procedure.
- It is displayed in “<Native type> (<Internal data type>)” format.
- Native type:
RDBMS specific data type.
- Internal data type:
Data type used internally within DataSpider.
Refer to “Internal Data Types” for more details.
|
Component variable name |
Description |
Remarks |
count |
The number of executed stored procedures is stored. |
- Default value is null.
- When input parameters are defined in the specified stored procedure, stored procedures will be executed by the number of input data.
Value is not stored in PSP.
|
error_code |
When an error (SQLException) occurs, the corresponding error code is stored. |
- Default value is null.
- 0 is stored when finishing normally.
Error code is based on each driver specifications.
|
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 |
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException Resource definition is not found. Name: [<global resource name>] |
The resource definition selected in [Destination] is not found. |
Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException |
[Procedure] is not set. |
Specify [Procedure]. |
java.sql.SQLException |
A database access error or some other one has occurred. |
Check the SQLException message. SQLException message is based on the specifications of the driver. The cause of the error might be output in SQLException message.
For more details on messages, contact the database vendor. |