-
Notifications
You must be signed in to change notification settings - Fork 1k
Update checklist-for-installing-update-2403.md #4658
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
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
@jonnystesprit : Thanks for your contribution! The author(s) have been notified to review your proposed change.
@prmerger-automator
prmerger-automator
bot
requested a review
from PalikaSingh
October 31, 2024 00:14
Contributor
|
Learn Build status updates of commit b2851ce : ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.Net 4.8 is required for Site Server and the console to operate as mentioned on the linked .Net requirements page https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/configs/site-and-site-system-prerequisites#net-version-requirements
The console for 2403 will give errors unless .Net 4.8 is installed.
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_ActionAccountResult'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_AfwAppConfigSettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_AntiMalwareSettingsPolicy'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_CoManagementSettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_M365ASettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_OneDriveKnownFolderMigrationSettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_Report'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_UacComplianceSettings'
[9, PID:8480][10/30/2024 14:33:18] :System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary
2.get_Item(TKey key) at Microsoft.ConfigurationManagement.ManagementProvider.SmsNamedValuesDictionary.get_Item(String propertyName) at Microsoft.ConfigurationManagement.AdminConsole.SccmTreeNavigationNodeProviderBase.GetTasks(Uri providerRoot, IList1 nodes, TaskQueryCriteria queryCriteria)at Microsoft.EnterpriseManagement.ConsoleFramework.NavigationModelAdaptor.GetNodeTasks(DataQueryBase query, IList
1 nodes) at Microsoft.EnterpriseManagement.ConsoleFramework.NavigationModelAdaptor.DoAction(DataQueryBase query, IList1 dataSources, IDictionary2 parameters, IList1 inputs, String outputCollectionName)at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
at Microsoft.ConfigurationManagement.AdminConsole.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
at Microsoft.EnterpriseManagement.ConsoleFramework.ConsoleJobsService.JobThread(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()