ResumeTable
A table that was suspended due to errors can be unsuspended once the errors are resolved.
Required User Role: See Required Enterprise Manager permissions.
Syntax
public void ResumeTable(
string server,
string task,
string schema = null,
string table = null
);
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 unsuspend. |
table |
string |
The name of the table to unsuspend. |
Return values
N/A
Errors
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. |