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

From Genesys Documentation
Jump to: navigation, search
(Copied manual)
 
m (undefined (Saved using "Save and continue" button in form))
Line 2: Line 2:
 
|DisplayName=Before you begin
 
|DisplayName=Before you begin
 
|Context=Find out what to do before deploying <service_name>.
 
|Context=Find out what to do before deploying <service_name>.
|LimitationsText=<div style="background-color: aliceblue; font-style: italic;">List any limitations or assumptions related to the deployment.</div>
+
|LimitationsText=RAA container works with the Genesys Info Mart database. The Genesys Info Mart database scheme must correspond to a compatible Genesys Info Mart version. Execute the following command to discover the required Genesys Info Mart release:
 +
docker run -it --entrypoint /bin/java gcxi/raa:<IMAGE_VERSION> -jar GIMAgg.jar -version
 +
RAA container runs RAA on Java 11, and is supplied with the following of JDBC drivers:
 +
 
 +
* MSSQL 9.2.1 JDBC Driver<br/>Postgres 42.2.11 JDBC Driver
 +
* Oracle Database 21c (21.1) JDBC Driver
 +
 
 +
JDBC driver can be overridden by copying driver file to '''lib\jdbc_driver_<RDBMS>''' (or by making link) in a work dir. See for [https://docs.genesys.com/Documentation/RAA/9.0.0/Dep/PostInstall#JDBCDriverForRAA JDBC driver for RAA] for details.
 
|HelmText=<div style="background-color: aliceblue; font-style: italic;">List the containers and the <service_names> they include. Provide any specific information about the container and its Helm charts. Link to the "suite-level" doc for common information about how to download the Helm charts in Jfrog Edge: {{SuiteLevelLink|helmchart}}</div>
 
|HelmText=<div style="background-color: aliceblue; font-style: italic;">List the containers and the <service_names> they include. Provide any specific information about the container and its Helm charts. Link to the "suite-level" doc for common information about how to download the Helm charts in Jfrog Edge: {{SuiteLevelLink|helmchart}}</div>
 
|ThirdPartyText=<div style="background-color: aliceblue; font-style: italic;">List any third-party services that are required (both common across Genesys Engage cloud private edition and specific to <service_name>).</div>
 
|ThirdPartyText=<div style="background-color: aliceblue; font-style: italic;">List any third-party services that are required (both common across Genesys Engage cloud private edition and specific to <service_name>).</div>

Revision as of 14:16, June 10, 2021

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


Find out what to do before deploying <service_name>.

Related documentation: