CECC0249E (0x010200f9) CECC0249E Start of replication failed for subscription subscription-name because the table identification exit exit-name returned a return code of return-code when called for initialization processing.
Explanation
The capture service is configured to invoke a table identification exit
.When this exit is called for the first time to perform initialization processing it is returning a non-zero return code value to the capture service
.A non-zero return code indicates that the user written exit has encountered some form of problem and the exit is not functional
.In this situation the capture service will not start replication for a subscription that supports use of the table identification exit.
User response
Ideally the user developed exit provided additional information to help diagnose and correct the problem
.Replication will not be able to start for subscriptions that utilize the table identification exit until a return code of zero is returned when the exit is called to perform initialization processing.