Talend - 统计和日志 - 在数据库上 - 错误

Talend - Stats and Logs - On database - error

我的工作是将数据从 sql 服务器插入到 mysql。我已将项目设置设置为 -

已选中复选框 - 使用统计 (tStatCatcher)、使用日志 (tLogcatcher)、使用体积 (tflowmetercatcher)

已选择'On Databases'。并输入 table 个名字 (stats_table,logs_table,flowmeter_table) 还有。这些 table 是之前创建的。这些 table 的架构是使用 tcreatetable 组件确定的。 问题是当我 运行 作业时,数据插入到 stats_table 而不是 flowmeter_table

我的工作如下

tmss 输入 -->tmap --> tmysq 输出。

我没有包括 tstatcatcher、tlogcatcher、tflowmetercatcher。此作业的统计信息和日志取自项目设置。 我的问题 - 为什么 flowmeter_table 中没有输入任何数据?我是否应该在作业中明确包含 tStatCatcher 、 tlogcatcher 和 tflowmetercatcher 才能运行 好?

我正在使用服务条款

提前致谢 拉提

作业中需要直接使用tstatcatcher,tlogcatcher,tflowmetercatcher组合

合成器已经定义了它们的模式,因此您只需要在 table 中放置一个 tmap 并重定向,例如:

此外,为了使用 tlog 捕捉器,您需要在工作中加入一些 tdie 或 twarn。

使用流量计需要您手动配置要监控的流量。

在您要监控的每个流上,right-click 在行 > 参数 > 高级设置 > 监控连接上。 然后您应该能够在流程中看到数据 table.

如果您使用的是项目设置,则不需要在作业中添加 *Catcher 组件。