OGG-05327
The SQL Server CDC Capture job does not exist for database {0}. Ensure that the SQL Server CDC Capture job exists and is running.
Cause
The SQL Server CDC Capture job does not exist for the database.
Action
Execute " sys.sp_cdc_add_job @job_type = N'capture' " to create the SQL Server CDC Capture job.