tDB2SP
tDB2SP Standard properties
These properties are used to configure tDB2SP running in the Standard Job framework.
The Standard
tDB2SP component belongs to the Databases family.
The component in this framework is generally available.
Basic settings
Use an existing connection |
Select this check box and in the Component Note:
When a Job contains the parent Job and the child Job, if you need to share an
existing connection between the two levels, for example, to share the connection created by the parent Job with the child Job, you have to:
For an example about how to share a database connection across Job levels, see |
Property type |
Either Built-in or |
|
Built-in: No property data stored |
|
Repository: Select the repository |
Host |
Database server IP address |
Port |
Listening port number of DB server. |
Database |
Name of the database |
Username and |
DB user authentication data. To enter the password, click the […] button next to the |
Schema and Edit |
A schema is a row description. It defines the number of fields (columns) to |
|
Built-In: You create and store the |
|
Repository: You have already created |
Click Edit schema to make changes to the schema.
|
|
SP Name |
Type in the exact name of the Stored Procedure |
Is Function / Return result |
Check this box, if a value only is to be returned. Select on the list the schema column, the value to be returned is |
Parameters |
Click the Plus button and select the various Schema Columns that will be required by the Select the Type of IN: Input parameter
OUT: Output parameter/return
IN OUT: Input parameters is to be
RECORDSET: Input parameters is to Note:
Check Scenario: Inserting data in mother/daughter tables if you want to analyze a set |
Specify a data source alias |
Select this check box and specify the alias of a data source created on the This check box is not available when the Use an existing |
Data source alias |
Enter the alias of the data source created on the This field is available only when the Specify a data source |
Advanced settings
Additional JDBC parameters |
Specify additional connection properties for the DB connection you Note:
You can set the encoding parameters through this field. |
tStat |
Select this check box to collect log data at the component |
Usage
Usage rule |
This component is used as intermediary component. It can be used |
Dynamic settings |
Click the [+] button to add a The Dynamic settings table is For examples on using dynamic parameters, see Scenario: Reading data from databases through context-based dynamic connections and Scenario: Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
Limitation |
This component requires installation of its related jar files. Note that the DB2 10.5 driver doesn’t support JDK 8. To use this component with DB2 10.5, |
Related scenarios
For related scenarios, see:
-
Scenario: Retrieving personal information using a stored procedure.
-
Scenario: Using tMysqlSP to find a State Label using a stored procedure.
Check Scenario: Inserting data in mother/daughter tables as well if you want to analyze a set of records from a database table or DB query and
return single records.