Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Its posible using replicate or Qlik Enterprise Manager with apis or manual, export only endpoints without task?
thanks,
Hello @lguevara ,
Yes, this can be done using either Qlik Replicate or the QEM API.
For example, to export only the source endpoint using the Qlik Replicate command-line:
repctl exportrepository task=SQL-to-SQL endpoint=SQLServer-src-on212
where "SQL-to-SQL" is task name, and "SQLServer-src-on212" is the endpoint name.
Hope this helps.
John.
Hello @lguevara ,
Thanks for the update.
The QEM Rest API PatchEndpoint can be used for your scenario.
Regards,
John.
Hi @lguevara
Endpoints are already included when we import or export a replicate task, so need to export them separately. Hope this helps.
Thanks
Naren
Hello @lguevara ,
Yes, this can be done using either Qlik Replicate or the QEM API.
For example, to export only the source endpoint using the Qlik Replicate command-line:
repctl exportrepository task=SQL-to-SQL endpoint=SQLServer-src-on212
where "SQL-to-SQL" is task name, and "SQLServer-src-on212" is the endpoint name.
Hope this helps.
John.
thanks @john_wang,
This works fine
repctl -d C:\data_path exportrepository task=taskname endpoint=endpoint
how it would work using QEM API please?
Hello @lguevara ,
Thanks for the update.
The QEM Rest API PatchEndpoint can be used for your scenario.
Regards,
John.