Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!

How to create AMC tables for any Talend version to any database

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
TalendSolutionExpert
Contributor II
Contributor II

How to create AMC tables for any Talend version to any database

Last Update:

Feb 6, 2024 10:10:57 AM

Updated By:

Jamie_Gregory

Created date:

Apr 1, 2021 5:59:59 AM

Question

How do you create Activity Monitoring Console (AMC) tables for any Talend version to any database?

 

Answer

The easiest way to do this is from a Talend Job, using the schema of the tLogCatcher, tStatCatcher, and tFlowMeterCatcher components.

  1. Add a tLogCatcher component, click the Edit schema [...] button, select all of the columns, then click the Copy selected items icon.

    0693p000008uOXeAAM.jpg

     

  2. Add a tCreateTable component, click the Edit schema [...] button, then click the Paste icon.

    0693p000008uOXjAAM.jpg

     

  3. Do the same thing for the other two tables. You can delete the tLogCatcher, tStatCatcher, and tFlowMeterCatcher components once you're done.

  4. 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:

0693p000008uNpfAAE.jpg

Version history
Last update:
‎2024-02-06 10:10 AM
Updated by: