Live Forms v7.4 is no longer supported. Please visit Live Forms Latest for our current Cloud Release. Earlier documentation is available too.
Upgrade Guide
Before you begin the migration process:
Please check the Supported Platforms to confirm the latest requirements.
Please read and understand the Planning for v7.4 which may require your action before you begin your upgrade.
Determine Your Upgrade Path
Your Live Forms Version | Recommended Upgrade Path to v7.4.x |
|---|---|
6.3.x1 | Upgrade directly to v7.4.x |
7.0.x | Upgrade directly to v7.4.x |
7.1.x | Upgrade directly to v7.4.x |
7.2.x | Upgrade directly to v7.4.x |
7.3.x | Upgrade directly to v7.4.x |
Note: Upgrades from
Please follow the instructions on this page, to perform your upgrade.
Migrating from HSQLDB
Upgrading from Live Forms v6.3.x, v7.0.x, v7.1.x, v7.2.x or v7.3.x
Please read the following upgrade steps prior to starting the migration.
v7 License Key Required:
A v7 license key is required for this version of
if you are upgrading from a version prior to v7.0. Request a v7 license by emailing support@frevvo.com BEFORE you begin the upgrade. v5 and v6 licenses will not work.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.
Please read and understand the Migration Considerations which may require your action before beginning.
Stop
with one of the methods listed below:Execute <frevvo-home>\stop-frevvo.[bat,sh] for versions previous to v7.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-5.4.1 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 v7 license if you are upgrading from a
version prior to v7.0.x.
Download the latest v7.4.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 v7.4.x 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 v7.4.x installation
Configure the Database and Email
Refer to Configure the Connection URL to point the v7.4.x frevvo database to your current frevvo database. 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 v7.4.x server.xml file.
Save the changes to the server.xml file.
Convert parameters to properties
Examine the frevvo.xml file from your previous installation and open the <frevvo-home>\tomcat\conf\frevvo-config.properties in the v7.4+ Installation.Add the values of any parameters that were changed in the frevvo.xml after the equal sign to the appropriate property in the frevvo-config.properties file.
Remove the # in front of any properties you are going to use.
Compare the frevvo.users.schemaName property in the frevvo.xml file from the version of Live Forms you are upgrading from to the properties in the frevvo schema name settings - needed for 6.0 upgrade only section of the frevvo-config.properties file. If they are not the same, follow these steps:
If the value in the parameter in the frevvo.xml file is not users, copy the value from the frevvo.xml and add it after the equal sign for the frevvo.users.schemaName property in frevvo-config.properties.
For SQL server database migration:
Uncomment " frevvo.users.schemaName" value=users.dbo
Comment out frevvo.users.schemaName. If the value in the parameter in the frevvo.xml file is not users.dbo, copy the value from the frevvo.xml and add it after the equal sign for the frevvo.users.schemaName property in frevvo-config.properties.
Add properties for any parameters that you added to the frevvo.xml in your previous installation. Refer to Installation Tasks for information about additional configuration properties that can be added to the frevvo-config.properties file to customize features.
Any parameter changes that were made to the web.xml file in previous releases must be converted to properties and added to the frevvo-config.properties file.
Unpack the frevvo.war file from your previous installation to a temporary location of your choice: e.g. c:\tmp\frevvo-war. Change the file extension from .war to .zip if necessary.
Edit c:\tmp\frevvo\WEB-INF\web.xml.
Locate the parameters that were changed, convert them to properties and add them to the frevvo-config.properties file.
If you are upgrading from v7.0+ or v7.1+ and you made changes to the <frevvo-home>/tomcat/conf/Catalina/localhost/insight.xml file, convert those parameters to properties and add them to the frevvo-config.properties file in your v7.4 installation. You can skip this step if you are upgrading from a version of previous to v7.0
Save the changes to the frevvo-config.properties file.
Verify that you do NOT have files named frevvo.xml or insight.xml in the <frevvo-home>\tomcat\conf\catalina\localhost directory.
The Manage Insight Data Batch job will run automatically as part of the upgrade. If it does not, you can run it manually once the upgrade is complete. The batch job should be run after hours when your users are not using your forms/flows.
Follow the steps for your Operating system to start the Insight server BEFORE starting .
Windows:
Open a command prompt. Navigate to <frevvo-home>\solr-6.6.2. 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-6.6.2/bin. Run this command to make the solr startup file executable:
chmod +x solrNavigate back to the solr-6.6.2 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 the v7.4.x server by running the start-frevvo.bat or start-frevvo.sh files (depends on your Operating system) in the <frevvo-home>\frevvo directory Proceed to Step 19. If you are running and the Insight Server (Solr) as Windows services, continue with Step 18.
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.
If you are using the
Database Connector, you must reinstall and configure it again for the v7.4.x installation.
If you are using the Google or PVE connectors you must reinstall and configure them for the v7.4.x installation.
If you are using the
Filesystem Connector, you must reinstall and configure it again for the v7.4.x installation.
If you are using the Box.com Connector, you must reinstall and configure it again for the v7.4 installation.
If you are using the SharePoint Connector you must reinstall and configure it again for the v7.4 installation.