Activity overview
Latest activity by Robert Watts
Oh man, that sounds like a frustrating loop of errors! You fix one thing, and then boom—another error pops up. I totally get how annoying that can be. From what I see, it looks like the issue was mainly with the Trust Server Certificate setting. When you removed it, the system didn't trust the SSL certificate, causing login problems. Adding it back in ShadowConnectionString fixed everything. Your final change makes sense:
You removed Multi Subnet Failover=False because it wasn't supported.
You slightly changed Trust Server Certificate=True to TrustServerCertificate=True (maybe just a syntax thing).
Glad you found the fix! These database connection errors can be a headache, but it's always satisfying when you finally solve them. Have you faced this issue before, or was this the first time? / comments
Oh man, that sounds like a frustrating loop of errors! You fix one thing, and then boom—another error pops up. I totally get how annoying that can be.From what I see, it looks like the issue was ma...