Configuring dsc.properties to Delete Data Mover Job Metadata - BAR - Data Stream Architecture - Learn how to set dsc.properties to periodically remove Data Mover job metadata.

Teradata® DSA User Guide

Product
BAR
Data Stream Architecture
Release Number
16.20
Published
November 2019
Language
English (United States)
Last Update
2019-11-27
dita:mapPath
xfr1514490991957.ditamap
dita:ditavalPath
3150_DSA_UG_1650-working-RR-new.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities
Modify $DSA_CONFIG_DIR/dsc.properties to periodically remove the entry in the DSC repository for Data Mover related job metadata.
  • Run a cron job using these definitions to schedule the autodelete Data Mover job.
    Position Definition
    1 Seconds
    2 Minutes
    3 Hours
    4 Day of Month
    5 Month
    6 Day of Week
    7 Year (optional)

    Leave blank to disable the autodelete Data Mover job.

    autodeleteDMjob.cronstring=0 0 3 * * ?

    This string sets the job to run every day at 3am.