This page was last edited on May 29, 2018, at 07:24.
Comments or questions about this documentation? Contact us for support!
This page describes how to upgrade from Web Services and Applications to Interaction Recording Web Services. If you are already using the Interaction Recording Web Services component, refer to Upgrading Interaction Recording Web Services for upgrade instructions.
As of Genesys Interaction Recording 8.5.211.01, the Web Services and Applications prerequisite has been replaced with a GIR component called Interaction Recording Web Services. If you plan to install GIR 8.5.211.01 or later and have a version older than 8.5.211.01 installed, you will need to complete the steps below to migrate from Web Services and Applications to Interaction Recording Web Services.
Complete the following steps for each Web Services node you need to upgrade to Interaction Recording Web Services.
Complete the following steps on one node where you have installed cassandra-cli:
cassandra_install_dir/bin/cassandra-cli -h cassandra_host --file cf-schema-<version>.txt
...where:
cassandra_install_dir is where Cassandra is installed on the node.
Complete the following steps if you used a self-signed certificate to configure TLS for the WebDAV server.
grep SSLCertificateFile /etc/httpd/conf.d/ssl.confFor example, this might return the following response: /etc/pki/tls/certs/server.crt
cd $JAVA_HOME/jre/lib/security <br/>../../bin/keytool -import -alias webdav -file ~/webdav_certificate -keystore cacerts