The customer cannot install developer version under system account
Hi There,
When the customer uses winget to install sql server developer edition under user level, everything is fine.
Now the customer wants to use dev box and bake sql server developer edition to their customized image. So they tried to use winget to install sql server developer edition under system account, but there is the error as below:
VERBOSE: Creating MTA thread
{
“Id”: “Microsoft.SQLServer.2022.Developer”,
“Name”: “Microsoft SQL Server 2022 Developer”,
“Source”: “winget”,
“CorrelationData”: “”,
“InstallerErrorCode”: 4294967295,
“ExtendedErrorCode”: {
“ErrorCode”: -1978335226,
“TargetSite”: null,
“Message”: “”,
“Data”: {
“Description”: null,
“RestrictedDescription”: null,
“RestrictedErrorReference”: null,
“RestrictedCapabilitySid”: null,
“__RestrictedErrorObjectReference”: null,
“__HasRestrictedLanguageErrorObject”: false
},
“InnerException”: null,
“HelpLink”: null,
“Source”: null,
“HResult”: -1978335226,
“StackTrace”: null
},
“RebootRequired”: false,
“Status”: “InstallError”
}
even not use the winget, just click SQL2022-SSEI-Dev.exe to install under system account, they got the error below:
Question: SQL server developer edition cannot be installed under system account?
Is there any workaround to achieve this?
Note: The customer cannot use choco to install…
Hi There,
When the customer uses winget to install sql server developer edition under user level, everything is fine.
Now the customer wants to use dev box and bake sql server developer edition to their customized image. So they tried to use winget to install sql server developer edition under system account, but there is the error as below:
VERBOSE: Creating MTA thread{ “Id”: “Microsoft.SQLServer.2022.Developer”, “Name”: “Microsoft SQL Server 2022 Developer”, “Source”: “winget”, “CorrelationData”: “”, “InstallerErrorCode”: 4294967295, “ExtendedErrorCode”: { “ErrorCode”: -1978335226, “TargetSite”: null, “Message”: “”, “Data”: { “Description”: null, “RestrictedDescription”: null, “RestrictedErrorReference”: null, “RestrictedCapabilitySid”: null, “__RestrictedErrorObjectReference”: null, “__HasRestrictedLanguageErrorObject”: false }, “InnerException”: null, “HelpLink”: null, “Source”: null, “HResult”: -1978335226, “StackTrace”: null }, “RebootRequired”: false, “Status”: “InstallError”}
even not use the winget, just click SQL2022-SSEI-Dev.exe to install under system account, they got the error below:
Question: SQL server developer edition cannot be installed under system account?
Is there any workaround to achieve this?
Note: The customer cannot use choco to install… Read More