Job Example 9: Active Directory Scan - 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

Job Objective

Periodically scan for transactional data files that continuously appear in two directories. Read the data from each new file and use it to perform updates on Teradata Database table(s).

For strategies on how to set up this job, see Active Directory Scan: Continuous Loading of Transactional Data and the DataConnector Operator chapter in Teradata Parallel Transporter Reference (B035-2436).

Data Flow Diagram

The following figure shows a flow diagram of the elements in Job Example 9.

Job Example PTS00015 – Active Directory Scan

Sample Script

For the sample script that corresponds to this job, see the following script in the sample/userguide directory:

PTS00015: Active Directory Scan.

Rationale

This job uses:

  • DataConnector operator because it is the only producer operator that can scan a directory periodically for new files and extract data from only the files that are new since the previous scan.
  • Stream operator because it is the only operator that can perform continuous updates of Teradata Database tables.