-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error occurred while attempting to access availability replica when specifying only node name #1034
Comments
I think this is already documented on the parameter
|
Although, maybe we should change 'SQLServer\InstanceName' to 'ServerName\InstanceName' since that is the naming convention we are using now for those parameters. |
Let's keep this open and track the update to the description in this issue. I will send in a PR fixing this and it will auto-close this issue once merged. 😄 |
- Updated description for parameter Name in README.md and in comment-based help (issue dsccommunity#1034).
- Changes to SqlAGReplica - Updated description for parameter Name in README.md and in comment-based help (issue #1034).
Details of the scenario you tried and the problem that is occurring:
Just trying to build an availability group.
When I create a replica, I have to specify name in 'server\instance` format. Otherwise I get the following error:
It might be 'by design' but then probably worth to mention in documentation.
The DSC configuration that is using the resource (as detailed as possible):
Not working:
Working:
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
Windows Server 2016
WMF 5.1
What module (SqlServer or SQLPS) and which version of the module the DSC Target Node is running:
SqlServer 21.0.17199
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
10.0.0.0
The text was updated successfully, but these errors were encountered: