I'm setting up SQL Server 2022 replication on Ubuntu Linux. I have two instances running on separate Ubuntu servers. I want to set up transactional replication between them, but I'm encountering an error when trying to create a Publisher.
Here's what I've done so far:
1- I installed SQL Server 2022 on both Ubuntu servers.
(Microsoft SQL Server 2022 (RTM-CU12-GDR) (KB5036343) - 16.0.4120.1 (X64))
2- I set up a Distributor on one of the instances.
3- I'm trying to create a Publisher on the same instance, but I get an error.
Has anyone encountered a similar issue or knows how to resolve it? What are the common causes for errors when creating a Publisher in SQL Server on Linux?
Any help would be greatly appreciated.
Here some screenshots: (after part 3 there is nothing just go away!)
I expect:The wizard of "New publication" show and I can setup publication.