" /> Genesys Recording - Genesys CTI User Forum

Author Topic: Genesys Recording  (Read 1686 times)

Offline najwan

  • Newbie
  • *
  • Posts: 40
  • Karma: 0
Genesys Recording
« on: March 02, 2017, 07:57:06 AM »
Advertisement
It is my first time I am deploying genesys recording and I am following the deployment document provided by genesys and I am stuck on initialization cassandra (development environment single node) when it comes to the below activity:

Copy the ks-schema-local.cql file from installation_CD/data to the Cassandra node host.
2. Set the replication factor to 1 (the default), if needed. Since this is a single node deployment, you don't need to modify
this value. Refer to the Cassandra documentation for more information about replication factors.
and strategy_options = {replication_factor : 1}
3. Run the following command to create the Cassandra schema:
cassandra_install_dir/bin/cqlsh cassandra_host -f ks-schemalocal.
cql


My questin is where to find the file  ks-schema-local.cql?

Please i need some help

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Genesys Recording
« Reply #1 on: March 02, 2017, 10:27:41 AM »
On installation CD or under IRWS installation package as is described in documentation.

Offline najwan

  • Newbie
  • *
  • Posts: 40
  • Karma: 0
Re: Genesys Recording
« Reply #2 on: March 06, 2017, 07:14:31 PM »
Thanks found it