Skip to main content Skip to complementary content

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

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 responses
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.

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!