Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
lguevara
Partner - Creator II
Partner - Creator II

Import Task Log Stream with QEM

Hi,

Please when try to import a task using Qlik Enterprise Manager with api method: 

https://{Host}/attunityenterprisemanager/api/v1/servers/{ServerName}/tasks/{task}?action=import

I have and error 

{"error_code":"AEM_IMPORT_TASK_NAME_DIFFER","error_message":"Failed to import task \"Tarea_Log_Stream\" to replication server \"ServerReplicate\" as the JSON file contains conflicting tasks."}

And Manually import task works fine but since api not work.

 

lguevara_0-1752270676445.png

Thanks,

 

 

1 Solution

Accepted Solutions
narendersarva
Support
Support

Hi @lguevara 

AEM_IMPORT_TASK_NAME_DIFFER meaning your API is expecting task name match between the url path parameter {task} and task name inside the uploaded Json file. Make sure these are matching and retest.

Hope this helps.

Thanks
Naren

View solution in original post

1 Reply
narendersarva
Support
Support

Hi @lguevara 

AEM_IMPORT_TASK_NAME_DIFFER meaning your API is expecting task name match between the url path parameter {task} and task name inside the uploaded Json file. Make sure these are matching and retest.

Hope this helps.

Thanks
Naren