Prepare the Federator database. To do this:
- Shutdown Federator if it's currently running.
- Connect to the Federator database with your SQL client of choice.
- Update the runtime_variable db table such that the value column does not allow null values. See your database documentation for more information.
Upgrade the Federator archive in your current deployment. To do this:
- Extract the file federator.war from the 2.1 version of the federator gridlib with your archive tool of choice.
- Shutdown your current Federator deployment if it's running.
- Edit the Federator application component and navigate to "Add/remove archive files."
- Select federator.war and click Remove.
- Click add and browse to the federator.war file which was unpacked from the 2.1 gridlib, click OK, the click Menu.
- Navigate to "Add/override/customize Container and component-specific config files."
- Remove the current startup scripts (startup.sh and startup.bat).
- Add the startup files from the new Federator gridlib (ds_config/bin/startup.sh.unix, ds_config/bin/startup.bat.win).
Be sure to drop the platform extension (e.g., the file should be called startup.sh not startup.sh.unix).
- Ensure that the Relative Path is set to bin, the appropriate OS is selected, and that Resolve Variables is checked.
- Click OK to upload the script and click Finish to save your changes.
- Deploy the updated application component.
- Install the latest enablement on your managers as per the Federator User Guide.
- Start Federator.
Upgrading from versions of Federator prior to 2.0 is not supported.
Copyright 2009 - 2010 TIBCO Software Inc. All Rights Reserved.