DMENDPROC - End CDC Replication jobs

Use this command to end both active and suspended CDC Replication jobs associated with an installation on a target and when you need to end obsolete jobs that are still running due to abnormal or unusual circumstances.

Using this command, you can perform the following operations:

  • End CDC Replication jobs in the product library that support replication from an identified publisher.
  • End all CDC Replication jobs in the product library.

Applies To—Target

Parameters

Table 1. Supported keywords
Parameter Description Choices Notes
PRODLIB Product library name *CURLIB, Name Optional
PUBID Source identifier Name, *ALL Required

Product library name (PRODLIB)

Specifies the name of the product library where CDC Replication is installed.
Name
Specifies the name of the library.
*CURLIB
Specifies the current library.
This is the default setting.

This command does not affect CDC Replication jobs associated with other product installations on the same server that are located in different product libraries.

Source identifier (PUBID)

Specifies the source identifier, as defined in Management Console, which has its CDC Replication jobs ended by this command.
Name
Specifies the source identifier.
*ALL
Specifies all defined source identifiers.

Result

Relevant messages are produced to the job log.

Examples

DMENDPROC PUBID(PUB1)

Ends CDC Replication jobs in the current library that support replication from the publisher identified by PUB1.

DMENDPROC PRODLIB(D_MIRROR) PUBID(*ALL)

Ends all CDC Replication jobs in the product library D_MIRROR.

DMENDPROC PRODLIB(*CURLIB) PUBID(*ALL)

Ends all CDC Replication jobs in the current product library.