You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

hello folks,
i believe i forgotten something when setting up the Stats & logs for a project.
i have tried to setup stas, logs and volumetrics for a project that is using MSSQL as its storage.
thus i have used the following setup.
- created a connection under METADATA > DB CONNECTIONS; checked and it works fine
- given names to:
TALEND_STATS
TALEND_LOGS
TALEND_METER
and i have clicked the check boxes for:
use statistics
use logs
use volumetrics
and i also asked for the catch errors.
BUT the only thing i find on the db is the TALEND_STATS table.
what am i missing here.
Last edited by nicolasdiogo (2009-10-09 16:37:09)
Offline
Hello guy
It is normal.
tLogCatcher will catch the user errors, runtime errors. if there is no error juring the job runs, it will catch nothing and the table is empty.
About tFlowMeterCatcher, you need put a tFlowMeter component between a flow. eg:
tFileInputDelimited--tFlowMeter--tLogRow
Best regards
shong
Offline

thanks shong,
i have deleted everything relating to auditing (when sending it to files) from the packages including the bits that i should have kept.
regards,
Offline
Pages: 1