Difference between revisions of "Draft: PEC-REP/Current/RAAPEGuide/Planning"

From Genesys Documentation
Jump to: navigation, search
m (undefined (Saved using "Save and continue" button in form) (Saved using "Save and continue" button in form))
(undefined (Saved using "Save and continue" button in form))
Line 169: Line 169:
 
RAA mounts a config volume folder, inside the container, as /genesys/raa_config. The folder is the RAA working directory -- at startup,  RAA attempts to read the following files from  /genesys/raa_config:
 
RAA mounts a config volume folder, inside the container, as /genesys/raa_config. The folder is the RAA working directory -- at startup,  RAA attempts to read the following files from  /genesys/raa_config:
  
*    '''conf.xml''' contains configuration of application level config settings (see [https://intranet.genesys.com/display/RP/RAA+configuration+in+Azure RAA configuration in Azure] discovers the details of conf.xml)
+
*    custom '''*.ss''' files (see [https://docs.genesys.com/Documentation/RAA/9.0.0/UG/CustomAgg How Do I Customize Queries and Hierarchies?] for details).
*    custom '''*.ss''' files (see [https://docs.genesys.com/Documentation/RAA/8.5.0/UG/CustomAgg How Do I Customize Queries and Hierarchies?] for details)
+
*    JDBC driver from lib/jdbc_driver_<RDBMS> (see [https://docs.genesys.com/Documentation/RAA/9.0.0/Dep/PostInstall#JDBCDriverForRAA Procedure: Configuring the JDBC Driver for RAA] for details).
*    JDBC driver from lib/jdbc_driver_<RDBMS> (see [https://docs.genesys.com/Documentation/RAA/9.0.0/Dep/PostInstall#JDBCDriverForRAA Procedure: Configuring the JDBC Driver for RAA] for details)
+
*    '''conf.xml''' contains configuration of application level config settings, as follows
  
 +
<CfgOptions>
 +
 +
  <Application>
 +
 +
  <nowiki><i id="agg"></nowiki>
 +
 +
    <nowiki><i k="sub-hour-interval" v="30min"/></nowiki>
 +
 +
  <nowiki></i></nowiki>
 +
 +
  <nowiki><i id="agg-feature"></nowiki>
 +
 +
    <nowiki><i k="materialize-subhour-in-db" v="true"/></nowiki>
 +
 +
    <nowiki><i k="enable-available-features" v="true"/></nowiki>
 +
 +
  <nowiki></i></nowiki>
 +
 +
  <nowiki><i id="cfgApplication"></nowiki>
 +
 +
    <nowiki><i k="CFGAPP_NAME" v="RAA" /></nowiki>
 +
 +
  <nowiki></i></nowiki>
 +
 +
  </Application>
 +
 +
</CfgOptions>
 
Usually RAA does not create any files here at runtime so the volume does not requires a superfast storage class.  
 
Usually RAA does not create any files here at runtime so the volume does not requires a superfast storage class.  
  

Revision as of 17:59, June 16, 2021

This is a draft page; it has not yet been published.


Find out what to do before deploying Reporting and Analytics Aggregates (RAA).

Related documentation: