EXEC sys.sp_cdc_add_job
@job_type = N'capture';
GO
Msg 22911, Level 16, State 1, Procedure sys.sp_MScdc_tranrepl_check, Line 21 [Batch Start Line 209]
The capture job cannot be used by Change Data Capture to extract changes from the log when transactional replication is also enabled on the same database. When Change Data Capture and transactional replication are both enabled on a database, use the logreader agent to extract the log changes.
странное дело, в проде cdc и репликация (и инмемори даже) вместе сосуществуют в одной базе, в тестовой среде сервер говорит что нельзя.