Issue with GG 12.3 for MSSQL
Hello,
I'm in process of deploying OGG 12.3 on windows for MSSQL (CDC stream). MSSQL version is 2014. Issue is while creating cleanup jobs using script ogg_cdc_cleanup_setup.bat. Im getting below error.
The SQL Server CDC Capture or Transactional Replication Log Reader job is not found in database replhub.
Ensure that the database is enabled for CDC and either the SQL Server Capture job is enabled for database replhub or the database is Published for Transactional
Replication, and re-run this program.
Where as CDC Capture has already been enabled for replhub database and SQL agent is also running. I'm not sure why it is giving this error.