GetTaskTableSelection
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
public TableSelectionDefinition GetTaskTableSelection(
string server,
string task
)
Call 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.
| 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.  |