Skip to main content Skip to complementary content

resume_table

A table that was suspended due to errors can be unsuspended once the errors are resolved.

Information noteTables in a Full Load and Apply Changes task that were suspended during the Full Load stage cannot be unsuspended. Such tables need to be reloaded instead.

Required User Role: See Required Enterprise Manager permissions.

Syntax

def resume_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 containing the table to unsuspend.

table

string

The name of the table to unsuspend.

Return values

N/A

Errors

Error responses
Error Message Description

AEM_INVALID_TASK_NT_NTSUPPEP

Failed to unsuspend table as this operation is not supported with the File Channel source endpoint.

The table could not be unsuspended because the task's source endpoint is File Channel.

AEM_UNSUSPEND_TABLE_ERR

Failed to unsuspend table {schema}.{table} for replication task {task} on server {server}: {message}

An error was encountered while trying to unsuspend 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!