Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Feb 6, 2024 10:10:57 AM
Jamie_Gregory
Apr 1, 2021 5:59:59 AM
How do you create Activity Monitoring Console (AMC) tables for any Talend version to any database?
The easiest way to do this is from a Talend Job, using the schema of the tLogCatcher, tStatCatcher, and tFlowMeterCatcher components.
Add a tLogCatcher component, click the Edit schema [...] button, select all of the columns, then click the Copy selected items icon.
Add a tCreateTable component, click the Edit schema [...] button, then click the Paste icon.
Do the same thing for the other two tables. You can delete the tLogCatcher, tStatCatcher, and tFlowMeterCatcher components once you're done.
Use a tDBConnection component to specify your database details, and configure all three tCreateTable components with Use an existing connection.
The Job should look like this: