Hi all, I’m trying to set up a CDC from Postgres(GCP Cloud SQL if it makes any difference) of a table with a UUID column to a SQL Server table with uniqueidentifier column. The wizard says it’s not possible. I’ve tried mapping the tables manually, but all the rows end up being discarded. Is there any way to make it work? Similar migration in the opposite direction works.
CDC Postgres UUID to SQL Servers uniqueidentifier
Hi! Are you using UUID types in your PostgreSQL database? UUID types are currently not supported in Striim’s PostgreSQL reader. We can raise this as a product request if this type is critical for you.
It seemed to fail even if I used VARCHAR in Postgres and tried to migrate the data to SQL Server uniqueidentifier column. In this case I was able to set up the application, but all rows were discarded at runtime. Sadly in our setup I don’t have access to the striim.server.log logs ...
If all rows are getting discarded, then it could be a due to incorrect mapping. Can you please check tables property to see if the mapping is specified correctly. Also check if the table name is specified in right case.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.