tInformixSP
Centralises and calls multiple and complex queries in a database.
tInformixSP calls procedures stored in a database.
tInformixSP Standard properties
These properties are used to configure tInformixSP running in the Standard Job framework.
The Standard
tInformixSP component belongs to the Databases family.
The component in this framework is generally available.
Basic settings
|
Property type |
Either Built-in or |
|
|
Built-in: No properties stored |
|
|
Repository: Select the repository |
|
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 |
|
Host |
Database server IP address. |
|
Port |
Listening port number of DB server. |
|
Database |
Name of the database. |
|
Schema |
Name of the schema. |
|
Username and |
User authentication information. To enter the password, click the […] button next to the |
|
Instance |
Name of the Informix instance to be used. This information can |
|
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 |
Enter the exact name of the stored procedure (SP). |
|
Is Function / Return result |
Select this check box if only one value must be returned. From the list, select the the schema column upon which the value |
|
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 |
|
Use Transaction |
Clear this check box if the database is configured in the NO_LOG |
Advanced settings
|
Additional JDBC parameters |
Specify additional connection properties for the DB connection you |
|
tStatCatcher Statistics |
Select this check box to collect log data at a component |
Usage
|
Usage rule |
This is an intermediary component. It can also be used as an entry |
|
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 |
The stored procedure syntax must correspond to that of the This component requires installation of its related jar files. |
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.
Also, see Scenario: Inserting data in mother/daughter tables if you want to analyse a set of records in a table or SQL query.