This page was last edited on June 21, 2016, at 20:57.
Comments or questions about this documentation? Contact us for support!
Genesys Interactive Insights Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Solaris | Windows |
---|---|---|---|---|---|---|
02/25/16 | General | X | X | X | X |
This release contains the following new features and enhancements:
{code}
from
RESOURCE_ r
where
r.RESOURCE_TYPE_CODE <> 'AGENT' or
(r.RESOURCE_TYPE_CODE = 'AGENT' and
not exists (select 1
from GIDB_GC_AGENT gc
where r.RESOURCE_CFG_TYPE_ID=3 /* CFGPerson */
and r.RESOURCE_CFG_DBID=gc.ID /* join by PK */
and gc.TYPE=1 /* not isAgent */)
)
{code}
This release contains no resolved issues.
Refer to the Deployment Procedure for this release to deploy the installation package within your environment.