Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello,how can i get the error logs from Replicate by use a api?Is it have this restful api?
Hello @dover888888 ,
Thanks for reaching out to Qlik community forum.
Replicate stores the logs locally in below path for e.g as below.
Data drive: C:\Program Files\Attunity\Replicate\data\logs
But however, If you are looking for an option to fetch these details from logs which is not possible other the manual effort, But in QEM we have exposed this feature to get the task details related information using the API, you can find the below list APIs are exposed.
An error response has the following structure:
{
"error_code":"code","error_message":"message”
}
Qlik_EnterpriseManager_APIGuide
Error_Handling
Hope above information is helpful.
Regards,
Sachin B
Hello @dover888888 ,
You can setup Qlik Replicate notification to send the error messages to
Or Linux System Log. There are 3rd party tools/apps to integrate Windows Event Log and RDBMS I think.
Hope this helps.
John.