Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
chandraprakash_j_volvo
Contributor III
Contributor III

Downloaing the package for aem_client

chandraprakash_j_volvo_0-1721380140922.png

Hello ,

Wanted to connect databricks with qlik replicate to get the details of the task, to stop and resume it.

Wanted to know the right pip package that has aem_client.

Thanks

3 Replies
john_wang
Support
Support

Hello @chandraprakash_j_volvo ,

Thanks for reaching out to Qlik Community!

You may use Qlik Replicate itself Web Console to operate the tasks, include design tasks, start/stop tasks, monitor task status and all the operations.

You need NOT Qlik Enterprise Manager, unless you are trying to use QEM to manage multiple Replicate Servers, and/or use API to operate Replicate tasks.

A sample to connect to Databricks as target endpoint:

john_wang_0-1721380818944.png

 

Hope this helps.

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
chandraprakash_j_volvo
Contributor III
Contributor III
Author

Hello,

We are using external API here.

Because we need to use truncate tables from source(MS Replicate) , we need to drop the atricles for the tables that will be impacted. So we need to automate the stop task, drop articles, do the DDL comands in source, resume task in qlik via external api. So we need to have the aem_client package to connect with external api.

Regards,

Chandraprakash J

Heinvandenheuvel
Specialist III
Specialist III

Isn't that package simply under the AEM  installation? You should find it here:

C:\Program Files\Attunity\Enterprise Manager\clients\python\aem_client.py

Mind you, I prefer the dotnet interface myself, or just use Curl.

For users who do not yet have AEM they could also consider using REPCTL for automating simple tasks like stopping, checking status, or executing a task.

Hein.