Blog

Archive for February, 2008

CRM 3.0 Outlook Client Continuously Prompts for Credentials

Thursday, February 21st, 2008

With the CRM 3.0 Client for Outlook, you may experience prompting for credentials occasionally.  Normally, CRM 3.0 should be using Windows Authentication and as a logged-in member of the domain you shouldn’t ever be prompted for credentials to access CRM (either via the web or Outlook client).  To resolve this occasional prompting, there are usually 2 things that must be done:

1. Check to ensure that the URL used for accessing CRM from the Outlook client is a member of the Intranet Security Zone in Internet Explorer.  To do this, open a new Internet Explorer window and type the URL in the address bar.  Check the right hand side of the status bar at the bottom of the screen where the zone is displayed.  If it is not in the Intranet Zone, please add it in your Internet Options.

2. Change the following registry entry to “0″ instead of “1″.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_SUBDOWNLOAD_LOCKDOWN\Outlook

 After making these modifications, clear your temporary internet files and cookies.

CRM 4.0 Installation Error - “registerasyncserviceaction failed”

Wednesday, February 6th, 2008

For a while, I was unable to get CRM 4.0 installed because I kept running into an error stating that the “registerasyncserviceaction” failed.  I tried numerous things to resolve this issue including checking registry permissions, service permissions, completely removing all traces of CRM and starting from scratch, etc…nothing worked!

 Finally, I came across something in the Application event log which initially seemed completely unrelated.  It was event id 3012 and 3011 from LoadPerf. It basically said that the performance counter registry strings were invalid.  After researching this error, I found that the solution was to rebuild the Perf Counter strings using the command “lodctr /r”.  The command took a little while but once it was completed I was able to reinstall CRM without a hitch!