Setting environment variables
Set environment variables in the setenv file to upgrade the Interact design time and runtime environment.
Edit the setenv file to set the environment variables that are required by the Interact upgrade tools.
For the Interact design time environment, the file is in the Interact_Design_Environment_Install_Directory/interactDT/tools/upgrade directory under the Interact design time environment installation. For the Interact runtime environment, the file is in the Interact_Runtime_Environment_Install_Directory/tools/upgrade directory under the Interact runtime environment installation.
For more information, read the comments in the setenv file.
The following table describes the environment variables that you must set for the Interact design time upgrade tools in the setenv file:
Environment variables for the Interact design time environment
For example, <CAMPAIGN_HOME>/jre
The path to the directory that contains the JDBC driver. JDBCDRIVER_CP is the default path to the JDBC driver; you can override the path when you run the upgrade tool.
The class for the JDBC driver. JDBCDRIVER_CLASS is the default class to the JDBC driver; you can override the class when you run the upgrade tool.
The URL for the JDBC driver. JDBCDRIVER_URL is the default URL for the JDBC driver; you can override the URL when you run the upgrade tool.
The following table describes the environment variables that you must set for the Interact runtime upgrade tools in the setenv file:
Environment variables for the Interact runtime environment
The path to the directory that contains the JDBC driver. JDBCDRIVER_CP is the default path to the JDBC driver; you can override the path when you run the upgrade tool.
The class for the JDBC driver. JDBCDRIVER_CLASS is the default class to the JDBC driver; you can override the class when you run the upgrade tool.
The URL for the JDBC driver. JDBCDRIVER_URL is the default URL for the JDBC driver; you can override the URL when you run the upgrade tool.
The environment variables for SSL upgrade are required for both the Interact design time and runtime environments.
The following table describes the environment variables that you must set to support SSL upgrade for the design time and runtime environment:
Should the connection to the server of the target system be through SSL? The valid values are YES and NO. If the value is set to NO, you do not need to set the remaining SSL properties.
The path to the location where the WebLogic server of the target system is installed. You must point to the license.bea file in this path. If you install Interact in a distributed environment where the WebLogic server of the target system is not available locally to the script, copy the license.bea file locally to some folder, and specify the path to that folder by using this environment variable.