Previous Topic: Optional Data Location StructureNext Topic: Policy Engines


Change the Location of Specific Subfolders in the \data Folder

To change the location of specific subfolders within the \data folder, edit the startup.properties file.

Follow these steps:

  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(s) to the [Database] section:
    1. To specify a new location for database cache files, add the following parameter:
      db.CacheLocation=C:\\Dec 07\\cachefiles
      
    2. To specify a new location for event blob files, add the following parameter:
      db.BlobLocation=C:\\Dec 07\\blobfiles
      

    Note: You must prefix any backslash character in the path with an extra backslash to ensure it is interpreted correctly.

  4. While the Infrastructure is still stopped, move the \e and \cache folders to their new locations.
  5. Restart the CA DataMinder infrastructure service. From a command prompt, run:
    net start wgninfra