Configure Sterling Call Center
After performing the migration, configure Sterling Call Center according to your business needs.
If you have performed extensions on the database in release 9.3 or 9.4, regenerate the
db classes. If the user wants to further extend the database, the user must generate the
db classes after extending the database. To generate the db classes, the user must perform
the following tasks:
- Browse to the
<INSTALL_DIR>/bin
directory. - Execute the following commands appropriately:
- For windows -
deployer.cmd -t entitydeployer
- For Linux or UNIX -
deployer.sh -t entitydeployer
- For windows -