Previous Topic: Configure the File Retrieval TimeoutNext Topic: EAS Integration


IBM Content Collector Integration

To ensure that the RDM can retrieve events from Content Collector, you must specify the Content Collector host server. To do this, locate this registry key on the RDM host server:

HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\CA DataMinder\CurrentVersion\ICC

Within this registry key, configure the following registry value:

URL

Type: REG_SZ

Data: Enter the following information:

https://<server:port>/DocViewer/

Where <server:port> specifies the host server and the port number used by the CA DataMinder web service. For example:

https://<UX-CC-ARCHIVE-NY:11443>/DocViewer/

Note: If you get a certification error when you access the URL in the browser, install the IBM ICC host machine’s SSL certificate on the RDM host machine under ‘Trusted Root Certification Authorities’ - Certificates.

Store RDM Credentials

Store the RDM Credentials in a registry key.

  1. Locate the following registry key on the RDM host server:
    HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\CA DataMinder\CurrentVersion\Security\RDMICCClient
    
    1. Add a String named Domain (if it does not exist)
    2. Add a String named UserName (if it does not exist)
  2. Run the following command
    wgncred.exe -set
    
    1. Select the number corresponding to the RDMICCClient component (for example 2).
    2. Enter the Domain (for example P8Domain).
    3. Enter the UserName (for example P8admin).
    4. Enter the Password.
    5. Confirm the Password.
    6. Select 0 to exit.