Example - MultiLoad

Teradata® MultiLoad Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
MultiLoad
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-03-18
dita:mapPath
lji1691576359330.ditamap
dita:ditavalPath
kju1619195148891.ditaval
dita:id
sga1478609868891
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 MultiLoad Gateway Variant supports the Identity Token functionality on z/OS. To use the functionality in a MultiLoad 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.