reload_table
Reload a specific table.
Required User Role: See Required Enterprise Manager permissions.
Syntax
def reload_table(
self,
server,
task,
schema = None,
table = None
)
Parameters
Parameter | Type | Description |
---|---|---|
server | string | The name of the server. |
task |
string |
The name of the task. |
schema |
string |
The name of the table schema to reload. |
table |
string |
The name of the table to reload. |
Return values
N/A
Errors
Error | Message | Description |
---|---|---|
AEM_INVALID_TASK_NOT_FL |
Failed to reload table {table} as Full Load is not enabled for task {task}. |
The table could not be reloaded because the task's Full Load replication option is not enabled. |
AEM_INVALID_TASK_NT_NTSUPPEP |
Failed to reload table as this operation is not supported with the File Channel source endpoint. |
The table could not be reloaded because the task's source endpoint is File Channel. |
AEM_RELOAD_TABLE_ERR |
Failed to reload table {schema}.{table} for replication task {task} on server {server}: {message} |
An error was encountered while trying to reload the specified table. |