LOGMECH | Example | Teradata FastLoad - Example: LOGMECH - FastLoad

Teradata® FastLoad Reference - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
FastLoad
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-11-17
dita:mapPath
dlf1641281592734.ditamap
dita:ditavalPath
vax1619194969834.ditaval
dita:id
wzs1478610185776
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 FastLoad Gateway Variant supports the Identity Token functionality on z/OS. To use the functionality in a FastLoad job, user need to specify the following:

.logmech RACFJWT;
.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.