![]() |
Report Database
Avaya Breeze® platform
Conversations
| Field or Button | Description | ||||
|---|---|---|---|---|---|
| Location radio buttons |
The options are:
|
||||
| URL |
The fully-qualified path to the external database.
A common URL format for Oracle connections is: jdbc:oracle:thin:@OracleServerName:1521:DBName A format for PDB (portable db) connections is: jdbc:oracle:thin:@ServerName:1521/pdbName A format for CDB (container db) connections is: jdbc:oracle:thin:@ServerName:1521/cdbName A common URL format for Postgres is: jdbc:postgresql://PostgresServerName:5432/DBName A common URL format for Microsoft SQL connections is: jdbc:sqlserver://SQLServerName:1433;databaseName=DBName A common URL format for MySQL connections is: jdbc:mysql://ServerName:3306/DBName A common URL format for MariaDB connections is: jdbc:mariadb://ServerName:3306/DBName |
||||
| JDBC Driver |
The name of the Java class that implements
the JDBC API to the external database. Experience Portal makes JDBC calls through this class when communicating
with the external database. Experience Portal installs drivers for Oracle, Postgres and Microsoft SQL
Server.
For Oracle, the name is oracle.jdbc.driver.OracleDriver. For Postgres, the name is org.postgresql.Driver. For Microsoft SQL Server, the name is com.microsoft.sqlserver.jdbc.SQLServerDriver. For both MySQL and MariaDB, the name is org.mariadb.jdbc.Driver. |
||||
| User Name |
The user name for the external
database.
|
||||
| Password | The password for the external database. |
![]() | Note: | ||||||||||||||
|
The Oracle Advanced Security Option is available only if you have set the external database to Oracle.
|
| Field or Button | Description |
|---|---|
| Platform Host Address | SIP Entity IP address of Avaya Breeze® platform. |
| Context Store Address | Cluster IP address of the Context Store on Avaya Breeze® platform. |
| Client Timeout | Maximum number of seconds that the Orchestration Designer application should wait for the platform or the context store to respond back to its request. Enter a number between 15 and 300. The default is 60. |
| Field or Button | Description | ||||
|---|---|---|---|---|---|
| Local EPM (SMS channel only) |
A database on EPM that is processing the application that creates the
conversation.
Use this option for a valid SMS application. If a non-SMS application attempts to create a conversation, the operation fails. This configuration provides backward compatibility with Experience Portal 7.0. |
||||
| Primary EPM (All channels) |
A database on the Primary EPM server.
Use this option for systems that do not contain any Auxiliary EPM servers. This option does not support high availability and the conversation data is unavailable for applications when the Primary EPM server is down. |
||||
| Context Store (All channels) |
The Context Store of Avaya Breeze® platform.
Use this option to provide configuration information to Orchestration Designer. Orchestration Designer is the application that reads/writes the conversation data whereas Experience Portal provides the configuration information to Orchestration Designer. This option supports high availability, which is optional, and is robust only if you have setup Context Store in cluster mode.
|
Existing conversations can be lost when you switch the conversation store location.