Back to IRM.Net KB Index
Article ID: KWin0088
Added: 4/2/2009 SS/EL Updated: 5/11/09 SS/EL/TCCRMWeb Login Error
Issue:
During CRMWeb login, the following error is displayed:
The system is temporarily unavailable, please try again later.
CRMWebSvc-IsUtilitiyRunning: CRMWebSvc-InitCRMPath:Lists-Resorts: Resorts File
'\\servername\rdpnt\rdp\Resorts' is not found.This issue is caused by a permissions error and usually happens after a
Windows update.
The windows update changes the ASPNET password for CRM in the Machine.Config
file which is part of the .Net framework.
Note: This only applies to IIS5 or IIS6 in 5.0
Isolation Mode.

Solution
- Check the Machine.Config file for the ASPNET password. This file can be found
in:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config or
C:\WinNT\Microsoft.NET\Framework\v2.0.50727\Config
- Search for the "process Model" node in the Machine.Config file:
<system.web> <process Model autoConfig="true"
userName="ASPNET" password="Your
Password" />
- Change the password to your known ASPNet user password or put in a new
one. If the password is "ABC123def" then this line should look like:
<process Model autoConfig="true" userName="ASPNET" password="ABC123def" />
- Make sure the password matches the ASPNet user in both the RDP data
server and the CRM web server. Go to Start | Programs | Administrative Tools | Computer
Management on the RDP data server and the CRM web server and reset the
password to the same password entered in step 1.
- Go to Start | Programs | Administrative Tools | Internet Information
Systems (IIS).
- Restart IIS.
- Test the CRM Web login.
|