Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
akaradhya
Partner - Contributor II
Partner - Contributor II

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