Configuring Properties for Change and Real-time Mode Sessions (ODBC)
Configuring Properties for Change and Real-time Mode Sessions (ODBC)
Use the following procedure to configure a session for Change or Real-time mode:
In the Task Developer, double-click a session with a relational source to open the session properties.
Click the Sources view on the Mapping tab.
In the Reader field of the Readers settings, verify that Relational Reader is selected.
In the Connections Value field, select a connection that points to an ODBC data source with the DBType of CAPX (for Change) or CAPXRT (for Real-Time) and the appropriate Location value.
In the Properties settings, configure the Owner Name attribute.
At minimum, the schema name of the source extraction map must be specified to correctly construct the SQL statement during execution. This name is the first qualifier of extraction map name shown in the PowerExchange Navigator. It can also be determined by checking the Owner Name in the source mapping. PowerExchange SQL Escape Sequences can also be specified in this attribute field to override specifications in the data map. For a complete list of the SQL Escape Sequences available, see the
PowerExchange Reference Manual
.
The following example indicates the manner in which the Owner Name attribute can be configured to provide the schema name for the source (d6vsam) as well as an override for the application name specified in the DBQual2/Application Name field in the ODBC data source (dtlapp=new_appname):
{dtlapp=new_appname}d6vsam
SQL escape sequences and the Owner Name can be specified in any order in the attribute field.