Example: LOGMECH - FastExport

Teradata® FastExport Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
FastExport
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-03-18
dita:mapPath
jaa1691573250507.ditamap
dita:ditavalPath
gel1618411995444.ditaval
dita:id
rto1478610027076
Product Category
Teradata Tools and Utilities

If used, the LOGDATA and LOGMECH commands must precede the LOGON command. The commands themselves may occur in any order.

The following example demonstrates using the LOGDATA, LOGMECH, and LOGON commands in combination to specify the Windows logon authentication method and associated parameters:

.logmech NTLM
.logdata joe@domain1@@mypassword
.logon cs4400s3

Teradata FastExport Gateway Variant supports the Identity Token functionality on z/OS. To use the functionality in a FastExport job, user need to specify the following:

.logmech RACFJWT;
.logtable logtablename;
.logon DBSID/UserName;
The DBSID must be a machine name or IP address that is available on the network. The user name must be valid, and there must be no passwords given.