We are trying to set up Always On Availability Groups for SQL Server 2014 and we began with creating a cluster between two SQL Servers. Everything went fine until validating cluster creation and clicking on "Finish" button which suddenly led to this message : "C:\Windows\System32\Config\systemprofile\desktop is unavailable".
After some investigation, we found that our IT department has moved personal folders to D:\Users and not C:\Users as it should be by default (we also checked with other servers and it's the case).
We compared also the %USERPROFILE% variable and these are the values :
- Other safe servers : D:\Users\CurrentUserName
- Our faulty SQL Servers : C:\Windows\System32\Config\systemprofile
Does anyone have an idea about what could have happened through cluster creation process that could have changed the %USERPROFILE% value ?
Thanks.