You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details of the scenario you try and problem that is occurring:
When doing cluster installs, the setup.exe optional arguments are required, for example SQLUserDBDir and SQLUserDBLogDir.
This is because this code line does not support the path in InstallSQLDataDir which is used to build the paths for the optional path argument values if they are not set.
The DSC configuration that is using the resource (as detailed as possible):
Not available
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
n/a
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered:
Now it can correctly determine the right cluster when only parameter InstallSQLDataDir is assigned a path (issue dsccommunity#401).
Now the only mandatory path parameter is InstallSQLDataDir when installing Database Engine (issue dsccommunity#400).
It now can handle mandatory parameters, and are not using wildcards to find the variables containing paths (issue dsccommunity#394).
- Changes to xSQLServerSetup
- Now it can correctly determine the right cluster when only parameter InstallSQLDataDir is assigned a path (issue #401).
- Now the only mandatory path parameter is InstallSQLDataDir when installing Database Engine (issue #400).
- It now can handle mandatory parameters, and are not using wildcards to find the variables containing paths (issue #394).
- Changed tests to be more dynamically and to find the bug in issue #401.
- Changed the logic of how the parameters are evaluated.
- Added new requirement to xWaitForAvailabilityGroup
Details of the scenario you try and problem that is occurring:
When doing cluster installs, the setup.exe optional arguments are required, for example
SQLUserDBDir
andSQLUserDBLogDir
.This is because this code line does not support the path in
InstallSQLDataDir
which is used to build the paths for the optional path argument values if they are not set.The DSC configuration that is using the resource (as detailed as possible):
Not available
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
n/a
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered: