Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server 2022 error: "Property Password cannot be changed or read after a connection string has been set. (Microsoft.SqlServer.ConnectionInfo)"

Tags:

sql-server

Property Password cannot be changed or read after a connection string has been set. (Microsoft.SqlServer.ConnectionInfo)

I try to add SQL Server subscriber when I create new subscriptions and I check correctly name and password of subscriber but I get this error.

like image 379
Minh Duy Le Avatar asked May 22 '26 22:05

Minh Duy Le


2 Answers

I think SSMS 19 has a bug. I had the same issue then down graded to 18.8 and was able to finish setting up the subscriber.

like image 169
ofg Avatar answered May 25 '26 15:05

ofg


I use SSMS version 19 and it has the same error. I fixed it by re-downloading the latest version then over-installing it. It works for me.

Link to download SSMS the latest version: Download SQL Server Management Studio (SSMS)

like image 42
Đinh Hồng Kông Avatar answered May 25 '26 13:05

Đinh Hồng Kông