This documentation is for Live Forms 9.1. v9.1 is a Cloud Only release. Not for you? Earlier documentation is available too.
COVID-19 Response Info: At frevvo, our top priorities have always been employees and customers. We have taken several steps to promote the well-being of our people, to minimize services disruptions, and to help where we can. Visit our website for updates.
Upgrade Guide
Before you begin the migration process:
- Please check the Supported Platforms to confirm the latest requirements. Note that v9.0.x is certified on OpenJDK (11.0.2).
- Please read and understand the Planning for v9.1 which may require your action before you begin your upgrade.
v9 License Key Required
A v9 license key is required for this version of
if you are upgrading from a prior version. Request a v9 license by emailing support@frevvo.com before you begin the upgrade.
Determine Your Upgrade Path
Your Live Forms Version | Recommended Upgrade Path to v9.0.x |
|---|---|
| 7.2.x | Upgrade directly to v9.0.x |
| 7.3.x | Upgrade directly to v9.0.x |
| 7.4.x | Upgrade directly to v9.0.x |
Note: Upgrades from 6.3.9 - 6.3.12 through v7.4.x are supported but these versions are not available for general release.
Migrating from HSQLDB
does not support the use of HSQLDB for use beyond demo/trials of the Live Forms software. If by mistake you continued to use the demo/trial HSQLDB database for production use, you will need to first migrate your data to one of
supported production databases BEFORE you can upgrade to later versions of Live Forms.
Please follow the instructions on this page to perform your upgrade.
Upgrading Live Forms
Please read the following upgrade steps prior to starting the migration. frevvo recommends that you test the upgrade process on your test server before performing it on your production server. Contact your frevvo Account Manager for information if you do not have a test environment.
Prepare for the upgrade
Please read and understand the Migration Considerations which may require your action before beginning.
Install OpenJDK (11.x) before beginning.
Stop
with one of the methods listed below:Execute <frevvo-home>\stop-frevvo.[bat,sh] for versions previous to v9.x.
If you are upgrading from v7.x, you will also need to stop the Insight Server by closing the window or if you are using the tomcat bundle by typing these commands in the <frevvo-home>\solr-x.x.x directory of your existing installation.
bin\solr.cmd stop -allStop Live Forms and the Insight Server through the Computer Management Services console if they are running as Window's services.
Backup the forms database from your current
installation.
Backup the current server's installation directory so that you have a copy of all custom configuration parameters.
Request a v9 license if you are upgrading from a
version prior to v9.0.x.
SQL Database Option
If you are using SQL Server as your Live Forms database, it is highly recommended that you turn on the READ COMMITTED SNAPSHOT setting in the database BEFORE performing the upgrade to v9.0.x. You do not have to do this if you are using MySQL or Oracle databases because this option is turned on by default.
There are two ways to turn on the option:
Using DDL ( Data Definition Language) - Run the commands listed below:
ALTER DATABASE <your frevvo database schema> - replace <your frevvo database schema> with the name of your frevvo database schema SET READ_COMMITTED_SNAPSHOT ONUsing SQL Server Management Studio:
Turn on the “Is Read Committed Snapshot On” Option under database properties.
Install Upgraded Version
Download the latest v9.0.x software. The download is a zip file. Extract the contents to any folder of your choice. This folder will be referred to as <frevvo-home> (note that the zip already contains a top level frevvo folder).
If you increased Memory Settings in your previous installation, make those changes to the appropriate files in the new installation. Refer to Hardware and Memory Requirements for the details
Navigate to the server.xml file in the <frevvo-home>\tomcat\conf directory of your v9.0.x installation
Configure the Database and Email
Database and Email configuration is done in the <frevvo-home>\tomcat\conf\server.xml file. The database resource name was changed to jdbc/sharedfrevvoDS in v7.0. When you configure your database, make the changes to the v9.0.x server.xml. Do not copy configured sections from a frevvo.xml of a previous release into the v9.0.x server.xml file.
Refer to the Configure the Connection URL topic to point the v9.0.x frevvo database to your current frevvo database. If you are using SQL Server, remember to add the sendStringParametersAsUnicode property with a value of false to your database connection URL if it is not already there.
If you made changes to the Default Port in previous releases, make those changes again in the v9.0.x server.xml file.
Save the changes to the server.xml file.
Convert parameters to properties
This section applies only to upgrades from versions prior to 7.4.x.
Refresh Searchable Fields
The Refresh Searchable Fields process will run automatically as part of the upgrade. If it does not, you can run it manually once the upgrade is complete. The process should be run after hours when your users are not using your forms/flows.
Start the Insight Server
Follow the steps for your Operating system to start the Insight server BEFORE starting .
Windows:
Open a command prompt. Navigate to <frevvo-home>\solr-x.x.x. Type bin\solr.cmd start to run the Insight server in the background, listening on the default port 8983.
You will see this message:
Browse http://<your server:port>/ solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change localhost to the server name and 8983 to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status.
Linux:
Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
Navigate to <frevvo-home>/solr-x.x.x/bin. Run this command to make the solr startup file executable:
chmod +x solrNavigate back to the solr-x.x.x directory.
cd ..Start the Insight server by typing: bin/solr start - this starts the Insight server in the background.
Browse http:<your server:port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change localhost to the server name and 8983 to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status.
Start
Start the v9.0.x server by running the start-frevvo.bat or start-frevvo.sh files (depends on your Operating system) in the <frevvo-home>\frevvo directory.
If you are running Live Forms and the Insight Server (Solr) as Windows services, you must delete the existing services then reinstall them for the services to run properly.
Follow these steps to delete the existing Insight Server service for Windows Vista, 7, 8 or 10 operating systems:
Login as an administrator.
Verify the Insight Server service name by double clicking it in the Windows Services list
Type this command: If your service name has spaces in it, use quotes around the service name.
sc delete <ServiceName>The message "DeleteService SUCCESS' will display when successful.
Remove the Live Forms service by running the <frevvo-home>\Remove-Service batch file.
Perform these steps to reinstall the Insight Server and Live Form services.