Specifying the Wait Time for a File Lock - Parallel Transporter

Teradata® Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
16.20
Published
August 2020
Language
English (United States)
Last Update
2020-08-27
dita:mapPath
uah1527114222342.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities

Setting FileLockWaitLimit, a configuration directive added to the Teradata PT global configuration file, twbcfg.ini, to any positive integer specifies the number of seconds Teradata PT jobs wait to obtain a file lock. Below is an example twbcfg.ini with the new directive:

CheckpointDirectory='/opt/teradata/client/16.20/tbuild/checkpoint'
LogDirectory='/opt/teradata/client/16.20/tbuild/logs'
FileLockWaitLimit='30'

If a job cannot acquire the file lock within the wait limit time, the job terminates.

If FileLockWaitLimit is not set, the default wait limit is five seconds.

See Setting Up Configuration Files.