Windows cannot log on because your profile cannot be loaded

My application pools stop automatically and I am getting below errors in the application event log:

1) Windows cannot log in because your profile cannot be loaded. Make sure you are connected to the network and that your network is working properly.

DETAILS - Only part of the ReadProcessMemory or WriteProcessMemory request completed.

2) Windows cannot copy the file \? \ C: \ Users \ Default \ AppData \ Local \ Microsoft \ Windows \ Temporary Internet Files \ SQM \ iesqmdata_setup0.sqm to the \? \ C: \ Users \ TEMP.FEDERATED folder. 000 \ AppData \ Local \ Microsoft \ Windows \ Temporary Internet Files \ SQM \ iesqmdata_setup0.sqm. This error can be caused by network problems or insufficient security rights.

DETAIL - Access Denied.

NOTE. Both places mentioned in the error do not exist and the .sqm file does not exist on the system

3) Windows cannot find the local profile and registers you with a temporary profile. Changes made to this profile will be lost when you log off.

How to fix it?

+3


source to share


1 answer


In my case it is App pool user profile

damaged, so windows create a new tempo profile for it.

Check the folder below on your computer, then you have the same problem.

C:\Users\TEMP.IIS APPPOOL

      



I follow below and then work fine.

  • Find the entire folder with the extension *.bak

    in the below registry path

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

  • Now check that there is a key in the folder ProfileImagePath

    and the valueC:\Users\TEMP.IIS APPPOOL

  • Go to https://support.microsoft.com/en-us/kb/947215 and follow the instructions given for the correct corrupted user profile.

+1


source







All Articles