Configuring Advanced Settings - Aster Client

Teradata Aster® Client Guide

Product
Aster Client
Release Number
7.00
Published
May 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
hki1475000360386.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-2005
lifecycle
previous
Product Category
Software
Advanced settings
Name Description
Error Handling  
SSIS Redirection Error Limit Maximum numbers of rows that are redirected before failing the component. If you do not specify a value, no rows are redirected.
Total Error Row Limit Total number of rows containing errors before failing the component. If you do not specify a value, the component fails if one error occurs.
Logging  
Include Thread Whether to include the thread number in the error record.

Whether to include the thread number in the error record. SSIS transfers data buffer by buffer, and each buffer might be handled by a different thread.

Include TimeStamp Whether to include a timestamp in the error record.
Log Performance Whether to log the performance statistics as Information, including elapsed time for calling ncluster_loader or ncluster_export, and data transformation inside Aster SSIS Connector.
LogFile  
File Name Name of the log file to output.
Location Type Location type. Choose Environment Variable if the path to the file is stored in an environment variable. Choose Folder Path if you want to specify the folder where the file is stored.
Environment Variable The environment variable that contains the path to where the file is stored.
Folder Path The path to the folder where the file is stored. Either enter the path or click the “...” button and select the folder.
Logging Level OFF: Nothing is logged.

FATAL: Only issues that cause component failure are logged.

ERROR: Only error are logged.

WARN: Only warnings are logged.

INFO: Only information messages are logged.

ALL: All logging levels are included in the log file.

LoggingCaptureType toMemoryStream: Send the log file to the screen output.

toDisk: Store the log file on the local disk.

Performance  
CSVFileReadBufferSize Read buffer size of the data file.