Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Thanks,
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
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