Remove DPR Registration (RMVDPRREG)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Remove DPR Registration (RMVDPRREG) command removes an entry from the IBMSNAP_REGISTER table.

The command issues an error message if the requested entry is not found in the table. The command also sends a warning message to the user removing the capture entry if it can determine that subscriptions exist against the registration being removed. It determines this by extracting the records from the Pruning Control table; each record indicates an instance of the Apply process that has run. It is the responsibility of the user removing the capture entry to ensure that subscriptions to the registration are also removed.

This command supports the iSeries environment only, and not the other databases that support DataPropagator.

Error Messages for RMVDPRREG

*ESCAPE Messages

ASN2501
Not authorized to register table.
ASN3253
Registration not found for table .
ASN3260
Cannot remove DPR Registration.
ASN4501
Register table not found or failed to open.
Top

Parameters

Keyword Description Choices Notes
CAPCTLLIB Capture control library Name, ASN Optional
SRCTBL Source table Qualified object name Required, Positional 1
Qualifier 1: Source table Name
Qualifier 2: Library Name
Top

Capture control library (CAPCTLLIB)

Specifies the library where the Capture control tables are located.

ASN
Specifies the default library of ASN containing the Capture control tables.
library-name
Name of the library containing the Capture control tables. This library should exist and have been created using the CRTDPRTBL command using the CAPCTLLIB parameter.
Top

Source table (SRCTBL)

Identifies the source table registration to be removed. This is a required parameter.

library/table-name
The qualified name of the registered source table.
Top

Examples

None
Top

Error messages

*ESCAPE Messages

ASN2501
Not authorized to register table.
ASN3253
Registration not found for table .
ASN3260
Cannot remove DPR Registration.
ASN4501
Register table not found or failed to open.
Top