Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 Upgrading to Release 5.10.0 : Configuring Vendor-supplied Database Drivers

Configuring Vendor-supplied Database Drivers
DataDirect drivers are not shipped since TIBCO Runtime Agent 5.7.0. You can install TIBCO Database Drivers Supplement or use a vendor-supplied database driver for your administration domains. You can use the traDBConfig utility to configure the path of a vendor-supplied driver. The traDBConfig utility is in the TIBCO_HOME/tra/<version>/bin folder. For more information about this utility, see TIBCO Runtime Agent Installation.
Take note of the following caveats before you begin:
Migrate a domain to 5.10 before using traDBConfig to configure a vendor-supplied driver for that domain.
Follow the instructions below to configure your 5.10 installations and administration domains with vendor-supplied drivers. On each server and client machine where DataDirect drivers had been used:
1.
2.
Execute the tradbconfig command for TIBCO Runtime Agent. For example:
traDBConfig -type OracleThin -dbPath c:\oraclejdbcdir -product tra
3.
(Server machines only) Execute the traDBConfig command for TIBCO Administrator. For example:
traDBConfig -type OracleThin -dbPath c:\oraclejdbcdir
                                              -product admin
4.
Begin an empty text file with the string FILES with a space after it.
5.
(For 5.10 server domains) TIBCO_HOME/administrator/domain/domainname/tibcoadmin_domain.tra
(For 5.10 client domains) TIBCO_HOME/tra/domain/domainname/hawkagent_domain.tra
For example:
FILES c:/tibco/tra/domain/sample/hawkagent_sample.tra;c:/...
6.
7.
In the command line, execute the traDBConfig command on the file. For example:
traDBConfig -type OracleThin -dbPath c:\oraclejdbcdir
-filelist c:\filelist.txt
In addition, you must set the ORACLE_HOME environment variable prior to performing each of step 8, step 9, and step 10. See Using Oracle Thick Client on HP_UX Systems for more information.
8.
9.
(Server machines only) Start the administration server for each 5.10 domain.
10.
11.
If any applications are running locally in your 5.10 domains using custom database settings, you must manually select the database setting for these applications one by one in the TIBCO Administrator GUI and redeploy them. Applications that otherwise use the default database settings will automatically use the driver you selected in TIBCO Domain Utility. See TIBCO Administrator User’s Guide for more information.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved