Previous Topic: Create Your Administrators and ManagersNext Topic: Set up Policy Engines


Set Up Support for Unicode Characters

CA DataMinder consoles support Unicode character sets. For example, you can search in the iConsole emails associated with trigger names that were defined using Korean characters in the user policy.

CMS and Gateways

Endpoint Computers

Implement Unicode support on all CA DataMinder endpoint computers running non-double byte character set versions of Windows (that is, non-DBCS Windows) and which are likely to capture events containing Unicode characters. For example, this applies to Japanese email trigger details captured on a computer running an English version of Windows.

To implement Unicode support:

  1. Stop the 'CA DataMinder infrastructure' service. From a command prompt, run:
    net stop wgninfra
    
  2. Edit the startup.properties file. Find this file in the \system subfolder of the CA DataMinder installation folder.
  3. Open this file and add the following line to the [Database] section:
    db.charset=UTF-8
    
  4. Restart the CA DataMinder infrastructure service. From a command prompt, run:
    net start wgninfra
    

Important! Do not make this change to startup.properties on CA DataMinder computers running Japanese, Korean or Chinese versions of Windows.