I am trying to import the CRM organization (Dynamics CRM 2011) from CRM DB (SQL 2012 AlwaysOn) using Availability Group Listener. The Organization import wizard fails with this error in CRM log:
"Error| Check CrmSqlDomainValidator : Failure: The SQL Server 'xxx-listener_name' is unavailable."
When I point it to one of the nodes (i.e. primary node in two node Availability Group), I have no issue importing. It is slow but finishes the organization import process.
The DB permission is fine (i.e the user ID I am using to import has the sys admin on the DB) and FW rules are setup to allow CRM to communicate to SQL (i.e. 1433, 445, 135, UDP/TCP ports)
Is it even supported between CRM 2011 and SQL 2012 AlwaysOn?
No other log entry except the above from the CRM log.