Configuring the project results database
Historical test data and performance results from agents and probes are stored in the Rational® Integration Tester project results database. It is difficult to estimate the space that is required as the number and type of tests to be run varies. For example, lengthy performance tests can generate large amounts of data. When you create the project results database, 50GB is probably a good starting point.
- IBM® Db2®
- Oracle
- Microsoft™ SQL Server
- MySQL
For information about the supported versions of the database, see the Software Product Capability Reports.
section inAfter you install Rational® Integration Tester, you can create the project results database in an existing, empty, and supported database. The required IBM® Db2® and the Oracle JDBC drivers are installed with Rational® Integration Tester, and connectivity is established later from all clients, including agents and probes.
lib
folder of the
Rational® Test Control
Panel
installation directory (for example, C:\Program Files\IBM\RTCP\usr\servers\defaultServer\apps\RTCP.war\WEB-INF\lib
).The database creation scripts can be found in the scripts
folder
of the
Rational® Integration
Tester installation directory (for example, C:\Program Files\IBM\RationalIntegrationTester\scripts
).
A script is provided for some of the supported database providers:
- IBM®
Db2®:
ghtester_db2.sql
- Oracle:
ghtester_oracle.sql
- Microsoft™ SQL Server:
ghtester_mssql.sql
- MySQL:
ghtester_mysql.sql
The appropriate script can be run against an empty database by a database administrator.
- INSERT, UPDATE, DELETE, SELECT on all the Rational® Integration Tester tables
- EXECUTE PROCEDURE
- SELECT SEQUENCE on the Rational® Integration Tester sequences for the Oracle databases
For managing test cycles, you must configure a project results database. For details on test cycles, see Test cycles overview and management.