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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Store log in a Databases

Hello,
Is it possible with talend to store the logs of insertion, updates and deletion in a table?
I try but i don't know what tools to use!
I used twarn, trowGenerator, tLogCatcher like in the tutorial, it works but i want to apply this in a java application!
For example, when a user add data or update data, the logs of this operation is stored in a table!
Labels (4)
20 Replies
Anonymous
Not applicable
Author

I suggested you think about a table trigger.
Anonymous
Not applicable
Author

Hi,

I used twarn, trowGenerator, tLogCatcher like in the tutorial, it works but i want to apply this in a java application!
For example, when a user add data or update data, the logs of this operation is stored in a table!


Do you want to store the collected log data(tLogCatcher) in a database?
TalendHelpCenter0683p000009M9p6.pngtats & Logs?
Best regards
Sabrina

Anonymous
Not applicable
Author

Hi,
I used twarn, trowGenerator, tLogCatcher like in the tutorial, it works but i want to apply this in a java application!
For example, when a user add data or update data, the logs of this operation is stored in a table!

Do you want to store the collected log data(tLogCatcher) in a database?
TalendHelpCenter0683p000009M9p6.pngtats & Logs?
Best regards
Sabrina


Thank you for your reply
Yes, I would like to store the errors, warning, but I try first of all to store the history of actions undertaken on the databases
and i would like to use the job in an Java application like a kind of deamon!
Best regards
G47

Anonymous
Not applicable
Author

I suggested you think about a table trigger.


Thank's for the advice
Is it possible to make a table trigger with Talend?
Best Regards
G47

Anonymous
Not applicable
Author

Hi,
I used twarn, trowGenerator, tLogCatcher like in the tutorial, it works but i want to apply this in a java application!
For example, when a user add data or update data, the logs of this operation is stored in a table!

Do you want to store the collected log data(tLogCatcher) in a database?
TalendHelpCenter0683p000009M9p6.pngtats & Logs?
Best regards
Sabrina


Thank you for your reply
Yes, I would like to store the errors, warning, but I try first of all to store the history of actions undertaken on the databases
and i would like to use the job in an Java application like a kind of deamon!
Best regards
G47

Anonymous
Not applicable
Author

Hi G7,
You can very well use the job like daemon, provided you call the job from the java application and pass required parameters to it.
Vaibhav

Anonymous
Not applicable
Author

Hi G7,
You can very well use the job like daemon, provided you call the job from the java application and pass required parameters to it.
Vaibhav


Thank's for reply,
But, I do not know what tools to use?
Please i need help
Best regards
G47

Anonymous
Not applicable
Author

You will have to use TOS for data integration, create a job which could communicate with your application.
Please explain your use case in details in order to provide some focused approach.
Vaibhav

Anonymous
Not applicable
Author

You will have to use TOS for data integration, create a job which could communicate with your application.
Please explain your use case in details in order to provide some focused approach.
Vaibhav


Thank's for reply 0683p000009MACn.png
I would like to create an application that allows to audit errors and warning on a database and sent it via e-mail.
Best regards
G47