Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
TalendHelpCentertats & Logs?
Best regards
Sabrina
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?
TalendHelpCentertats & 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
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
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?
TalendHelpCentertats & 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
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
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
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
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
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