Hello. I have two sql servers in an alwayson cluster. Both the primary and secondary have a secondary role of read intent. I've configured the read only url and the read only routing list.
Can anyone confirm what the syntax should be for the Organization.ConnectionString in MSCRM_CONFIG?
I tried the one below but lost connection to my orgs after about 30 minutes of running the command:
Provider=SQLOLEDB;Data Source=AGListenerName;Initial Catalog=OrgName_MSCRM;Integrated Security=SSPI;MultiSubnetFailover=True;ApplicationIntent=ReadOnly;
*This post is locked for comments