This page was last edited on November 13, 2020, at 23:29.
Comments or questions about this documentation? Contact us for support!
The Scheme files for the Genesys-provided hierarchies include high-level constructions that employ macros. These macros simplify development of SQL queries but make it difficult to see the actual queries that are passed to the RDBMS. This page describes where and how to view these queries.
To view the actual SQL queries for the interval-based aggregates (in which subhour data is stored in tables rather than views), you must submit a request to reaggregate data for any range of time and then run aggregation with the finest log level of detail:
Procedure: Viewing SQL Queries for Interval-Based Aggregates
Purpose: Use this procedure to view the SQL queries for the interval-based aggregates.
java -jar agg\GIMAgg.jar -user=<name> -pass=<password> -jdbcurl=<URL>
-insertPendingAgg <AGR_SET>:<START>:<END>
java -jar agg\GIMAgg.jar -user=<name> -pass=<password> -jdbcurl=<url>
-log=<filename> -levelOfLog=.:FINEST
RAA outputs the results of this request and the SELECT statements issued for all database queries—including those for the interval-based aggregate tables.
In autonomous mode, you can also specify the -printQuery runtime parameter on the command line:
java -jar ./agg/GIMAgg.jar -printQuery <queryName>
java -jar ./agg/GIMAgg.jar -printQuery <queryName> > <sqlfile>
java -jar ./agg/GIMAgg.jar -printQuery QUEUE > logfile.sql
Executing this command with this parameter requires no connection to Info Mart. For more information about the -printQuery parameter, refer to its description in the Reporting and Analytics Aggregates Deployment Guide.