-
Notifications
You must be signed in to change notification settings - Fork 2
6. Recommendation Database
Raphael Perez edited this page Apr 1, 2022
·
2 revisions
The recommendation database (Recommendations.xml file) is based on the community and it will be populated by the community recommendations and will change grow overtime, however, you can customise it with your own recommendations.
To do this, open the Recommendations.xml file and add the code for the unknown Message ID.
For example, for the Message ID 5001, the following code must be added:
<Recommendation id="5001" module="ConfigMgr" name="Upgrade to latest ConfigMgr version. For more information, refer to [HL]{0}[/HL]" />
For the 308 rule, you require to add a "99" before the Message ID as per example below:
<Recommendation id="998706" module="ConfigMgr" name="Confirm the network connectivity with the Microsoft Updates or Parent WSUS Server is working[NL]Confirm there is enough space on the %Temp% disk[NL]Confirm the User and ConfigMgr Server machine has rights to the Share[NL]Review the RuleEngile.log log file" />
We can only grow the database with your help. if you have found any messageIDs that are unknown or there are issues with the current database, submit an issue via the Issues tracker or via a Pull request.