This page was last edited on February 15, 2017, at 19:53.
Comments or questions about this documentation? Contact us for support!
Genesys Info Mart Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Solaris | Windows |
---|---|---|---|---|---|---|
08/24/15 | Hot Fix | X | X | X | X |
This release contains the following new features and enhancements:
This release contains the following resolved issues:
On Oracle deployments, the transformation job no longer fails due to large values in outbound RECORD_ID fields.
The RECORD_ID field can hold up to ten digits (to a maximum value of 9999999999). Previously, Genesys Info Mart expected a value in the RECORD_ID field between 1 and 2147483647, and if the value was greater than expected, the transformation job failed and logged the following exception:
java.lang.NumberFormatException.
(GIM-10150)
Genesys Info Mart now correctly links the MEDIATION_SEGMENT_FACT (MSF) record for a virtual queue to the INTERACTION_RESOURCE_FACT (IRF) record for the answering agent and assigns a correct technical result of Diverted/AnsweredByAgent in scenarios where:
Previously in this scenario, the MSF was linked to the IRF that represented the RONA occurring and had a technical result of Diverted/Redirected.
(GIM-10141)
The transformation job no longer fails in scenarios where incorrectly defined user data, mapped to more than one user-data extension (UDE) fact table, is transformed in one chunk.
Previously in such scenarios, the transformation job might fail and log warnings such as:
WARN setting invalid UD values to default: <UDE fact table>
(GIM-10125)
Genesys Info Mart now correctly creates rows in the IRF table in scenarios where:
Previously in such scenarios, the IRFs may have been missing, and a value of 14 was recorded in the INTERACTION_FACT.STATUS column.
(GIM-10123)
The transformation job no longer generates unique constraint violation errors in scenarios where the transformation job artificially terminates multimedia interactions that were stuck in a mediation queue used for user data metrics.
Previously in such scenarios, the transformation job might generate unique constraint violation errors against Genesys Info Mart user data fact tables, such as:
Database error: ORA-00001: unique constraint (GIM.PK_IRF_USER_DATA_KEYS) violated
(GIM-10122)
For multimedia child interactions that are created after the parent interaction has already been terminated, the transformation job now processes the child interaction as a separate interaction. In these scenarios, the transformation job creates a new record in the INTERACTION_FACT table with a new INTERACTION_ID value, rather than using the same INTERACTION_ID value used for the parent interaction.
Previously, when child interactions were created after the parent interaction terminated, the transformation job might have discarded the child interaction during processing.
(GIM-8213)