Where are the TIBCO Data Virtualization repository logs located ?

Where are the TIBCO Data Virtualization repository logs located ?

book

Article ID: KB0074778

calendar_today

Updated On:

Products Versions
TIBCO Data Virtualization All supported versions

Description

Where are the TIBCO Data Virtualization repository logs located?

Issue/Introduction

This article will explain the TIBCO Data Virtualization repository logs located and its configurations details.

Resolution

TIBCO Data Virtualization postgreSQL logs can be generated by updating the logging information inĀ <TDV_INSTALL>\repository\data\postgresql.conf file:

# Add settings for extensions here
port=9708
logging_collector=on
log_directory='..\\..\\logs'
log_filename='cs_data_cache-%a.log'
log_truncate_on_rotation=on
log_rotation_age=1d
log_rotation_size=10MB
log_lock_waits=on
log_line_prefix='%m [%u %r %p]'
shared_buffers=512MB log_rotation_size=10MB
log_lock_waits=on
log_line_prefix='%m [%u %r %p]'
shared_buffers=512MB

TIBCO Data Virtualization will create seven files for each day:
<TDV_INSTALL>\logs\cs_data_cache-Fri.log
<TDV_INSTALL>\logs\cs_data_cache-Mon.log
<TDV_INSTALL>\logs\cs_data_cache-Tue.log
<TDV_INSTALL>\logs\cs_data_cache-Wed.log
<TDV_INSTALL>\logs\cs_data_cache-Thu.log
<TDV_INSTALL>\logs\cs_data_cache-Sat.log

One parameter is specified per line. The equal sign between name and value is optional. Whitespace is insignificant and blank lines are ignored. Hash marks (#) designate the remainder of the line as a comment. Parameter values that are not simple identifiers or numbers must be single-quoted. To embed a single quote in a parameter value, write either two quotes (preferred) or backslash-quote.

The configuration file is reread whenever the Postgres services are restarted.