Skip to main content Skip to complementary content

get_task_table_selection

Retrieves the list of tables selected for inclusion (either explicitly or using pattern) in a specific Replicate task.

Required user role

See Required Enterprise Manager permissions.

Syntax

def get_task_table_selection(

self,

server,

task

)

Call parameters

Parameters
Parameter Type Description
server string

The Replicate Server name as defined on Qlik Enterprise Manager.

Example: myrepsrv1

task

string

The Replicate task for which to retrieve the list of tables.

Errors

All of the general errors as well as the errors listed in the table below.

Error responses
HTTP Code Enterprise Manager Code Text Description

500

AEM_TABLE_LIST_INNER_ERR

Failed to retrieve table list for replication task "{task}" on server "{server}". Error: "{message}"

Returned when the table list cannot be retrieved.

500

AEM_TASK_NOT_FOUND

Replicate task {task} on server {server} could not be found.

The task name is unknown to Enterprise Manager.

Errors

All of the general errors as well as the errors listed in the table below.

Error responses
HTTP Code Enterprise Manager Code Text Description

500

AEM_TABLE_LIST_INNER_ERR

Failed to retrieve table list for replication task "{task}" on server "{server}". Error: "{message}"

Returned when the table list cannot be retrieved.

500

AEM_TASK_NOT_FOUND

Replicate task {task} on server {server} could not be found.

The task name is unknown to Enterprise Manager.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!