The Log will tell you which server and SQL instance is having problem. Make sure that the whole SQL instance is using the right collation.
Required SQL Server Collation
I am running prerequisite check during SCCM setup process and faild the step "Required SQL Server Collation", but I have configured my SQL Server collation correctly, how to fix this issue?
Microsoft Configuration Manager
2 additional answers
Sort by: Most helpful
-
AllenLiu-MSFT 49,306 Reputation points Microsoft External Staff
2023-12-14T06:11:02.21+00:00 Hi, @Kaosins Demar
Thank you for posting in Microsoft Q&A forum.
We have to verify that the collation settings for all databases in all instances of SQL Server used by your SCCM deployment are the same and meet the requirements for SCCM, the recommended collation setting is SQL_Latin1_General_CP1_CI_AS.
If the collation settings are correct, try restarting the SQL Server service and then run the prerequisite check again to see if it helps.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".
-
Kaosins Demar 20 Reputation points
2023-12-14T09:07:50.8633333+00:00 Thanks for the answers, the error disappeared after re-run the prerequisite check.