This page was last edited on August 10, 2018, at 18:00.
Comments or questions about this documentation? Contact us for support!
After the successful deployment and installation of the Decisions database(s) and applications in a test/non-production environment, Genesys recommends that you perform some basic connectivity testing. This page includes the list of tasks to perform as part of this testing, as well as links to additional content. This page also includes a task list for deploying Decisions to a production environment after you have successfully completed testing in a non-production environment.
Genesys recommends that you perform some basic connectivity testing in your test or lab environment. Detailed steps for the following connectivity testing tasks can be found in the Genesys Decisions Administration guide:
After the successful completion of basic user testing, you can deploy Genesys Decisions in your production environment.
Use the following task list to move your Decisions installation to your production environment:
Modify the AdminCenterbridge.exe.config file and the Centerbridge.exe.config file to point to your production SQL Server instance and the production database. If Data Mart is configured, you also must update the files with the Data Mart and Data Bus binding information.
<Database connectionType="SQLServer" databaseServer="Test" databaseName="Test"/></Server>
<client>
<endpoint binding="netTcpBinding" address="net.tcp://YOURSERVERNAME:808/PublicationService"