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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
lguevara
Partner - Creator II
Partner - Creator II

Replicate only export import endpoint(s) is posible

Hi,

Its posible using replicate or Qlik Enterprise Manager with apis or manual, export only endpoints without task?

thanks,

Labels (2)
2 Solutions

Accepted Solutions
john_wang
Support
Support

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.

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

View solution in original post

john_wang
Support
Support

Hello @lguevara ,

Thanks for the update.

The QEM Rest API PatchEndpoint can be used for your scenario.

Regards,

John.

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

View solution in original post

4 Replies
narendersarva
Support
Support

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

john_wang
Support
Support

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.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
lguevara
Partner - Creator II
Partner - Creator II
Author

thanks @john_wang,

This works fine

repctl -d C:\data_path exportrepository task=taskname endpoint=endpoint

how it would work using QEM API please?

 

john_wang
Support
Support

Hello @lguevara ,

Thanks for the update.

The QEM Rest API PatchEndpoint can be used for your scenario.

Regards,

John.

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