0

I'm trying to setup a replication between a SQLServer 2016 in a windows server and a SQLServer 2019 host in linux server.

The linux instance run in a kubernetes setup and the docker image is simcube/mssqlserver-2019.

I set my publication as a transactional pull publication and the distribution default snapshot folder is D:\Data\ReplicationData.

When I check the synchronization status, I have this error:

The process could not read file 'D:\Data\ReplicationData\unc\SUST5050_CORPORATIF PROD_WEBSITE20230207080810円\UtilisationExplosee2_100.pre' due to OS error 5.

Do you have any clues on what could be the problem?

I verified that the Agent process account and the subscriber connection credentials were correct.

I openned port 137, 138, 139, 445, 1433 on the linux server.

asked Feb 7, 2023 at 13:19
0

1 Answer 1

0

The process could not read file 'D:\Data\ReplicationData\unc\SUST5050_CORPORATIF PROD_WEBSITE20230207080810円\UtilisationExplosee2_100.pre' due to OS error 5.

This is indicative of a permissions issue on that folder share. Please make sure your D:\Data\ReplicationData folder (and all subfolders / files) are provisioned with Read / Write access to the account used in your replication topology.

answered Feb 9, 2023 at 5:31

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.