Data Flow - Access Module

Teradata® Tools and Utilities Access Module Reference

Product
Access Module
Release Number
17.10
Published
October 2021
Language
English (United States)
Last Update
2021-11-02
dita:mapPath
uur1608578381725.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2425
lifecycle
previous
Product Category
Teradata Tools and Utilities

The following figure shows how the Teradata Access Module for WebSphere MQ imports data to the database through a client load utility, such as BTEQ, FastLoad, MultiLoad, or TPump. Although the figure shows the data producer, the queue manager, and the load utility on separate systems, these entities can be on the same system. If you are using the Teradata PT version of the Teradata Access Module for WebSphere MQ, the term DataConnector in this figure and throughout this topic refers to the Teradata PT DataConnector operator.



The flow of data between a data producer, such as an eBusiness application, and a table in Teradata begins as the data producer does the following:
  1. Establishes a network connection with a WebSphere MQ queue manager using standard WebSphere MQ interfaces
  2. Composes database records into messages (the load utility defines the database records’ format)
  3. Sends the messages to a message queue under control of the queue manager
At this point, the queue manager stores the incoming messages until the load utility reads and removes them through the following sequence of events:
  1. The Teradata Access Module for WebSphere MQ establishes a connection to the queue manager.
  2. The Teradata Access Module for WebSphere MQ reads messages from the message queue when directed to do so by the Data Connector.
  3. The Teradata Access Module for WebSphere MQ delivers the data to the Data Connector.
  4. The Data Connector delivers the data to the load utility.
  5. The load utility loads the data into a table within the database.
If the load utility is on the same system as the queue manager, the queue manager can be configured to trigger the load utility.