Access Modules - Parallel Transporter

Teradata Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-09
dita:mapPath
vyv1488824663502.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities

Access modules are software modules that encapsulate the details of access to various data stores, for example, CD-R, CD-RW, tape (via DataConnector or FastLoad OUTMOD Adapter operators), subsystems (such as Teradata Database servers, IBM’s WebSphere MQ).

Access modules provide Teradata PT with transparent, uniform access to various data sources. Access modules isolate Teradata PT from the following:

  • Device dependencies, for example, disk versus tape (only on mainframe) (embedded into the Teradata standalone utilities today)
  • Data source/target location, for example, local versus remote
  • Data store specifics, for example, sequential file versus indexed file versus relational table

Access modules can be used with the DataConnector operator to read from different types of external data storage devices.

The following access modules are supported. These access modules support only reading (importing) of data, not writing:

  • Teradata Access Module for Named Pipes for Teradata PT allows you to use Teradata PT to load data into the Teradata Database from a UNIX system named pipe. A pipe is a type of data buffer that certain operating systems allow applications to use for the storage of data.
  • Teradata Access Module for WebSphere MQ for Teradata PT allows you to use Teradata PT to load data from a message queue using IBM’s WebSphere MQ (formerly known as MQ Series) message queuing middleware.
  • Teradata Access Module for JMS allows you to use Teradata PT to load data from a JMS-enabled messaging system using JMS message queuing middleware
  • Custom Access Modules. You can also create custom access modules to use with the DataConnector operator for access to specific systems.

For more information about creating and using custom access modules, see the Teradata Tools and Utilities Access Module Programmer Guide (B035-2424).