Open sjetha-pason opened 7 years ago
Looks like the switch is /IACCEPTREVOLICENSETERMS. This should be added if ADVANCEDANALYTICS is a feature. https://msdn.microsoft.com/en-us/library/mt590808.aspx
I add this as a bug. Feel more like a bug than an enhancement. :)
@johlju I think it should be /IACCEPTROPENLICENSETERMS , it would be useful to add support for /MRCACHEDIRECTORY at the same time, to allow an install of the R Services without internet access. Plainly, requires a previous process to put the R files in that location. There's also Python support just added too, though perhaps that should be a different issue.
Yes you are right. I don't know what I copied in. Thanks for correcting me! π
I opened new issue for argument MRCACHEDIRECTORY in issue #588. And pointed to the article for Python install in issue #555.
It is still a problem - in short, it's impossible to install any ot these features via module:
" Validation for setting 'IACCEPTROPENLICENSETERMS' failed. Error message: The /IAcceptROpenLicenseTerms command line parameter is missing or has not been set to true. It is a required parameter for the setup action you are running. By specifying this parameter and accepting the R Open license terms you acknowledge that you have read and understand the terms of use." and in configuration summary:
IACCEPTPYTHONLICENSETERMS: false IACCEPTROPENLICENSETERMS: false
Tested on W2k16, SQL module in version 11.1.0.0, SQL2017 Developer Edition
@marcinbojko yes none in the community has picked this one up and run with it so the issue still there.
I labeled this 'good first issue' since it's an easier addition to the resource (code change, adding tests and documentation).
@johlju Thanks, I've noticed. Just had some hopes though ;)
@marcinbojko I understand. π You are always welcome to give this a try your self, are you up to contribute here? π I happy to help you get started, or if you get stuck.
@johlju Happy too, but I think my skillset is too low ;)
@marcinbojko if you like PowerShell and eager to learn your skill set is not to low. :)
To get started read Getting Started with GitHub to set up Git. Suggest you install Visual Studio Code with the PowerShell extenstion installed. After you forked (button top right on this page) then just do this.
mkdir c:\source
cd c:\source
git clone https://github.com/PowerShell/SqlServerDsc
cd c:\source\SqlServerDsc
git remote add my https://github.com/marcinbojko/SqlServerDsc
git checkout -b working-branch
code .
Now you have a clean working branch named 'working-branch' and ready to start changing and committing changes to your local working branch. Push your working branch to your fork by running.
git push my working-branch
When you feel your finished. Got into your fork https://github.com/marcinbojko/SqlServerDsc and choose you working branch and click 'new pull request'.
Happy coding! π Happy to help if you get stuck.
I am looking into fixing this issue, I was thinking that while fixing this, I could also look at adding support for using Parent feature parameter
Details of the scenario you try and problem that is occurring: xSQLServer installation with ADVANCEDANALYTICS in the features string
The DSC configuration that is using the resource (as detailed as possible):
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running: OS: Windows Server 2012 R2 SQL Server: 2016 Developer Edition DSC Target Node: 5.0.10586.117
Version of the DSC module you're using, or 'dev' if you're using current dev branch: 4.0.0.0