Terminal Server 2008 (32 bit) fails to load profile (sometimes) The 2019 Stack Overflow Developer Survey Results Are InHow do i recreate a user domain-joined profile folder on Windows 2008 server?Terminal Server 2008 - Shared/Default User Profile?How to assign permissions to ApplicationPoolIdentity accountRoaming user profile issues on Server 2008Mandatory profile on Terminal server fails to load. Userenv.log debugGood antivirus for Terminal Services environment (Windows Server 2008)My profile won't load!Terminal Server local profiles fail to delete on logoff2008 R2 Terminal Server: “Insufficient system resources exist to complete the requested service”Server 2008 Unable to load user profile
Did Section 31 appear in Star Trek: The Next Generation?
Is there any way to tell whether the shot is going to hit you or not?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
Worn-tile Scrabble
Is flight data recorder erased after every flight?
Am I thawing this London Broil safely?
Can a flute soloist sit?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
FPGA - DIY Programming
Can you compress metal and what would be the consequences?
Return to UK after being refused entry years previously
How to answer pointed "are you quitting" questioning when I don't want them to suspect
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
Output the Arecibo Message
Does a dangling wire really electrocute me if I'm standing in water?
Delete all lines which don't have n characters before delimiter
Apparent duplicates between Haynes service instructions and MOT
How to support a colleague who finds meetings extremely tiring?
Earliest use of the term "Galois extension"?
"as much details as you can remember"
How technical should a Scrum Master be to effectively remove impediments?
What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Geography at the pixel level
Terminal Server 2008 (32 bit) fails to load profile (sometimes)
The 2019 Stack Overflow Developer Survey Results Are InHow do i recreate a user domain-joined profile folder on Windows 2008 server?Terminal Server 2008 - Shared/Default User Profile?How to assign permissions to ApplicationPoolIdentity accountRoaming user profile issues on Server 2008Mandatory profile on Terminal server fails to load. Userenv.log debugGood antivirus for Terminal Services environment (Windows Server 2008)My profile won't load!Terminal Server local profiles fail to delete on logoff2008 R2 Terminal Server: “Insufficient system resources exist to complete the requested service”Server 2008 Unable to load user profile
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm having an issue with a virtualized Terminal Server running Windows Server 2008 (32-bit). It doesn't seem to be affecting any users connecting with HP Thin-Clients, only with my test accounts which are AD user accounts and all members of Domain Users. In addition to these test user accounts I am also having the same problem when logging in with a domain Administrator account.
The message I receive is:
Your user profile was not loaded correctly! You have been logged on
with a temporary profile. Changes you make to this profile will be
lost when you log off. Please see the event log for details or contact
your administrator.
The temporary fix is:
- log on to Terminal Server with an Administrator account
- start regedit
- goto: "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileListSIDoftheuseraccount" where you see the actual username when clicking on the folder entry
- once you've found the folder (which should have a .bak appended to it) find the coresponding folder which does not have a .bak on it. This folder will have the username set as "Temp.MYDOMAIN" or something similar to that. Delete this entire folder
- then remove the .bak from the actual users profile folder
- re-log in as the user and the profile loads properly
There are several errors being logged:
Event ID 1515: Windows has backed up this user profile. Windows will automatically try to use the backup profile the next time this user logs on.
Event ID 1511: Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.
Event ID 1508: Windows was unable to load the registry. This problem is often caused by insufficient memory or insufficient security rights. DETAIL - The process cannot access the file because it is being used by another process. for C:UsersAdministrator.MYDOMAIN.000ntuser.dat
Event ID 1502: Windows cannot load the locally stored profile. Possible causes of this error include insufficient security rights or a corrupt local profile. DETAIL - The process cannot access the file because it is being used by another process.
Some further detail about my configuration:
This is a Windows Server 2008 Std. SP2 (32-bit) virtual Terminal Server with 32GB RAM running under Hyper-V on a host Windows Server 2008 R2 EE SP1 server with 72GB of RAM. The reason for running a virtual 32-bit TS is because of several legacy 16-bit applications that are essential to our business. These applications are also not contenders for deployment via RemoteApp for various reasons (it's been tried).
I'm wondering if this problem has to do with how memory is configured for the Terminal Server. Is it incorrect build a TS with 32GB of memory and just allow users to log on (albeit with proper GPO's in place)? So, to all logged on users they would see they have access to a total of 32GB of memory. If this is incorrect please let me know what the general practice is.
Currently on the server there is 19GB of memory free with 6 active users logged on.
windows-server-2008 windows-server-2008-r2 terminal-server windows-terminal-services
add a comment |
I'm having an issue with a virtualized Terminal Server running Windows Server 2008 (32-bit). It doesn't seem to be affecting any users connecting with HP Thin-Clients, only with my test accounts which are AD user accounts and all members of Domain Users. In addition to these test user accounts I am also having the same problem when logging in with a domain Administrator account.
The message I receive is:
Your user profile was not loaded correctly! You have been logged on
with a temporary profile. Changes you make to this profile will be
lost when you log off. Please see the event log for details or contact
your administrator.
The temporary fix is:
- log on to Terminal Server with an Administrator account
- start regedit
- goto: "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileListSIDoftheuseraccount" where you see the actual username when clicking on the folder entry
- once you've found the folder (which should have a .bak appended to it) find the coresponding folder which does not have a .bak on it. This folder will have the username set as "Temp.MYDOMAIN" or something similar to that. Delete this entire folder
- then remove the .bak from the actual users profile folder
- re-log in as the user and the profile loads properly
There are several errors being logged:
Event ID 1515: Windows has backed up this user profile. Windows will automatically try to use the backup profile the next time this user logs on.
Event ID 1511: Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.
Event ID 1508: Windows was unable to load the registry. This problem is often caused by insufficient memory or insufficient security rights. DETAIL - The process cannot access the file because it is being used by another process. for C:UsersAdministrator.MYDOMAIN.000ntuser.dat
Event ID 1502: Windows cannot load the locally stored profile. Possible causes of this error include insufficient security rights or a corrupt local profile. DETAIL - The process cannot access the file because it is being used by another process.
Some further detail about my configuration:
This is a Windows Server 2008 Std. SP2 (32-bit) virtual Terminal Server with 32GB RAM running under Hyper-V on a host Windows Server 2008 R2 EE SP1 server with 72GB of RAM. The reason for running a virtual 32-bit TS is because of several legacy 16-bit applications that are essential to our business. These applications are also not contenders for deployment via RemoteApp for various reasons (it's been tried).
I'm wondering if this problem has to do with how memory is configured for the Terminal Server. Is it incorrect build a TS with 32GB of memory and just allow users to log on (albeit with proper GPO's in place)? So, to all logged on users they would see they have access to a total of 32GB of memory. If this is incorrect please let me know what the general practice is.
Currently on the server there is 19GB of memory free with 6 active users logged on.
windows-server-2008 windows-server-2008-r2 terminal-server windows-terminal-services
add a comment |
I'm having an issue with a virtualized Terminal Server running Windows Server 2008 (32-bit). It doesn't seem to be affecting any users connecting with HP Thin-Clients, only with my test accounts which are AD user accounts and all members of Domain Users. In addition to these test user accounts I am also having the same problem when logging in with a domain Administrator account.
The message I receive is:
Your user profile was not loaded correctly! You have been logged on
with a temporary profile. Changes you make to this profile will be
lost when you log off. Please see the event log for details or contact
your administrator.
The temporary fix is:
- log on to Terminal Server with an Administrator account
- start regedit
- goto: "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileListSIDoftheuseraccount" where you see the actual username when clicking on the folder entry
- once you've found the folder (which should have a .bak appended to it) find the coresponding folder which does not have a .bak on it. This folder will have the username set as "Temp.MYDOMAIN" or something similar to that. Delete this entire folder
- then remove the .bak from the actual users profile folder
- re-log in as the user and the profile loads properly
There are several errors being logged:
Event ID 1515: Windows has backed up this user profile. Windows will automatically try to use the backup profile the next time this user logs on.
Event ID 1511: Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.
Event ID 1508: Windows was unable to load the registry. This problem is often caused by insufficient memory or insufficient security rights. DETAIL - The process cannot access the file because it is being used by another process. for C:UsersAdministrator.MYDOMAIN.000ntuser.dat
Event ID 1502: Windows cannot load the locally stored profile. Possible causes of this error include insufficient security rights or a corrupt local profile. DETAIL - The process cannot access the file because it is being used by another process.
Some further detail about my configuration:
This is a Windows Server 2008 Std. SP2 (32-bit) virtual Terminal Server with 32GB RAM running under Hyper-V on a host Windows Server 2008 R2 EE SP1 server with 72GB of RAM. The reason for running a virtual 32-bit TS is because of several legacy 16-bit applications that are essential to our business. These applications are also not contenders for deployment via RemoteApp for various reasons (it's been tried).
I'm wondering if this problem has to do with how memory is configured for the Terminal Server. Is it incorrect build a TS with 32GB of memory and just allow users to log on (albeit with proper GPO's in place)? So, to all logged on users they would see they have access to a total of 32GB of memory. If this is incorrect please let me know what the general practice is.
Currently on the server there is 19GB of memory free with 6 active users logged on.
windows-server-2008 windows-server-2008-r2 terminal-server windows-terminal-services
I'm having an issue with a virtualized Terminal Server running Windows Server 2008 (32-bit). It doesn't seem to be affecting any users connecting with HP Thin-Clients, only with my test accounts which are AD user accounts and all members of Domain Users. In addition to these test user accounts I am also having the same problem when logging in with a domain Administrator account.
The message I receive is:
Your user profile was not loaded correctly! You have been logged on
with a temporary profile. Changes you make to this profile will be
lost when you log off. Please see the event log for details or contact
your administrator.
The temporary fix is:
- log on to Terminal Server with an Administrator account
- start regedit
- goto: "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileListSIDoftheuseraccount" where you see the actual username when clicking on the folder entry
- once you've found the folder (which should have a .bak appended to it) find the coresponding folder which does not have a .bak on it. This folder will have the username set as "Temp.MYDOMAIN" or something similar to that. Delete this entire folder
- then remove the .bak from the actual users profile folder
- re-log in as the user and the profile loads properly
There are several errors being logged:
Event ID 1515: Windows has backed up this user profile. Windows will automatically try to use the backup profile the next time this user logs on.
Event ID 1511: Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.
Event ID 1508: Windows was unable to load the registry. This problem is often caused by insufficient memory or insufficient security rights. DETAIL - The process cannot access the file because it is being used by another process. for C:UsersAdministrator.MYDOMAIN.000ntuser.dat
Event ID 1502: Windows cannot load the locally stored profile. Possible causes of this error include insufficient security rights or a corrupt local profile. DETAIL - The process cannot access the file because it is being used by another process.
Some further detail about my configuration:
This is a Windows Server 2008 Std. SP2 (32-bit) virtual Terminal Server with 32GB RAM running under Hyper-V on a host Windows Server 2008 R2 EE SP1 server with 72GB of RAM. The reason for running a virtual 32-bit TS is because of several legacy 16-bit applications that are essential to our business. These applications are also not contenders for deployment via RemoteApp for various reasons (it's been tried).
I'm wondering if this problem has to do with how memory is configured for the Terminal Server. Is it incorrect build a TS with 32GB of memory and just allow users to log on (albeit with proper GPO's in place)? So, to all logged on users they would see they have access to a total of 32GB of memory. If this is incorrect please let me know what the general practice is.
Currently on the server there is 19GB of memory free with 6 active users logged on.
windows-server-2008 windows-server-2008-r2 terminal-server windows-terminal-services
windows-server-2008 windows-server-2008-r2 terminal-server windows-terminal-services
edited Jan 21 '14 at 14:07
user206124
asked Sep 16 '11 at 11:59
JohnyDJohnyD
1,25621629
1,25621629
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I got exactly the same problem. Only my setup is a win2008r2 x64 On Vmware Esxi. Everytime the number of users logged on reached 40, any user that logged on from that moment gets an temporary profile.
Workaround:
Move some of the users to other virtualized Terminal Server instances.
Cause And Fix:
The registry on our Server was bloated to over 2gb. Some printer drivers (Kyocera, Sharp) are malfunctioning, and copy some registry keys every time a user logs on to the Terminal Server bloating it in the process. Once we cleaned the registry the server went back to normal.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f312161%2fterminal-server-2008-32-bit-fails-to-load-profile-sometimes%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I got exactly the same problem. Only my setup is a win2008r2 x64 On Vmware Esxi. Everytime the number of users logged on reached 40, any user that logged on from that moment gets an temporary profile.
Workaround:
Move some of the users to other virtualized Terminal Server instances.
Cause And Fix:
The registry on our Server was bloated to over 2gb. Some printer drivers (Kyocera, Sharp) are malfunctioning, and copy some registry keys every time a user logs on to the Terminal Server bloating it in the process. Once we cleaned the registry the server went back to normal.
add a comment |
I got exactly the same problem. Only my setup is a win2008r2 x64 On Vmware Esxi. Everytime the number of users logged on reached 40, any user that logged on from that moment gets an temporary profile.
Workaround:
Move some of the users to other virtualized Terminal Server instances.
Cause And Fix:
The registry on our Server was bloated to over 2gb. Some printer drivers (Kyocera, Sharp) are malfunctioning, and copy some registry keys every time a user logs on to the Terminal Server bloating it in the process. Once we cleaned the registry the server went back to normal.
add a comment |
I got exactly the same problem. Only my setup is a win2008r2 x64 On Vmware Esxi. Everytime the number of users logged on reached 40, any user that logged on from that moment gets an temporary profile.
Workaround:
Move some of the users to other virtualized Terminal Server instances.
Cause And Fix:
The registry on our Server was bloated to over 2gb. Some printer drivers (Kyocera, Sharp) are malfunctioning, and copy some registry keys every time a user logs on to the Terminal Server bloating it in the process. Once we cleaned the registry the server went back to normal.
I got exactly the same problem. Only my setup is a win2008r2 x64 On Vmware Esxi. Everytime the number of users logged on reached 40, any user that logged on from that moment gets an temporary profile.
Workaround:
Move some of the users to other virtualized Terminal Server instances.
Cause And Fix:
The registry on our Server was bloated to over 2gb. Some printer drivers (Kyocera, Sharp) are malfunctioning, and copy some registry keys every time a user logs on to the Terminal Server bloating it in the process. Once we cleaned the registry the server went back to normal.
edited Mar 17 '14 at 8:53
answered Jan 20 '14 at 9:42
user206124
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f312161%2fterminal-server-2008-32-bit-fails-to-load-profile-sometimes%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown