-
Notifications
You must be signed in to change notification settings - Fork 1.9k
SQL Server Connectivity feature #7048
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
base: main
Are you sure you want to change the base?
Conversation
I've been involved in migrating SUSDB from WID to a SQL Server box and we followed all steps provided, but at the end Server Manager was keeping alterting of uncompleted WSUS configuration. Though we try to run the configuration was failing due to an error resembling the folliwing entries: 2013-07-23 11:03:18 Postinstall started 2013-07-23 11:03:18 Detected role services: Api, UI, WidDatabase, Services 2013-07-23 11:03:18 Start: LoadSettingsFromXml 2013-07-23 11:03:18 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal 2013-07-23 11:03:18 Value is true 2013-07-23 11:03:18 End: GetConfigValue 2013-07-23 11:03:18 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory 2013-07-23 11:03:18 Config file did not contain a value "ContentDirectory" 2013-07-23 11:03:18 Microsoft.UpdateServices.Administration.CommandException: A required configuration value was not found in the system. This is usually caused by installing WSUS through PowerShell and not specifying a configuration file. Review the article Managing WSUS Using PowerShell at TechNet Library (http://go.microsoft.com/fwlink/?LinkId=235499) for more information on the recommended steps to perform WSUS installation using PowerShell. at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item) at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml() at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters) at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments) Fatal Error: A required configuration value was not found in the system. This is usually caused by installing WSUS through PowerShell and not specifying a configuration file. Review the article Managing WSUS Using PowerShell at TechNet Library (http://go.microsoft.com/fwlink/?LinkId=235499) for more information on the recommended steps to perform WSUS installation using PowerShell. We were able to resolve the issue, by removing the WID feature and installing the SQL Server Connectivity upon restart. At that point, Server Manager was asking to complete the configuration but the this time the configuration gone smoothly.
@robgrame : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit d7499e6: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@robgrame : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, add a #label:"aq-pr-triaged" |
@robgrame : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@robgrame : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
1 similar comment
@robgrame : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
I've been involved in migrating SUSDB from WID to a SQL Server box and we followed all steps provided, but at the end Server Manager was keeping alterting of uncompleted WSUS configuration. Though we try to run the configuration was failing due to an error resembling the folliwing entries:
2013-07-23 11:03:18 Postinstall started
2013-07-23 11:03:18 Detected role services: Api, UI, WidDatabase, Services 2013-07-23 11:03:18 Start: LoadSettingsFromXml
2013-07-23 11:03:18 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal 2013-07-23 11:03:18 Value is true
2013-07-23 11:03:18 End: GetConfigValue
2013-07-23 11:03:18 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory 2013-07-23 11:03:18 Config file did not contain a value "ContentDirectory" 2013-07-23 11:03:18 Microsoft.UpdateServices.Administration.CommandException: A required configuration value was not found in the system. This is usually caused by installing WSUS through PowerShell and not specifying a configuration file. Review the article Managing WSUS Using PowerShell at TechNet Library (http://go.microsoft.com/fwlink/?LinkId=235499) for more information on the recommended steps to perform WSUS installation using PowerShell.
at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Fatal Error: A required configuration value was not found in the system. This is usually caused by installing WSUS through PowerShell and not specifying a configuration file. Review the article Managing WSUS Using PowerShell at TechNet Library (http://go.microsoft.com/fwlink/?LinkId=235499) for more information on the recommended steps to perform WSUS installation using PowerShell.
We were able to resolve the issue, by removing the WID feature and installing the SQL Server Connectivity upon restart. At that point, Server Manager was asking to complete the configuration but the this time the configuration gone smoothly.