Archive

Posts Tagged ‘performance’

Resolving slow performance issue for CRM outlook client

September 1, 2010 3 comments

One of our CRM customers who uses CRM outlook client started getting really slow response since last week or so…

This could be due to many reasons but one of reason for slowness is auto tagging incoming emails, CRM 4.0 by default processes 1000 emails in outlook inbox.

These settings can be altered by creating registry key on client side and if you change this value to around 20 and this should improve performance considerably because now CRM tagging engine will look for last 20 emails that came in to outlook rather last 1000.
Following is registry key settings which needs to be altered for the same..

TagMinItemsForCrawl

The value in this registry entry sets the minimum number of items that the auto-tagging feature will process in the crawl mode. When a folder contains fewer items than the value in the registry entry, the auto-tagging feature will process items in the search mode. The default value is 1,000.

TagAllowedItemsForCrawl

The value in this registry entry sets the maximum number of items that the auto-tagging feature will process in the crawl mode in a particular folder. The default value is 1,000.

Change the registry key as mentioned in following steps…

1. On Client System, Click Start, click Run, type regedit, and then click OK.

2. In Registry Editor, locate and then click the following registry subkey:
HKEY_CURRENT_USER\Software\Microsoft\MSCRMClient

3. To create a new registry entry, right-click MSCRMClient, point to New, and then click DWORD Value.

4. Change the name of the registry entry to TagMinItemsForCrawl and set value as 0.

5. Similarly create new registry entry TagAllowedItemsForCrawl and set value to 25.

6. Restart Client outlook .

Hope this helps..

Regards,
MayankP:)

Categories: CRM 4.0 Tags: ,

CRM 4.0 Performance Issues

June 6, 2010 Leave a comment

Past week, one of our Dynamics customers started experiencing really slow performance and also started getting time out error.

We used to get the error mostly on Account searches or Active accounts view…

Resolution

After going through all roll up fixes and searching, we found that there is a Microsoft kb article which provides resolution for the same.

http://support.microsoft.com/kb/955138/

After applying the fix mentioned in the above kb article this issue seems to have resolve now.

Cheers,
MayankP :)

Categories: CRM 4.0 Tags:
Follow

Get every new post delivered to your Inbox.