先日Azure上にサーバーを構築し、そこにSQLサーバーをインストールしようとしたらエラーが発生してちょっと戸惑ってしまったので記録しておきます。
発生したのは以下のエラーです。
Exception type: Microsoft.SqlServer.Configuration.SetupExtension.InvalidLicenseFilePathException
Message:
The SQL Server license agreement cannot be located for the selected edition, EVAL. This could be a result of corrupted media or the edition being unsupported by the media.
HResult : 0x858c001b
FacilityCode : 1420 (58c)
ErrorCode : 27 (001b)
Data:
SQL.Setup.FailureCategory = InputSettingValidationFailure
editionValue = EVAL
WatsonData = Microsoft.SqlServer.Configuration.SetupExtension.InvalidLicenseFilePathException@27
DisableWatson = true
Stack:
at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
at Microsoft.SqlServer.Configuration.BootstrapExtension.ValidateChainerSettingAction.ExecuteAction(String actionId)
at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
...