Folks, I am trying to create MS SQL Server to S3 a...
# replication-troubleshooting
v
Folks, I am trying to create MS SQL Server to S3 and try to move the data. I see nothing wrong with the logs, but still the data did not come in. Any idea why? 2022-10-25 190739 source > Internal schemas to exclude: [spt_fallback_db, spt_monitor, cdc, spt_values, INFORMATION_SCHEMA, spt_fallback_usg, MSreplication_options, sys, spt_fallback_dev] 2022-10-25 190740 source > Table test_jaydebeapi column ID (type int[10]) -> false 2022-10-25 190740 source > Table test_jaydebeapi column NAME (type varchar[1]) -> false 2022-10-25 190740 source > using CDC: false 2022-10-25 190740 source > Closing database connection pool.
1
message has been deleted
I created the source connection with SSL Method Encrypted(trust server certificate_, Replication Method Standard, SSH TunnelMethod No Tunnel
never mind, i figured it out! Lesson Learnt, Do not create the connection without configuring source and sync the schema. Lol!