8.5.130.86
Voice Platform Reporting Server Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Solaris | Windows |
---|---|---|---|---|---|---|
12/01/16 | Hot Fix | X | X |
Helpful Links
Releases Info
Product Documentation
Genesys Products
What's New
This release includes only resolved issues.
Resolved Issues
This release contains the following resolved issues:
Reporting Server no longer displays a negative Duration value in a VAR Action report. (GVP-23360)
Reporting Server now supports configuring the transaction isolation level when initiating a connection to Microsoft SQL Server. A new configuration option manages this functionality.
hibernate.connection.isolation
Section: persistence
Valid Values: 1 (READ UNCOMMITTED), 2 (READ COMMITTED), 4(REPEATABLE READ), and 8 (SERIALIZABLE).
Default Value: 2
Takes effect: At start/restart
Configures the JDBC transaction isolation level for Microsoft SQL Server.
Note: DO NOT CHANGE this option unless formally advised by Genesys Customer Care or Genesys Engineering. (GVP-22357)
Upgrade Notes
If you are connecting Reporting Server to Oracle 12c or 12c RAC database versions, Genesys recommends you to do the below configuration settings.
Recommended settings for Linux platform
- persistence/rs.partitioning.partitions-per-day = 8
- messaging/activemq.useJmx = true
- cdr-storage-batch-size = 2500
- activemq.memoryUsageLimit = 4096mb
- JavaServerStarted.ini
- [JavaArgs]
- -Xms4096m –Xmx8192m
Recommended settings for Windows platform
- persistence/rs.partitioning.partitions-per-day = 8
- messaging/activemq.useJmx = true
- cdr-storage-batch-size = 2500
- activemq.memoryUsageLimit = 4096mb
- JavaServerStarted.ini
- [JavaArgs]
- –Xmx8192m