Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
akaradhya
Partner - Contributor III
Partner - Contributor III

How to write logs from Replicate to a DB

Hello Community, 

As part of an ongoing implementation, I have a use case where the errors in the logs must be read from Qlik Replicate and then written to a DB (Postgres). This can be achieved by having a scripting layer which can read and write the logs to the DB. The question I have is, how can we communicate with Replicate to read the errors from the logs. 

Thanks!

Labels (1)
1 Solution

Accepted Solutions
SwathiPulagam
Support
Support

Hi @akaradhya ,

 

Option 1:  You can collect all the logs from the file system and then categorize errors and store them in Postgres using Splunk or scripting.

Option 2: QEM also collects the error information from the Replicate server and stores it in messagecenter.sqlite file in the QEM data folder. Using this you can write a script to collect the error information to a required DB.

 

Thanks,

Swathi

 

View solution in original post

1 Reply
SwathiPulagam
Support
Support

Hi @akaradhya ,

 

Option 1:  You can collect all the logs from the file system and then categorize errors and store them in Postgres using Splunk or scripting.

Option 2: QEM also collects the error information from the Replicate server and stores it in messagecenter.sqlite file in the QEM data folder. Using this you can write a script to collect the error information to a required DB.

 

Thanks,

Swathi