Release Number | Date | Release Type |
---|---|---|
8.0.102.14 | 11/11/11 | Hot Fix |
8.0.102.13 | 10/10/11 | Hot Fix |
8.0.102.11 | 08/29/11 | Hot Fix |
8.0.102.02 | 08/05/11 | General |
8.0.101.12 | 07/18/11 | Hot Fix |
8.0.101.07 | 06/16/11 | Hot Fix |
8.0.101.04 | 06/08/11 | General |
8.0.100.24 | 05/20/11 | Hot Fix |
8.0.100.23 | 05/06/11 | Hot Fix |
8.0.100.21 | 04/18/11 | Hot Fix |
8.0.100.17 | 03/28/11 | Hot Fix |
8.0.100.16 | 03/07/11 | General |
8.0.100.12 | 03/01/11 | General |
8.0.001.11 | 01/14/11 | Hot Fix |
8.0.001.10 | 12/12/10 | Hot Fix |
This deployment procedure applies to the releases of Genesys Info Mart listed in the Release table, above. Click the link in the Release table for the version you are deploying to jump to a description of how to deploy Genesys Info Mart using the package you received from Genesys. Most releases use the same standard deployment procedure.
If your release requires a specialized procedure, the link in the Release table takes you to a header specifying the version number and date of the release. Click the header, and the procedure will open.
To deploy this installation package within a new environment, follow the instructions in the Genesys Info Mart 8.0 Deployment Guide.
To deploy this package in your existing Genesys Info Mart 8.0.x environment, follow all of the Pre-Installation and Installation steps in the Standard Deployment Procedure that follows.
Notes:
Review all steps before you perform any of them.
Plan a time when you can complete the installation in one continuous session. Several steps can take significant time to complete, and this potentially affects the availability of Info Mart data.
For reference purposes, identify and make notes of any custom changes that you made to the Info Mart database—for example, table spaces, partitions, additional indexes, views, or permissions.
The Genesys Info Mart SQL scripts that you will run to update these databases sometimes create new tables, instead of updating the old tables. They may also replace some tables with views, for backward compatibility. You will need to re-create any custom database objects or permissions that become lost or invalidated during the update process.
For reference purposes, create backup copies of the Genesys Info Mart deployment SQL scripts that you modified and ran when you last deployed Genesys Info Mart. The new Genesys Info Mart installation program overwrites these SQL scripts, and does not preserve your modifications.
The default location for these scripts is the sql_scripts
directory within the Genesys Info Mart installation directory.
For reference purposes, identify and make notes of any custom changes that you made to the Genesys Info Mart Application
object. You might need to transfer customizations in your Genesys Info Mart deployment for the new Genesys Info Mart release.
Make a note of the application startup arguments if you customized them. The installation process will overwrite these arguments and you will lose any changes that you made.
Set the run-scheduler
configuration option to FALSE
in the schedule
section of the Genesys Info Mart Application
object to temporarily stop Genesys Info Mart Server from launching ETL jobs.
If you are using Genesys-provided aggregation, stop the aggregation job from the Genesys Info Mart Administration Console.
Wait for any currently running jobs to finish. Use the Genesys Info Mart Administration Console to monitor the completion of the jobs.
Note: The aggregation job might take a long time to complete. If this is the case, proceed with the next step as soon as all other jobs finish.
Stop the Genesys Info Mart Server.
If your existing deployment uses a Genesys Info Mart Administration Console release earlier than 8.0.001.01, migrate the Genesys Info Mart Administration Console to release 8.0.001.01 or later. Genesys recommends that you use Genesys Info Mart Administration Console release 8.0.100.04 or later.
To migrate the Genesys Info Mart Administration Console:
Start > Control Panel > Add/Remove Programs
to uninstall the current Genesys Info Mart Administration Console IP.setup.exe
file, which is located at the top level of the CD folder hierarchy.Create a backup copy of your Info Mart database.
Install the new Genesys Info Mart installation package:
On a Microsoft Windows operating system, uninstall the current Genesys Info Mart installation package using the Windows Control Panel > Add/Remove Programs
. Then run setup
to install the new Genesys Info Mart installation package.
On a UNIX operating system, run the new Genesys Info Mart installation script. When prompted, select the appropriate action to overwrite existing files (for example, Overwrite only the files contained in this package
).
In the Release Note, review the "New in This Release" section for the release to which you are upgrading. Identify if any configuration option changes affect customizations that you may have made in your Genesys Info Mart deployment. If necessary, modify configuration settings in the Genesys Info Mart Application
or other configuration objects, as required, to transfer custom settings for your deployment.
For each IDB from which Genesys Info Mart will extract ICON details, run the appropriate Genesys Info Mart�provided SQL scripts—located in the <GIM root>/sql_scripts/<dbms>
folder—to add to each IDB the views and indexes that Genesys Info Mart requires.
update_idb_for_gim.sql
.update_idb_for_gim_mm.sql
.update_idb_for_gim.sql
or update_idb_for_gim_mm.sql
.Note: If the scripts do not complete correctly, analyze the problem by referring to the log file, resolve any issues, and then run the update script again. If problems persist, or if for any reason you decide to terminate the migration process, run the update script from your pre-migration release of Genesys Info Mart.
(For Oracle users only) If you are upgrading to release 8.0.100.23 or later, grant execute permission for DBMS_LOCK procedures to the Info Mart database user. To do so, execute the following command:
GRANT EXECUTE ON DBMS_LOCK to <Info Mart user>;
Start the Genesys Info Mart Server, and review the Genesys Info Mart log.
"GIM Server - current state is MIGRATION"
) or 55-20034 ("...database schema version...is not up to date..."
), you must upgrade the Info Mart database schema.
Continue with Step 6.Note: Genesys recommends that you set an alarm condition for log event 55-20152.
If you need to update the Info Mart database schema, Genesys Info Mart Server will automatically be in the correct state to perform the migration.
Warning! From this point onward, the Info Mart database should not be accessed by report queries or other scheduled activities, such as custom aggregation, until the migration job is complete. Doing otherwise would interfere with the migration process, which will be modifying database tables, views, and indexes.
Update the Info Mart database by launching Job_MigrateGIM
from the Genesys Info Mart Administration Console v8.0.001.01 or higher. To do so, perform the following steps:
Schedule
tab.Run Job�
. Job_MigrateGIM
.Allow this job to complete before continuing.
Notes:
If Job_MigrateGIM
does not complete successfully, do the following:
Job_MigrateGIM
when you do not need to do so, Genesys Info Mart will silently ignore the command to launch the job.Review the "New in This Release" section in Release Notes for the release to which you are upgrading, and make any changes to the database schema values that may require action as part of the migration process.
For example, you may need to check the values of the IS_ONLINE
column in the MEDIA_TYPE
table to see whether all media types are correctly identified as online (real-time communication, such as chat) or offline (responses may be deferred, such as e-mail).
run-scheduler
configuration option to TRUE
in the schedule
section of the Genesys Info Mart Application
object to resume the Genesys Info Mart Server schedule.
To deploy this installation package within a new environment, follow the instructions in the Genesys Info Mart 8.0 Deployment Guide.
To deploy this package in an existing Genesys Info Mart 8.0.000.73 environment, follow all of the Pre-Installation and Installation steps in the following Deployment Procedure.
To deploy this package in an existing Genesys Info Mart 8.0.001.05 environment, follow all of the following Pre-Installation steps and the following Installation
Steps 1, 3, and 5. To upgrade from v8.0.001.05 to v8.0.001.10, you need not
run Job_MigrateGIM
.
Notes:
Review all steps before you perform any of them.
Plan a time when you can complete the installation in one continuous session. Several steps can take significant time to complete, and this potentially affects the availability of Info Mart data.
For reference purposes, create backup copies of the Genesys Info Mart deployment SQL scripts that you modified and ran when you last deployed Genesys Info Mart. The new Genesys Info Mart installation program overwrites these SQL scripts, and does not preserve your modifications.
To locate these SQL
scripts, navigate to the Genesys Info Mart installation directory, then
navigate to its sql_scripts
directory. The SQL scripts are
in the RDBMS-specific subdirectory: mssql
and oracle
.
Make a note of the application startup arguments if you customized them. The installation process will overwrite these arguments and you will lose any changes that you made.
Set the run-scheduler
configuration option to FALSE
in the schedule
section of the Genesys Info Mart Application
object to temporarily
stop Genesys Info Mart Server from launching ETL jobs.
Wait for any currently running jobs to finish. Use the Genesys Info Mart Administration Console to monitor the completion of the jobs.
Stop the Genesys Info Mart Server.
Create a backup copy of your Info Mart database.
Install the new Genesys Info Mart installation package:
On a Microsoft Windows
operating system, uninstall the current Genesys Info Mart installation
package using the Windows Control Panel > Add/Remove Programs
.
Then run setup
to install the new Genesys Info Mart installation
package.
For each IDB from
which Genesys Info Mart will extract ICON details, run the appropriate
Genesys Info Mart�provided SQL scripts—located in the <GIM
root>/sql_scripts/<dbms>
folder—to add to each IDB
the views and indexes that Genesys Info Mart requires.
migrate_idb_for_gim.sql
.migrate_idb_for_gim_mm.sql.
.migrate_idb_for_gim.sql
or migrate_idb_for_gim_mm.sql.
Note: If the scripts do not complete correctly, analyze the problem by referring to the log file, resolve any issues, and then run the update script again. If problems persist, or if for any reason you decide to terminate the migration process, run the update script from your pre-migration release of Genesys Info Mart.
Start the Genesys Info Mart Server; after this restart, Genesys Info Mart Server will be in the correct state to perform the migration.
Warning! From this point onward, the Info Mart database should not be accessed by report queries or other scheduled activities, such as custom aggregation, until the migration job is complete. Doing otherwise would interfere with the migration process, which will be modifying database tables, views, and indexes.
Update the Info Mart
database by launching Job_MigrateGIM
from the Genesys Info
Mart Administration Console v8.0.001.01 or higher. To do so, perform the
following steps:
Schedule
tab.Run
Job�
. Job_MigrateGIM
.Allow this job to complete before continuing.
Note: If Job_MigrateGIM
does not complete successfully, do the following steps:
run-scheduler
configuration option to TRUE
in the schedule
section
of the Genesys Info Mart Application
object to resume the Genesys
Info Mart Server schedule. Additional information on Genesys Telecommunications Laboratories, Inc. is available on our Technical Support website. The following documentation also contains information about this software.
Genesys Info Mart 8.0 Release Advisory provides important information that applies to the entire Genesys Info Mart release.
Genesys Info Mart 8.0 Deployment Guide includes installation procedures for the Genesys Info Mart Administration Console and Genesys Info Mart and acquaints you with their functions.
Genesys Info Mart 8.0 Operations Guide provides information about the Genesys Info Mart jobs. The jobs extract, transform, and load (ETL) data, maintain the Info Mart database, and migrate the database schema as required. The guide also explains how to use the Genesys Info Mart Administration Console to monitor and administer the jobs and how to purge the Info Mart database.
Genesys Info Mart 8.0 Reference Manual for your RDBMS acquaints you with the subject areas, tables, and fields that make up the Genesys Info Mart star schemas.
Genesys Info Mart 8.0 User's Guide provides examples of common voice and multimedia interactions.
The Genesys Info Mart section of the Framework 8.0 Combined Log Events Help provides detailed information on the log events associated with Genesys Info Mart.
If you encounter any issues with the deployment of this package, please contact Genesys Technical Support.