Changing the Cache Time - trillium_quality - 2.7

Trillium Quality for Dynamics Installation and Developer Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
2.7
Language
English
Product name
Trillium Quality
Title
Trillium Quality for Dynamics Installation and Developer Guide
Topic type
Overview
Installation
How Do I
Configuration
Administration
Reference
First publish date
2008

By default, the Trillium Quality for Dynamics web resource XML file is cached for 20 minutes. You can modify this cache time (for example, during testing of configuration changes) through the Plug-in Registration Tool. The Plug-in Registration Tool is a Dynamics SDK utility available from Microsoft. If you do not have a copy of the Plug-in Registration Tool you can download it from the Microsoft website. After downloading and extracting, there should be a compiled executable in the /Tools/PluginRegistration directory.

To modify the web resource XML file’s cache time

  1. On your CRM server, double-click PluginRegistration.exe to run the Plug-in Registration Tool. The Plug-in Registration Tool window opens.

  2. Double-click your CRM host, enter your CRM credentials and click OK. A list of organizations available on the selected server and domain displays.

  3. Double-click your organization. A list of assemblies displays.

  4. Expand the assembly Trillium.Crm.Plugin.Main.

  5. Expand Trillium.Crm.Plugin.Main.CleanserMatcherHandler.

  6. Double-click one of the update steps to open the Update Existing Step window.

  7. Modify the CacheMinutes. The minimum value is one (1).

    <TSSConfig WebResourceXml="tss_WebResource" CacheMinutes="20" />
  8. Click Update Step to change the value. The Update Existing Step window closes.

  9. Repeat Steps 6 and 7 for all update steps.

  10. Close the registration tool.